/linux-4.4.14/drivers/usb/serial/ |
D | io_tables.h | 109 .unthrottle = edge_unthrottle, 141 .unthrottle = edge_unthrottle, 173 .unthrottle = edge_unthrottle, 205 .unthrottle = edge_unthrottle,
|
D | empeg.c | 56 .unthrottle = usb_serial_generic_unthrottle,
|
D | visor.c | 176 .unthrottle = usb_serial_generic_unthrottle, 196 .unthrottle = usb_serial_generic_unthrottle, 216 .unthrottle = usb_serial_generic_unthrottle,
|
D | aircable.c | 173 .unthrottle = usb_serial_generic_unthrottle,
|
D | symbolserial.c | 197 .unthrottle = symbol_unthrottle,
|
D | cypress_m8.c | 166 .unthrottle = cypress_unthrottle, 192 .unthrottle = cypress_unthrottle, 218 .unthrottle = cypress_unthrottle,
|
D | metro-usb.c | 384 .unthrottle = metrousb_unthrottle,
|
D | opticon.c | 423 .unthrottle = usb_serial_generic_unthrottle,
|
D | usb-serial.c | 398 if (port->serial->type->unthrottle) in serial_unthrottle() 399 port->serial->type->unthrottle(tty); in serial_unthrottle() 1206 .unthrottle = serial_unthrottle,
|
D | kl5kusb105.c | 97 .unthrottle = usb_serial_generic_unthrottle,
|
D | keyspan_pda.c | 774 .unthrottle = keyspan_pda_rx_unthrottle,
|
D | digi_acceleport.c | 284 .unthrottle = digi_rx_unthrottle, 312 .unthrottle = digi_rx_unthrottle,
|
D | generic.c | 47 .unthrottle = usb_serial_generic_unthrottle,
|
D | mct_u232.c | 85 .unthrottle = mct_u232_unthrottle,
|
D | ti_usb_3410_5052.c | 218 .unthrottle = ti_unthrottle, 250 .unthrottle = ti_unthrottle,
|
D | whiteheat.c | 134 .unthrottle = usb_serial_generic_unthrottle,
|
D | garmin_gps.c | 1435 .unthrottle = garmin_unthrottle,
|
D | mxuport.c | 1383 .unthrottle = mxuport_unthrottle,
|
D | io_ti.c | 2728 .unthrottle = edge_unthrottle, 2765 .unthrottle = edge_unthrottle,
|
D | mos7720.c | 2057 .unthrottle = mos7720_unthrottle,
|
D | mos7840.c | 2384 .unthrottle = mos7840_unthrottle,
|
D | ftdi_sio.c | 1079 .unthrottle = usb_serial_generic_unthrottle,
|
/linux-4.4.14/tools/perf/util/ |
D | tool.h | 51 unthrottle; member
|
D | session.c | 327 if (tool->unthrottle == NULL) in perf_tool__fill_defaults() 328 tool->unthrottle = process_event_stub; in perf_tool__fill_defaults() 1102 return tool->unthrottle(tool, event, sample, machine); in machines__deliver_event()
|
/linux-4.4.14/drivers/tty/ |
D | pty.c | 519 .unthrottle = pty_unthrottle, 534 .unthrottle = pty_unthrottle, 702 .unthrottle = pty_unthrottle, 719 .unthrottle = pty_unthrottle,
|
D | tty_ioctl.c | 137 tty->ops->unthrottle) in tty_unthrottle() 138 tty->ops->unthrottle(tty); in tty_unthrottle() 197 if (tty->ops->unthrottle) in tty_unthrottle_safe() 198 tty->ops->unthrottle(tty); in tty_unthrottle_safe()
|
D | ehv_bytechan.c | 598 .unthrottle = ehv_bc_tty_unthrottle,
|
D | synclink_gt.c | 159 static void unthrottle(struct tty_struct * tty); 1376 static void unthrottle(struct tty_struct * tty) in unthrottle() function 3727 .unthrottle = unthrottle,
|
D | synclinkmp.c | 524 static void unthrottle(struct tty_struct * tty); 1485 static void unthrottle(struct tty_struct * tty) in unthrottle() function 3892 .unthrottle = unthrottle,
|
D | isicom.c | 1293 .unthrottle = isicom_unthrottle,
|
D | amiserial.c | 1644 .unthrottle = rs_unthrottle,
|
D | nozomi.c | 1874 .unthrottle = ntty_unthrottle,
|
D | n_gsm.c | 3195 .unthrottle = gsmtty_unthrottle,
|
D | rocket.c | 2344 .unthrottle = rp_unthrottle,
|
D | mxser.c | 2328 .unthrottle = mxser_unthrottle,
|
D | cyclades.c | 4037 .unthrottle = cy_unthrottle,
|
D | synclink.c | 4307 .unthrottle = mgsl_unthrottle,
|
/linux-4.4.14/include/linux/ |
D | serial_core.h | 56 void (*unthrottle)(struct uart_port *); member 130 void (*unthrottle)(struct uart_port *port); member
|
D | tty_driver.h | 272 void (*unthrottle)(struct tty_struct * tty); member
|
/linux-4.4.14/arch/um/drivers/ |
D | stdio_console.c | 112 .unthrottle = line_unthrottle,
|
D | ssl.c | 106 .unthrottle = line_unthrottle,
|
/linux-4.4.14/drivers/staging/fwserial/ |
D | fwserial.h | 173 unsigned unthrottle[DISTRIBUTION_MAX_INDEX + 1]; member
|
D | fwserial.c | 175 sum += stats->unthrottle[j]; in fwtty_dump_profile() 178 seq_printf(m, "%6d", stats->unthrottle[j]); in fwtty_dump_profile() 1191 fwtty_profile_fifo(port, port->stats.unthrottle); in fwtty_unthrottle() 1582 .unthrottle = fwtty_unthrottle, 1603 .unthrottle = fwtty_unthrottle,
|
/linux-4.4.14/Documentation/serial/ |
D | tty.txt | 172 unthrottle() Notify the tty driver that characters can now be 203 tty->driver->unthrottle() in order to resume 291 control. Serialization including with unthrottle 294 unthrottle() - Called by the ldisc to ask the driver to stop flow
|
/linux-4.4.14/firmware/keyspan_pda/ |
D | keyspan_pda.S | 459 ;; 07 is request tx unthrottle interrupt 882 ;; can we unthrottle the host tx process? 894 ;; a is now write_room. If thresh >= a, we can unthrottle 898 ;; yes, we can unthrottle. remove the threshold and mark a request 997 ;; special sequence: send a tx unthrottle message
|
D | xircom_pgs.S | 497 ;; 07 is request tx unthrottle interrupt 943 ;; can we unthrottle the host tx process? 955 ;; a is now write_room. If thresh >= a, we can unthrottle 959 ;; yes, we can unthrottle. remove the threshold and mark a request 1065 ;; special sequence: send a tx unthrottle message
|
/linux-4.4.14/include/linux/usb/ |
D | serial.h | 271 void (*unthrottle)(struct tty_struct *tty); member
|
/linux-4.4.14/arch/ia64/hp/sim/ |
D | simserial.c | 473 .unthrottle = rs_unthrottle,
|
/linux-4.4.14/drivers/tty/serial/8250/ |
D | 8250_core.c | 988 uart->port.unthrottle = up->port.unthrottle; in serial8250_register_8250_port()
|
D | 8250_port.c | 1347 port->unthrottle(port); in serial8250_unthrottle() 2739 .unthrottle = serial8250_unthrottle,
|
D | 8250_omap.c | 1148 up.port.unthrottle = omap_8250_unthrottle; in omap8250_probe()
|
/linux-4.4.14/drivers/isdn/gigaset/ |
D | interface.c | 480 .unthrottle = if_unthrottle,
|
/linux-4.4.14/drivers/tty/serial/ |
D | stm32-usart.c | 494 .unthrottle = stm32_unthrottle,
|
D | 68328serial.c | 1142 .unthrottle = rs_unthrottle,
|
D | serial_core.c | 669 port->ops->unthrottle(port); in uart_unthrottle() 2355 .unthrottle = uart_unthrottle,
|
D | omap-serial.c | 1405 .unthrottle = serial_omap_unthrottle,
|
D | crisv10.c | 4122 .unthrottle = rs_unthrottle,
|
/linux-4.4.14/drivers/tty/hvc/ |
D | hvc_console.c | 842 .unthrottle = hvc_unthrottle,
|
D | hvsi.c | 1047 .unthrottle = hvsi_unthrottle,
|
D | hvcs.c | 1451 .unthrottle = hvcs_unthrottle,
|
/linux-4.4.14/tools/perf/ |
D | builtin-inject.c | 684 .unthrottle = perf_event__repipe, in cmd_inject()
|
/linux-4.4.14/drivers/mmc/card/ |
D | sdio_uart.c | 1042 .unthrottle = sdio_uart_unthrottle,
|
/linux-4.4.14/net/irda/ircomm/ |
D | ircomm_tty.c | 96 .unthrottle = ircomm_tty_unthrottle,
|
/linux-4.4.14/net/bluetooth/rfcomm/ |
D | tty.c | 1127 .unthrottle = rfcomm_tty_unthrottle,
|
/linux-4.4.14/drivers/usb/gadget/function/ |
D | u_serial.c | 1018 .unthrottle = gs_unthrottle,
|
/linux-4.4.14/drivers/s390/char/ |
D | con3215.c | 1167 .unthrottle = tty3215_unthrottle,
|
D | tty3270.c | 1839 .unthrottle = tty3270_unthrottle,
|
/linux-4.4.14/drivers/isdn/capi/ |
D | capi.c | 1241 .unthrottle = capinc_tty_unthrottle,
|
/linux-4.4.14/drivers/usb/class/ |
D | cdc-acm.c | 1914 .unthrottle = acm_tty_unthrottle,
|
/linux-4.4.14/drivers/staging/dgnc/ |
D | dgnc_tty.c | 131 .unthrottle = dgnc_tty_unthrottle,
|
/linux-4.4.14/drivers/net/usb/ |
D | hso.c | 3221 .unthrottle = hso_unthrottle
|
/linux-4.4.14/drivers/isdn/i4l/ |
D | isdn_tty.c | 1747 .unthrottle = isdn_tty_unthrottle,
|
/linux-4.4.14/drivers/tty/vt/ |
D | vt.c | 3044 .unthrottle = con_unthrottle,
|
/linux-4.4.14/drivers/char/pcmcia/ |
D | synclink_cs.c | 2819 .unthrottle = mgslpc_unthrottle,
|
/linux-4.4.14/drivers/staging/dgap/ |
D | dgap.c | 5139 .unthrottle = dgap_tty_unthrottle,
|