taglinefilesource code
unthrottle1564drivers/char/console.cconsole_driver.unthrottle = con_unthrottle;
unthrottle79drivers/char/n_tty.cif (tty->driver.unthrottle)
unthrottle80drivers/char/n_tty.c(tty->driver.unthrottle)(tty);
unthrottle882drivers/char/n_tty.cif (tty->driver.unthrottle &&
unthrottle885drivers/char/n_tty.ctty->driver.unthrottle(tty);
unthrottle243drivers/char/pty.cpty_driver.unthrottle = pty_unthrottle;
unthrottle2305drivers/char/serial.cserial_driver.unthrottle = rs_unthrottle;
unthrottle136include/linux/tty_driver.hvoid (*unthrottle)(struct tty_struct * tty);