tag | line | file | source code |
throttle | 2017 | drivers/char/console.c | console_driver.throttle = con_throttle; |
throttle | 2798 | drivers/char/cyclades.c | cy_serial_driver.throttle = cy_throttle; |
throttle | 4351 | drivers/char/istallion.c | stli_serial.throttle = stli_throttle; |
throttle | 595 | drivers/char/n_tty.c | tty->driver.throttle && |
throttle | 597 | drivers/char/n_tty.c | tty->driver.throttle(tty); |
throttle | 2699 | drivers/char/scc.c | scc_driver.throttle = scc_throttle; |
throttle | 2712 | drivers/char/serial.c | serial_driver.throttle = rs_throttle; |
throttle | 2889 | drivers/char/stallion.c | stl_serial.throttle = stl_throttle; |
throttle | 135 | include/linux/tty_driver.h | void (*throttle)(struct tty_struct * tty); |