tag | line | file | source code |
throttle | 2021 | drivers/char/console.c | console_driver.throttle = con_throttle; |
throttle | 2738 | drivers/char/cyclades.c | cy_serial_driver.throttle = cy_throttle; |
throttle | 588 | drivers/char/n_tty.c | tty->driver.throttle && |
throttle | 590 | drivers/char/n_tty.c | tty->driver.throttle(tty); |
throttle | 2205 | drivers/char/scc.c | scc_driver.throttle = scc_throttle; |
throttle | 2609 | drivers/char/serial.c | serial_driver.throttle = rs_throttle; |
throttle | 135 | include/linux/tty_driver.h | void (*throttle)(struct tty_struct * tty); |