Home
last modified time | relevance | path

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

1234

/Linux-v4.19/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.c162 .unthrottle = cypress_unthrottle,
188 .unthrottle = cypress_unthrottle,
214 .unthrottle = cypress_unthrottle,
Dmetro-usb.c359 .unthrottle = metrousb_unthrottle,
Dopticon.c406 .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()
1173 .unthrottle = serial_unthrottle,
Dkl5kusb105.c91 .unthrottle = usb_serial_generic_unthrottle,
/Linux-v4.19/tools/perf/util/
Dtool.h59 unthrottle; member
/Linux-v4.19/drivers/tty/
Dpty.c520 .unthrottle = pty_unthrottle,
536 .unthrottle = pty_unthrottle,
764 .unthrottle = pty_unthrottle,
782 .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-v4.19/include/linux/
Dtty_driver.h274 void (*unthrottle)(struct tty_struct * tty); member
Dserial_core.h56 void (*unthrottle)(struct uart_port *); member
140 void (*unthrottle)(struct uart_port *port); member
/Linux-v4.19/arch/um/drivers/
Dssl.c106 .unthrottle = line_unthrottle,
Dstdio_console.c112 .unthrottle = line_unthrottle,
/Linux-v4.19/drivers/staging/fwserial/
Dfwserial.h174 unsigned int unthrottle[DISTRIBUTION_MAX_INDEX + 1]; member
Dfwserial.c166 sum += stats->unthrottle[j]; in fwtty_dump_profile()
169 seq_printf(m, "%6d", stats->unthrottle[j]); in fwtty_dump_profile()
1174 fwtty_profile_fifo(port, port->stats.unthrottle); in fwtty_unthrottle()
1553 .unthrottle = fwtty_unthrottle,
1574 .unthrottle = fwtty_unthrottle,
/Linux-v4.19/Documentation/serial/
Dtty.txt169 unthrottle() Notify the tty driver that characters can now be
200 tty->driver->unthrottle() in order to resume
288 control. Serialization including with unthrottle
291 unthrottle() - Called by the ldisc to ask the driver to stop flow
/Linux-v4.19/include/linux/usb/
Dserial.h295 void (*unthrottle)(struct tty_struct *tty); member
/Linux-v4.19/drivers/tty/serial/8250/
D8250_aspeed_vuart.c332 port.port.unthrottle = aspeed_vuart_unthrottle; in aspeed_vuart_probe()
/Linux-v4.19/arch/ia64/hp/sim/
Dsimserial.c449 .unthrottle = rs_unthrottle,
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-devices-system-cpu391 /sys/devices/system/cpu/cpuX/cpufreq/throttle_stats/unthrottle
416 - unthrottle : This file gives the total number of times the max
441 /sys/devices/system/cpu/cpufreq/policyX/throttle_stats/unthrottle
/Linux-v4.19/drivers/usb/host/
Dxhci-dbgtty.c279 .unthrottle = dbc_tty_unthrottle,

1234