Home
last modified time | relevance | path

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

123

/OK3568_Linux_fs/kernel/drivers/usb/serial/
H A Dvisor.c174 .unthrottle = usb_serial_generic_unthrottle,
194 .unthrottle = usb_serial_generic_unthrottle,
213 .unthrottle = usb_serial_generic_unthrottle,
H A Dempeg.c53 .unthrottle = usb_serial_generic_unthrottle,
H A Daircable.c150 .unthrottle = usb_serial_generic_unthrottle,
H A Dsymbolserial.c185 .unthrottle = symbol_unthrottle,
H A Dcypress_m8.c161 .unthrottle = cypress_unthrottle,
187 .unthrottle = cypress_unthrottle,
213 .unthrottle = cypress_unthrottle,
H A Dmetro-usb.c359 .unthrottle = metrousb_unthrottle,
H A Dusb-serial.c395 if (port->serial->type->unthrottle) in serial_unthrottle()
396 port->serial->type->unthrottle(tty); in serial_unthrottle()
1191 .unthrottle = serial_unthrottle,
H A Dopticon.c414 .unthrottle = usb_serial_generic_unthrottle,
H A Dkl5kusb105.c91 .unthrottle = usb_serial_generic_unthrottle,
H A Ddigi_acceleport.c280 .unthrottle = digi_rx_unthrottle,
310 .unthrottle = digi_rx_unthrottle,
/OK3568_Linux_fs/kernel/drivers/tty/
H A Dtty_ioctl.c138 tty->ops->unthrottle) in tty_unthrottle()
139 tty->ops->unthrottle(tty); in tty_unthrottle()
198 if (tty->ops->unthrottle) in tty_unthrottle_safe()
199 tty->ops->unthrottle(tty); in tty_unthrottle_safe()
H A Dpty.c515 .unthrottle = pty_unthrottle,
531 .unthrottle = pty_unthrottle,
764 .unthrottle = pty_unthrottle,
782 .unthrottle = pty_unthrottle,
H A Dehv_bytechan.c609 .unthrottle = ehv_bc_tty_unthrottle,
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dtool.h58 unthrottle, member
/OK3568_Linux_fs/kernel/Documentation/driver-api/serial/
H 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
H A Ddriver.rst154 Locking: serialized with .unthrottle() and termios modification by the
157 unthrottle(port)
/OK3568_Linux_fs/kernel/arch/um/drivers/
H A Dstdio_console.c111 .unthrottle = line_unthrottle,
H A Dssl.c104 .unthrottle = line_unthrottle,
/OK3568_Linux_fs/kernel/include/linux/
H A Dtty_driver.h268 void (*unthrottle)(struct tty_struct * tty); member
H A Dserial_core.h46 void (*unthrottle)(struct uart_port *); member
133 void (*unthrottle)(struct uart_port *port); member
/OK3568_Linux_fs/kernel/drivers/staging/fwserial/
H A Dfwserial.h174 unsigned int unthrottle[DISTRIBUTION_MAX_INDEX + 1]; member
H A Dfwserial.c169 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,
/OK3568_Linux_fs/kernel/include/linux/usb/
H A Dserial.h290 void (*unthrottle)(struct tty_struct *tty); member
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-dbgtty.c288 .unthrottle = dbc_tty_unthrottle,
/OK3568_Linux_fs/kernel/drivers/tty/serial/8250/
H A D8250_aspeed_vuart.c402 port.port.unthrottle = aspeed_vuart_unthrottle; in aspeed_vuart_probe()

123