tag | line | file | source code |
unthrottle | 2022 | drivers/char/console.c | console_driver.unthrottle = con_unthrottle; |
unthrottle | 2739 | drivers/char/cyclades.c | cy_serial_driver.unthrottle = cy_unthrottle; |
unthrottle | 79 | drivers/char/n_tty.c | if (tty->driver.unthrottle) |
unthrottle | 80 | drivers/char/n_tty.c | (tty->driver.unthrottle)(tty); |
unthrottle | 887 | drivers/char/n_tty.c | if (tty->driver.unthrottle && |
unthrottle | 890 | drivers/char/n_tty.c | tty->driver.unthrottle(tty); |
unthrottle | 243 | drivers/char/pty.c | pty_driver.unthrottle = pty_unthrottle; |
unthrottle | 2206 | drivers/char/scc.c | scc_driver.unthrottle = scc_unthrottle; |
unthrottle | 2610 | drivers/char/serial.c | serial_driver.unthrottle = rs_unthrottle; |
unthrottle | 136 | include/linux/tty_driver.h | void (*unthrottle)(struct tty_struct * tty); |