| tag | line | file | source code |
| unthrottle | 1889 | drivers/char/console.c | console_driver.unthrottle = con_unthrottle; |
| unthrottle | 79 | drivers/char/n_tty.c | if (tty->driver.unthrottle) |
| unthrottle | 80 | drivers/char/n_tty.c | (tty->driver.unthrottle)(tty); |
| unthrottle | 876 | drivers/char/n_tty.c | if (tty->driver.unthrottle && |
| unthrottle | 879 | drivers/char/n_tty.c | tty->driver.unthrottle(tty); |
| unthrottle | 243 | drivers/char/pty.c | pty_driver.unthrottle = pty_unthrottle; |
| unthrottle | 2377 | drivers/char/serial.c | serial_driver.unthrottle = rs_unthrottle; |
| unthrottle | 136 | include/linux/tty_driver.h | void (*unthrottle)(struct tty_struct * tty); |