Home
last modified time | relevance | path

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

123

/linux/drivers/usb/serial/
A Dvisor.c174 .unthrottle = usb_serial_generic_unthrottle,
194 .unthrottle = usb_serial_generic_unthrottle,
213 .unthrottle = usb_serial_generic_unthrottle,
A Dempeg.c53 .unthrottle = usb_serial_generic_unthrottle,
A Daircable.c150 .unthrottle = usb_serial_generic_unthrottle,
A Dsymbolserial.c183 .unthrottle = symbol_unthrottle,
A Dcypress_m8.c161 .unthrottle = cypress_unthrottle,
187 .unthrottle = cypress_unthrottle,
213 .unthrottle = cypress_unthrottle,
A Dmetro-usb.c357 .unthrottle = metrousb_unthrottle,
A Dopticon.c395 .unthrottle = usb_serial_generic_unthrottle,
A Dkl5kusb105.c91 .unthrottle = usb_serial_generic_unthrottle,
A Dusb-serial.c436 if (port->serial->type->unthrottle) in serial_unthrottle()
437 port->serial->type->unthrottle(tty); in serial_unthrottle()
1304 .unthrottle = serial_unthrottle,
A Dio_edgeport.c2990 .unthrottle = edge_unthrottle,
3025 .unthrottle = edge_unthrottle,
3060 .unthrottle = edge_unthrottle,
3095 .unthrottle = edge_unthrottle,
A Dkeyspan_pda.c700 .unthrottle = keyspan_pda_rx_unthrottle,
/linux/drivers/tty/
A Dtty_ioctl.c116 tty->ops->unthrottle) in tty_unthrottle()
117 tty->ops->unthrottle(tty); in tty_unthrottle()
177 if (tty->ops->unthrottle) in tty_unthrottle_safe()
178 tty->ops->unthrottle(tty); in tty_unthrottle_safe()
A Dpty.c515 .unthrottle = pty_unthrottle,
530 .unthrottle = pty_unthrottle,
764 .unthrottle = pty_unthrottle,
781 .unthrottle = pty_unthrottle,
A Dehv_bytechan.c609 .unthrottle = ehv_bc_tty_unthrottle,
/linux/tools/perf/util/
A Dtool.h59 unthrottle, member
/linux/Documentation/driver-api/serial/
A Dtty.rst178 unthrottle() Notify the tty driver that characters can now be
212 tty->driver->unthrottle() in order to resume
303 control. Serialization including with unthrottle
306 unthrottle() Called by the ldisc to ask the driver to stop flow
/linux/include/linux/
A Dserial_core.h45 void (*unthrottle)(struct uart_port *); member
129 void (*unthrottle)(struct uart_port *port); member
A Dtty_driver.h268 void (*unthrottle)(struct tty_struct * tty); member
/linux/arch/um/drivers/
A Dstdio_console.c110 .unthrottle = line_unthrottle,
A Dssl.c103 .unthrottle = line_unthrottle,
/linux/drivers/staging/fwserial/
A Dfwserial.h174 unsigned int unthrottle[DISTRIBUTION_MAX_INDEX + 1]; member
A Dfwserial.c169 sum += stats->unthrottle[j]; in fwtty_dump_profile()
172 seq_printf(m, "%6d", stats->unthrottle[j]); in fwtty_dump_profile()
1176 fwtty_profile_fifo(port, port->stats.unthrottle); in fwtty_unthrottle()
1517 .unthrottle = fwtty_unthrottle,
1540 .unthrottle = fwtty_unthrottle,
/linux/include/linux/usb/
A Dserial.h291 void (*unthrottle)(struct tty_struct *tty); member
/linux/drivers/usb/host/
A Dxhci-dbgtty.c288 .unthrottle = dbc_tty_unthrottle,
/linux/drivers/tty/serial/8250/
A D8250_core.c1007 uart->port.unthrottle = up->port.unthrottle; in serial8250_register_8250_port()

Completed in 57 milliseconds

123