| /linux/drivers/usb/serial/ |
| H A D | visor.c | 173 .unthrottle = usb_serial_generic_unthrottle, 192 .unthrottle = usb_serial_generic_unthrottle, 210 .unthrottle = usb_serial_generic_unthrottle,
|
| H A D | empeg.c | 52 .unthrottle = usb_serial_generic_unthrottle,
|
| H A D | aircable.c | 149 .unthrottle = usb_serial_generic_unthrottle,
|
| H A D | symbolserial.c | 182 .unthrottle = symbol_unthrottle,
|
| H A D | cypress_m8.c | 161 .unthrottle = cypress_unthrottle, 186 .unthrottle = cypress_unthrottle, 211 .unthrottle = cypress_unthrottle,
|
| H A D | metro-usb.c | 356 .unthrottle = metrousb_unthrottle,
|
| H A D | opticon.c | 392 .unthrottle = usb_serial_generic_unthrottle,
|
| H A D | kl5kusb105.c | 91 .unthrottle = usb_serial_generic_unthrottle,
|
| H A D | usb-serial.c | 435 if (port->serial->type->unthrottle) in serial_unthrottle() 436 port->serial->type->unthrottle(tty); in serial_unthrottle() 1297 .unthrottle = serial_unthrottle,
|
| H A D | io_edgeport.c | 2992 .unthrottle = edge_unthrottle, 3026 .unthrottle = edge_unthrottle, 3060 .unthrottle = edge_unthrottle, 3094 .unthrottle = edge_unthrottle,
|
| H A D | keyspan_pda.c | 703 .unthrottle = keyspan_pda_rx_unthrottle,
|
| H A D | digi_acceleport.c | 281 .unthrottle = digi_rx_unthrottle, 310 .unthrottle = digi_rx_unthrottle,
|
| H A D | generic.c | 72 .unthrottle = usb_serial_generic_unthrottle,
|
| /linux/tools/perf/util/ |
| H A D | tool.h | 60 unthrottle, member
|
| H A D | tool.c | 281 tool->unthrottle = process_event_stub; in perf_tool__init()
|
| /linux/drivers/tty/ |
| H A D | pty.c | 505 .unthrottle = pty_unthrottle, 520 .unthrottle = pty_unthrottle, 754 .unthrottle = pty_unthrottle, 771 .unthrottle = pty_unthrottle,
|
| H A D | tty_ioctl.c | 105 tty->ops->unthrottle) in tty_unthrottle() 106 tty->ops->unthrottle(tty); in tty_unthrottle() 162 if (tty->ops->unthrottle) in tty_unthrottle_safe() 163 tty->ops->unthrottle(tty); in tty_unthrottle_safe()
|
| H A D | ehv_bytechan.c | 611 .unthrottle = ehv_bc_tty_unthrottle,
|
| /linux/arch/um/drivers/ |
| H A D | stdio_console.c | 108 .unthrottle = line_unthrottle,
|
| H A D | ssl.c | 101 .unthrottle = line_unthrottle,
|
| /linux/include/linux/ |
| H A D | tty_driver.h | 462 void (*unthrottle)(struct tty_struct * tty); member
|
| H A D | serial_core.h | 382 void (*unthrottle)(struct uart_port *); member 465 void (*unthrottle)(struct uart_port *port); member
|
| /linux/include/linux/usb/ |
| H A D | serial.h | 286 void (*unthrottle)(struct tty_struct *tty); member
|
| /linux/drivers/tty/serial/8250/ |
| H A D | 8250_core.c | 736 uart->port.unthrottle = up->port.unthrottle; in serial8250_register_8250_port()
|
| H A D | 8250_aspeed_vuart.c | 447 port.port.unthrottle = aspeed_vuart_unthrottle; in aspeed_vuart_probe()
|