Searched refs:unthrottle (Results 1 – 25 of 61) sorted by relevance
123
/drivers/usb/serial/ |
D | visor.c | 174 .unthrottle = usb_serial_generic_unthrottle, 194 .unthrottle = usb_serial_generic_unthrottle, 213 .unthrottle = usb_serial_generic_unthrottle,
|
D | empeg.c | 53 .unthrottle = usb_serial_generic_unthrottle,
|
D | aircable.c | 150 .unthrottle = usb_serial_generic_unthrottle,
|
D | symbolserial.c | 185 .unthrottle = symbol_unthrottle,
|
D | cypress_m8.c | 161 .unthrottle = cypress_unthrottle, 187 .unthrottle = cypress_unthrottle, 213 .unthrottle = cypress_unthrottle,
|
D | metro-usb.c | 359 .unthrottle = metrousb_unthrottle,
|
D | usb-serial.c | 395 if (port->serial->type->unthrottle) in serial_unthrottle() 396 port->serial->type->unthrottle(tty); in serial_unthrottle() 1191 .unthrottle = serial_unthrottle,
|
D | opticon.c | 414 .unthrottle = usb_serial_generic_unthrottle,
|
D | kl5kusb105.c | 91 .unthrottle = usb_serial_generic_unthrottle,
|
D | digi_acceleport.c | 280 .unthrottle = digi_rx_unthrottle, 310 .unthrottle = digi_rx_unthrottle,
|
D | keyspan_pda.c | 785 .unthrottle = keyspan_pda_rx_unthrottle,
|
D | io_edgeport.c | 3111 .unthrottle = edge_unthrottle, 3147 .unthrottle = edge_unthrottle, 3183 .unthrottle = edge_unthrottle, 3219 .unthrottle = edge_unthrottle,
|
D | generic.c | 73 .unthrottle = usb_serial_generic_unthrottle,
|
D | mct_u232.c | 81 .unthrottle = mct_u232_unthrottle,
|
D | ti_usb_3410_5052.c | 439 .unthrottle = ti_unthrottle, 473 .unthrottle = ti_unthrottle,
|
D | whiteheat.c | 129 .unthrottle = usb_serial_generic_unthrottle,
|
/drivers/tty/ |
D | tty_ioctl.c | 139 tty->ops->unthrottle) in tty_unthrottle() 140 tty->ops->unthrottle(tty); in tty_unthrottle() 199 if (tty->ops->unthrottle) in tty_unthrottle_safe() 200 tty->ops->unthrottle(tty); in tty_unthrottle_safe()
|
D | pty.c | 516 .unthrottle = pty_unthrottle, 532 .unthrottle = pty_unthrottle, 765 .unthrottle = pty_unthrottle, 783 .unthrottle = pty_unthrottle,
|
D | ehv_bytechan.c | 609 .unthrottle = ehv_bc_tty_unthrottle,
|
/drivers/staging/fwserial/ |
D | fwserial.h | 174 unsigned int unthrottle[DISTRIBUTION_MAX_INDEX + 1]; member
|
D | fwserial.c | 169 sum += stats->unthrottle[j]; in fwtty_dump_profile() 172 seq_printf(m, "%6d", stats->unthrottle[j]); in fwtty_dump_profile() 1177 fwtty_profile_fifo(port, port->stats.unthrottle); in fwtty_unthrottle() 1518 .unthrottle = fwtty_unthrottle, 1541 .unthrottle = fwtty_unthrottle,
|
/drivers/tty/serial/8250/ |
D | 8250_aspeed_vuart.c | 402 port.port.unthrottle = aspeed_vuart_unthrottle; in aspeed_vuart_probe()
|
D | 8250_core.c | 1021 uart->port.unthrottle = up->port.unthrottle; in serial8250_register_8250_port()
|
/drivers/usb/host/ |
D | xhci-dbgtty.c | 288 .unthrottle = dbc_tty_unthrottle,
|
/drivers/tty/hvc/ |
D | hvc_console.c | 895 .unthrottle = hvc_unthrottle,
|
123