Home
last modified time | relevance | path

Searched refs:unthrottle (Results 1 – 25 of 69) sorted by relevance

123

/linux-6.12.1/drivers/usb/serial/
Dempeg.c52 .unthrottle = usb_serial_generic_unthrottle,
Dvisor.c173 .unthrottle = usb_serial_generic_unthrottle,
192 .unthrottle = usb_serial_generic_unthrottle,
210 .unthrottle = usb_serial_generic_unthrottle,
Daircable.c149 .unthrottle = usb_serial_generic_unthrottle,
Dsymbolserial.c182 .unthrottle = symbol_unthrottle,
Dcypress_m8.c161 .unthrottle = cypress_unthrottle,
186 .unthrottle = cypress_unthrottle,
211 .unthrottle = cypress_unthrottle,
Dmetro-usb.c356 .unthrottle = metrousb_unthrottle,
Dopticon.c392 .unthrottle = usb_serial_generic_unthrottle,
Dkl5kusb105.c91 .unthrottle = usb_serial_generic_unthrottle,
Dusb-serial.c435 if (port->serial->type->unthrottle) in serial_unthrottle()
436 port->serial->type->unthrottle(tty); in serial_unthrottle()
1304 .unthrottle = serial_unthrottle,
Dio_edgeport.c2992 .unthrottle = edge_unthrottle,
3026 .unthrottle = edge_unthrottle,
3060 .unthrottle = edge_unthrottle,
3094 .unthrottle = edge_unthrottle,
Dkeyspan_pda.c703 .unthrottle = keyspan_pda_rx_unthrottle,
Ddigi_acceleport.c281 .unthrottle = digi_rx_unthrottle,
310 .unthrottle = digi_rx_unthrottle,
/linux-6.12.1/tools/perf/util/
Dtool.h60 unthrottle, member
Dtool.c261 tool->unthrottle = process_event_stub; in perf_tool__init()
/linux-6.12.1/drivers/tty/
Dpty.c505 .unthrottle = pty_unthrottle,
520 .unthrottle = pty_unthrottle,
754 .unthrottle = pty_unthrottle,
771 .unthrottle = pty_unthrottle,
Dtty_ioctl.c105 tty->ops->unthrottle) in tty_unthrottle()
106 tty->ops->unthrottle(tty); in tty_unthrottle()
163 if (tty->ops->unthrottle) in tty_unthrottle_safe()
164 tty->ops->unthrottle(tty); in tty_unthrottle_safe()
Dehv_bytechan.c611 .unthrottle = ehv_bc_tty_unthrottle,
/linux-6.12.1/arch/um/drivers/
Dstdio_console.c108 .unthrottle = line_unthrottle,
Dssl.c101 .unthrottle = line_unthrottle,
/linux-6.12.1/include/linux/
Dtty_driver.h376 void (*unthrottle)(struct tty_struct * tty); member
Dserial_core.h382 void (*unthrottle)(struct uart_port *); member
453 void (*unthrottle)(struct uart_port *port); member
/linux-6.12.1/include/linux/usb/
Dserial.h286 void (*unthrottle)(struct tty_struct *tty); member
/linux-6.12.1/drivers/tty/serial/8250/
D8250_core.c742 uart->port.unthrottle = up->port.unthrottle; in serial8250_register_8250_port()
D8250_aspeed_vuart.c446 port.port.unthrottle = aspeed_vuart_unthrottle; in aspeed_vuart_probe()
/linux-6.12.1/drivers/usb/host/
Dxhci-dbgtty.c326 .unthrottle = dbc_tty_unthrottle,

123