Home
last modified time | relevance | path

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

123

/Linux-v5.4/drivers/usb/serial/
Dempeg.c53 .unthrottle = usb_serial_generic_unthrottle,
Dvisor.c174 .unthrottle = usb_serial_generic_unthrottle,
194 .unthrottle = usb_serial_generic_unthrottle,
213 .unthrottle = usb_serial_generic_unthrottle,
Daircable.c150 .unthrottle = usb_serial_generic_unthrottle,
Dsymbolserial.c185 .unthrottle = symbol_unthrottle,
Dcypress_m8.c159 .unthrottle = cypress_unthrottle,
185 .unthrottle = cypress_unthrottle,
211 .unthrottle = cypress_unthrottle,
Dmetro-usb.c359 .unthrottle = metrousb_unthrottle,
Dopticon.c387 .unthrottle = usb_serial_generic_unthrottle,
Dusb-serial.c395 if (port->serial->type->unthrottle) in serial_unthrottle()
396 port->serial->type->unthrottle(tty); in serial_unthrottle()
1191 .unthrottle = serial_unthrottle,
Dkl5kusb105.c91 .unthrottle = usb_serial_generic_unthrottle,
/Linux-v5.4/tools/perf/util/
Dtool.h57 unthrottle, member
/Linux-v5.4/drivers/tty/
Dpty.c525 .unthrottle = pty_unthrottle,
541 .unthrottle = pty_unthrottle,
774 .unthrottle = pty_unthrottle,
792 .unthrottle = pty_unthrottle,
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()
Dehv_bytechan.c594 .unthrottle = ehv_bc_tty_unthrottle,
/Linux-v5.4/arch/um/drivers/
Dstdio_console.c112 .unthrottle = line_unthrottle,
Dssl.c105 .unthrottle = line_unthrottle,
/Linux-v5.4/include/linux/
Dtty_driver.h275 void (*unthrottle)(struct tty_struct * tty); member
Dserial_core.h44 void (*unthrottle)(struct uart_port *); member
128 void (*unthrottle)(struct uart_port *port); member
/Linux-v5.4/drivers/staging/fwserial/
Dfwserial.h174 unsigned int unthrottle[DISTRIBUTION_MAX_INDEX + 1]; member
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()
1519 .unthrottle = fwtty_unthrottle,
1542 .unthrottle = fwtty_unthrottle,
/Linux-v5.4/Documentation/driver-api/serial/
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-v5.4/include/linux/usb/
Dserial.h291 void (*unthrottle)(struct tty_struct *tty); member
/Linux-v5.4/drivers/tty/serial/8250/
D8250_aspeed_vuart.c336 port.port.unthrottle = aspeed_vuart_unthrottle; in aspeed_vuart_probe()
D8250_core.c1007 uart->port.unthrottle = up->port.unthrottle; in serial8250_register_8250_port()
/Linux-v5.4/drivers/usb/host/
Dxhci-dbgtty.c279 .unthrottle = dbc_tty_unthrottle,
/Linux-v5.4/Documentation/ABI/testing/
Dsysfs-devices-system-cpu399 /sys/devices/system/cpu/cpuX/cpufreq/throttle_stats/unthrottle
424 - unthrottle : This file gives the total number of times the max
449 /sys/devices/system/cpu/cpufreq/policyX/throttle_stats/unthrottle

123