taglinefilesource code
unthrottle1892drivers/char/console.cconsole_driver.unthrottle = con_unthrottle;
unthrottle2725drivers/char/cyclades.ccy_serial_driver.unthrottle = cy_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;
unthrottle2602drivers/char/serial.cserial_driver.unthrottle = rs_unthrottle;
unthrottle136include/linux/tty_driver.hvoid (*unthrottle)(struct tty_struct * tty);