Searched refs:unthrottle (Results 1 - 25 of 66) sorted by relevance

123

/linux-master/tools/perf/util/
H A Dtool.h60 unthrottle, member in struct:perf_tool
/linux-master/drivers/usb/serial/
H A Dempeg.c53 .unthrottle = usb_serial_generic_unthrottle,
H A Daircable.c150 .unthrottle = usb_serial_generic_unthrottle,
H A Dsymbolserial.c183 .unthrottle = symbol_unthrottle,
H A Dvisor.c174 .unthrottle = usb_serial_generic_unthrottle,
194 .unthrottle = usb_serial_generic_unthrottle,
213 .unthrottle = usb_serial_generic_unthrottle,
H A Dmetro-usb.c357 .unthrottle = metrousb_unthrottle,
H A Dopticon.c393 .unthrottle = usb_serial_generic_unthrottle,
H A Dcypress_m8.c162 .unthrottle = cypress_unthrottle,
188 .unthrottle = cypress_unthrottle,
214 .unthrottle = cypress_unthrottle,
H A Dkl5kusb105.c92 .unthrottle = usb_serial_generic_unthrottle,
H A Dusb-serial.c435 if (port->serial->type->unthrottle)
436 port->serial->type->unthrottle(tty);
1304 .unthrottle = serial_unthrottle,
H A Dgeneric.c73 .unthrottle = usb_serial_generic_unthrottle,
411 * racing with unthrottle() on another CPU. Matches the barriers
419 * to avoid racing with unthrottle() on another CPU. Matches the
420 * smp_mb__after_atomic() in unthrottle().
H A Dwhiteheat.c126 .unthrottle = usb_serial_generic_unthrottle,
H A Dkeyspan_pda.c196 case 2: /* tx unthrottle interrupt */
470 * unthrottle work is scheduled).
705 .unthrottle = keyspan_pda_rx_unthrottle,
H A Dmct_u232.c82 .unthrottle = mct_u232_unthrottle,
H A Dio_edgeport.c2993 .unthrottle = edge_unthrottle,
3028 .unthrottle = edge_unthrottle,
3063 .unthrottle = edge_unthrottle,
3098 .unthrottle = edge_unthrottle,
/linux-master/arch/um/drivers/
H A Dssl.c101 .unthrottle = line_unthrottle,
H A Dstdio_console.c108 .unthrottle = line_unthrottle,
/linux-master/drivers/tty/
H A Dpty.c84 * The unthrottle routine is called by the line discipline to signal
87 * unthrottle routine when there are fewer than TTY_THRESHOLD_UNTHROTTLE
505 .unthrottle = pty_unthrottle,
520 .unthrottle = pty_unthrottle,
754 .unthrottle = pty_unthrottle,
771 .unthrottle = pty_unthrottle,
H A Dtty_ioctl.c95 * throttle/unthrottle and also to ensure the driver can consistently reference
99 * change flow control method, then unthrottle.
105 tty->ops->unthrottle)
106 tty->ops->unthrottle(tty);
146 * Similar to tty_unthrottle() but will only attempt unthrottle if
147 * @tty->flow_change is %TTY_UNTHROTTLE_SAFE. Prevents an accidental unthrottle
163 if (tty->ops->unthrottle)
164 tty->ops->unthrottle(tty);
H A Dehv_bytechan.c611 .unthrottle = ehv_bc_tty_unthrottle,
/linux-master/include/linux/
H A Dtty_driver.h171 * Serialization including with @unthrottle() is the job of the ldisc
177 * @unthrottle: ``void ()(struct tty_struct *tty)``
369 void (*unthrottle)(struct tty_struct * tty); member in struct:tty_operations
H A Dserial_core.h118 * Locking: serialized with @unthrottle() and termios modification by the
121 * @unthrottle: ``void ()(struct uart_port *port)``
381 void (*unthrottle)(struct uart_port *); member in struct:uart_ops
452 void (*unthrottle)(struct uart_port *port); member in struct:uart_port
/linux-master/include/linux/usb/
H A Dserial.h286 void (*unthrottle)(struct tty_struct *tty); member in struct:usb_serial_driver
/linux-master/drivers/tty/serial/8250/
H A D8250_aspeed_vuart.c45 * to (conditionally, depending on buffer state) unthrottle.
321 * have throttle/unthrottle callbacks, we've seen that the VUART device can
327 * throttle now and schedule an unthrottle for later, once the ldisc has had
350 /* throttle and schedule an unthrottle later */
446 port.port.unthrottle = aspeed_vuart_unthrottle;
/linux-master/drivers/usb/host/
H A Dxhci-dbgtty.c294 .unthrottle = dbc_tty_unthrottle,

Completed in 199 milliseconds

123