taglinefilesource code
unthrottle2033drivers/char/console.cconsole_driver.unthrottle = con_unthrottle;
unthrottle2770drivers/char/cyclades.ccy_serial_driver.unthrottle = cy_unthrottle;
unthrottle4035drivers/char/istallion.cstli_serial.unthrottle = stli_unthrottle;
unthrottle79drivers/char/n_tty.cif (tty->driver.unthrottle)
unthrottle80drivers/char/n_tty.c(tty->driver.unthrottle)(tty);
unthrottle887drivers/char/n_tty.cif (tty->driver.unthrottle &&
unthrottle890drivers/char/n_tty.ctty->driver.unthrottle(tty);
unthrottle243drivers/char/pty.cpty_driver.unthrottle = pty_unthrottle;
unthrottle2336drivers/char/scc.cscc_driver.unthrottle = scc_unthrottle;
unthrottle2625drivers/char/serial.cserial_driver.unthrottle = rs_unthrottle;
unthrottle2910drivers/char/stallion.cstl_serial.unthrottle = stl_unthrottle;
unthrottle136include/linux/tty_driver.hvoid (*unthrottle)(struct tty_struct * tty);