tag | line | file | source code |
---|---|---|---|
throttle | 1463 | drivers/char/console.c | console_driver.throttle = con_throttle; |
throttle | 575 | drivers/char/n_tty.c | tty->driver.throttle && |
throttle | 577 | drivers/char/n_tty.c | tty->driver.throttle(tty); |
throttle | 2222 | drivers/char/serial.c | serial_driver.throttle = rs_throttle; |
throttle | 128 | include/linux/tty_driver.h | void (*throttle)(struct tty_struct * tty); |