tag | line | file | source code |
unthrottle | 1984 | drivers/char/console.c | console_driver.unthrottle = con_unthrottle; |
unthrottle | 2799 | drivers/char/cyclades.c | cy_serial_driver.unthrottle = cy_unthrottle; |
unthrottle | 4026 | drivers/char/istallion.c | stli_serial.unthrottle = stli_unthrottle; |
unthrottle | 79 | drivers/char/n_tty.c | if (tty->driver.unthrottle) |
unthrottle | 80 | drivers/char/n_tty.c | (tty->driver.unthrottle)(tty); |
unthrottle | 896 | drivers/char/n_tty.c | if (tty->driver.unthrottle && |
unthrottle | 899 | drivers/char/n_tty.c | tty->driver.unthrottle(tty); |
unthrottle | 246 | drivers/char/pty.c | pty_driver.unthrottle = pty_unthrottle; |
unthrottle | 2700 | drivers/char/scc.c | scc_driver.unthrottle = scc_unthrottle; |
unthrottle | 2694 | drivers/char/serial.c | serial_driver.unthrottle = rs_unthrottle; |
unthrottle | 2906 | drivers/char/stallion.c | stl_serial.unthrottle = stl_unthrottle; |
unthrottle | 136 | include/linux/tty_driver.h | void (*unthrottle)(struct tty_struct * tty); |