Home
last modified time | relevance | path

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

123

/linux/drivers/usb/serial/
H A Dvisor.c173 .unthrottle = usb_serial_generic_unthrottle,
192 .unthrottle = usb_serial_generic_unthrottle,
210 .unthrottle = usb_serial_generic_unthrottle,
H A Dempeg.c52 .unthrottle = usb_serial_generic_unthrottle,
H A Daircable.c149 .unthrottle = usb_serial_generic_unthrottle,
H A Dsymbolserial.c182 .unthrottle = symbol_unthrottle,
H A Dcypress_m8.c161 .unthrottle = cypress_unthrottle,
186 .unthrottle = cypress_unthrottle,
211 .unthrottle = cypress_unthrottle,
H A Dmetro-usb.c356 .unthrottle = metrousb_unthrottle,
H A Dopticon.c392 .unthrottle = usb_serial_generic_unthrottle,
H A Dkl5kusb105.c91 .unthrottle = usb_serial_generic_unthrottle,
H A Dusb-serial.c435 if (port->serial->type->unthrottle) in serial_unthrottle()
436 port->serial->type->unthrottle(tty); in serial_unthrottle()
1297 .unthrottle = serial_unthrottle,
H A Dkeyspan_pda.c703 .unthrottle = keyspan_pda_rx_unthrottle,
H A Ddigi_acceleport.c281 .unthrottle = digi_rx_unthrottle,
310 .unthrottle = digi_rx_unthrottle,
H A Dgeneric.c72 .unthrottle = usb_serial_generic_unthrottle,
H A Dmct_u232.c81 .unthrottle = mct_u232_unthrottle,
H A Dti_usb_3410_5052.c437 .unthrottle = ti_unthrottle,
469 .unthrottle = ti_unthrottle,
/linux/drivers/tty/
H A Dpty.c501 .unthrottle = pty_unthrottle,
516 .unthrottle = pty_unthrottle,
729 .unthrottle = pty_unthrottle,
746 .unthrottle = pty_unthrottle,
H A Dtty_ioctl.c105 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 Dehv_bytechan.c611 .unthrottle = ehv_bc_tty_unthrottle,
/linux/tools/perf/util/
H A Dtool.h63 unthrottle, member
H A Dtool.c290 tool->unthrottle = process_event_stub; in perf_tool__init()
392 CREATE_DELEGATE_OP(unthrottle);
471 tool->tool.unthrottle = delegate_unthrottle; in delegate_tool__init()
/linux/arch/um/drivers/
H A Dstdio_console.c108 .unthrottle = line_unthrottle,
H A Dssl.c101 .unthrottle = line_unthrottle,
/linux/include/linux/usb/
H A Dserial.h286 void (*unthrottle)(struct tty_struct *tty); member
/linux/drivers/tty/serial/8250/
H A D8250_core.c740 uart->port.unthrottle = up->port.unthrottle; in serial8250_register_8250_port()
H A D8250_aspeed_vuart.c447 port.port.unthrottle = aspeed_vuart_unthrottle; in aspeed_vuart_probe()
/linux/drivers/usb/host/
H A Dxhci-dbgtty.c400 .unthrottle = dbc_tty_unthrottle,

123