Searched refs:unthrottle (Results 1 – 25 of 81) sorted by relevance
1234
/linux-2.4.37.9/drivers/usb/serial/ |
D | io_tables.h | 111 unthrottle: edge_unthrottle, 133 unthrottle: edge_unthrottle, 155 unthrottle: edge_unthrottle, 177 unthrottle: edge_unthrottle,
|
D | keyspan.h | 587 unthrottle: keyspan_rx_unthrottle, 609 unthrottle: keyspan_rx_unthrottle, 631 unthrottle: keyspan_rx_unthrottle,
|
D | visor.c | 285 .unthrottle = visor_unthrottle, 310 .unthrottle = visor_unthrottle, 334 .unthrottle = visor_unthrottle, 363 .unthrottle = visor_unthrottle,
|
D | usb-serial.h | 239 void (*unthrottle) (struct usb_serial_port *port); member
|
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
|
D | ftdi_sio.c | 705 .unthrottle = ftdi_unthrottle, 729 .unthrottle = ftdi_unthrottle, 753 .unthrottle = ftdi_unthrottle, 777 .unthrottle = ftdi_unthrottle, 803 .unthrottle = ftdi_unthrottle,
|
D | empeg.c | 124 .unthrottle = empeg_unthrottle,
|
D | usbserial.c | 993 if (serial->type->unthrottle) in serial_unthrottle() 994 serial->type->unthrottle(port); in serial_unthrottle() 1796 .unthrottle = serial_unthrottle,
|
D | whiteheat.c | 154 .unthrottle = whiteheat_unthrottle,
|
D | keyspan_pda.c | 841 .unthrottle = keyspan_pda_rx_unthrottle,
|
/linux-2.4.37.9/include/linux/ |
D | tty_driver.h | 160 void (*unthrottle)(struct tty_struct * tty); member
|
/linux-2.4.37.9/drivers/bluetooth/ |
D | hci_ldisc.c | 392 if (test_and_clear_bit(TTY_THROTTLED,&tty->flags) && tty->driver.unthrottle) in hci_uart_tty_receive() 393 tty->driver.unthrottle(tty); in hci_uart_tty_receive()
|
/linux-2.4.37.9/drivers/net/ |
D | ppp_synctty.c | 402 && tty->driver.unthrottle) in ppp_sync_receive() 403 tty->driver.unthrottle(tty); in ppp_sync_receive()
|
D | ppp_async.c | 356 && tty->driver.unthrottle) in ppp_asynctty_receive() 357 tty->driver.unthrottle(tty); in ppp_asynctty_receive()
|
/linux-2.4.37.9/drivers/s390/char/ |
D | hwc_tty.c | 259 hwc_tty_driver.unthrottle = NULL; in hwc_tty_init()
|
/linux-2.4.37.9/Documentation/ |
D | tty.txt | 169 control. Serialization including with unthrottle 172 unthrottle() - Called by the ldisc to ask the driver to stop flow
|
/linux-2.4.37.9/drivers/char/ |
D | serial_21285.c | 324 rs285_driver.unthrottle = rs285_unthrottle; in rs285_init()
|
D | mux.c | 581 mux_drv_driver.unthrottle = NULL; in mux_probe()
|
D | pdc_console.c | 651 pdc_drv_driver.unthrottle = pdc_unthrottle; in pdc_drv_init()
|
D | pty.c | 400 pty_driver.unthrottle = pty_unthrottle; in pty_init()
|
D | n_tty.c | 131 tty->driver.unthrottle) in check_unthrottle() 132 tty->driver.unthrottle(tty); in check_unthrottle()
|
D | au1000_usbtty.c | 637 unthrottle:serial_unthrottle,
|
D | serial_tx3912.c | 660 rs_driver.unthrottle = rs_unthrottle; in tx3912_rs_init()
|
/linux-2.4.37.9/drivers/usb/ |
D | acm.c | 703 unthrottle: acm_tty_unthrottle,
|
1234