| tag | line | file | source code |
|---|---|---|---|
| unthrottle | 1516 | drivers/char/console.c | console_driver.unthrottle = con_unthrottle; |
| unthrottle | 881 | drivers/char/n_tty.c | if (tty->driver.unthrottle && |
| unthrottle | 884 | drivers/char/n_tty.c | tty->driver.unthrottle(tty); |
| unthrottle | 2295 | drivers/char/serial.c | serial_driver.unthrottle = rs_unthrottle; |
| unthrottle | 136 | include/linux/tty_driver.h | void (*unthrottle)(struct tty_struct * tty); |