Searched refs:unthrottle (Results 1 – 25 of 68) sorted by relevance
123
/linux-6.6.21/drivers/usb/serial/ |
D | empeg.c | 53 .unthrottle = usb_serial_generic_unthrottle,
|
D | visor.c | 174 .unthrottle = usb_serial_generic_unthrottle, 194 .unthrottle = usb_serial_generic_unthrottle, 213 .unthrottle = usb_serial_generic_unthrottle,
|
D | aircable.c | 150 .unthrottle = usb_serial_generic_unthrottle,
|
D | symbolserial.c | 183 .unthrottle = symbol_unthrottle,
|
D | cypress_m8.c | 162 .unthrottle = cypress_unthrottle, 188 .unthrottle = cypress_unthrottle, 214 .unthrottle = cypress_unthrottle,
|
D | metro-usb.c | 357 .unthrottle = metrousb_unthrottle,
|
D | opticon.c | 393 .unthrottle = usb_serial_generic_unthrottle,
|
D | kl5kusb105.c | 92 .unthrottle = usb_serial_generic_unthrottle,
|
D | usb-serial.c | 435 if (port->serial->type->unthrottle) in serial_unthrottle() 436 port->serial->type->unthrottle(tty); in serial_unthrottle() 1304 .unthrottle = serial_unthrottle,
|
D | keyspan_pda.c | 705 .unthrottle = keyspan_pda_rx_unthrottle,
|
D | io_edgeport.c | 2993 .unthrottle = edge_unthrottle, 3028 .unthrottle = edge_unthrottle, 3063 .unthrottle = edge_unthrottle, 3098 .unthrottle = edge_unthrottle,
|
D | digi_acceleport.c | 282 .unthrottle = digi_rx_unthrottle, 312 .unthrottle = digi_rx_unthrottle,
|
D | generic.c | 73 .unthrottle = usb_serial_generic_unthrottle,
|
/linux-6.6.21/tools/perf/util/ |
D | tool.h | 60 unthrottle, member
|
/linux-6.6.21/drivers/tty/ |
D | pty.c | 505 .unthrottle = pty_unthrottle, 520 .unthrottle = pty_unthrottle, 754 .unthrottle = pty_unthrottle, 771 .unthrottle = pty_unthrottle,
|
D | tty_ioctl.c | 110 tty->ops->unthrottle) in tty_unthrottle() 111 tty->ops->unthrottle(tty); in tty_unthrottle() 171 if (tty->ops->unthrottle) in tty_unthrottle_safe() 172 tty->ops->unthrottle(tty); in tty_unthrottle_safe()
|
D | ehv_bytechan.c | 609 .unthrottle = ehv_bc_tty_unthrottle,
|
/linux-6.6.21/arch/um/drivers/ |
D | stdio_console.c | 108 .unthrottle = line_unthrottle,
|
D | ssl.c | 101 .unthrottle = line_unthrottle,
|
/linux-6.6.21/include/linux/ |
D | tty_driver.h | 370 void (*unthrottle)(struct tty_struct * tty); member
|
D | serial_core.h | 381 void (*unthrottle)(struct uart_port *); member 452 void (*unthrottle)(struct uart_port *port); member
|
/linux-6.6.21/include/linux/usb/ |
D | serial.h | 286 void (*unthrottle)(struct tty_struct *tty); member
|
/linux-6.6.21/drivers/tty/serial/8250/ |
D | 8250_aspeed_vuart.c | 445 port.port.unthrottle = aspeed_vuart_unthrottle; in aspeed_vuart_probe()
|
D | 8250_core.c | 1061 uart->port.unthrottle = up->port.unthrottle; in serial8250_register_8250_port()
|
/linux-6.6.21/drivers/usb/host/ |
D | xhci-dbgtty.c | 294 .unthrottle = dbc_tty_unthrottle,
|
123