Home
last modified time | relevance | path

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

1234

/linux-2.4.37.9/drivers/usb/serial/
Dio_tables.h111 unthrottle: edge_unthrottle,
133 unthrottle: edge_unthrottle,
155 unthrottle: edge_unthrottle,
177 unthrottle: edge_unthrottle,
Dkeyspan.h587 unthrottle: keyspan_rx_unthrottle,
609 unthrottle: keyspan_rx_unthrottle,
631 unthrottle: keyspan_rx_unthrottle,
Dvisor.c285 .unthrottle = visor_unthrottle,
310 .unthrottle = visor_unthrottle,
334 .unthrottle = visor_unthrottle,
363 .unthrottle = visor_unthrottle,
Dusb-serial.h239 void (*unthrottle) (struct usb_serial_port *port); member
Dkeyspan_pda.S459 ;; 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
Dxircom_pgs.S497 ;; 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
Dftdi_sio.c705 .unthrottle = ftdi_unthrottle,
729 .unthrottle = ftdi_unthrottle,
753 .unthrottle = ftdi_unthrottle,
777 .unthrottle = ftdi_unthrottle,
803 .unthrottle = ftdi_unthrottle,
Dempeg.c124 .unthrottle = empeg_unthrottle,
Dusbserial.c993 if (serial->type->unthrottle) in serial_unthrottle()
994 serial->type->unthrottle(port); in serial_unthrottle()
1796 .unthrottle = serial_unthrottle,
Dwhiteheat.c154 .unthrottle = whiteheat_unthrottle,
Dkeyspan_pda.c841 .unthrottle = keyspan_pda_rx_unthrottle,
/linux-2.4.37.9/include/linux/
Dtty_driver.h160 void (*unthrottle)(struct tty_struct * tty); member
/linux-2.4.37.9/drivers/bluetooth/
Dhci_ldisc.c392 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/
Dppp_synctty.c402 && tty->driver.unthrottle) in ppp_sync_receive()
403 tty->driver.unthrottle(tty); in ppp_sync_receive()
Dppp_async.c356 && tty->driver.unthrottle) in ppp_asynctty_receive()
357 tty->driver.unthrottle(tty); in ppp_asynctty_receive()
/linux-2.4.37.9/drivers/s390/char/
Dhwc_tty.c259 hwc_tty_driver.unthrottle = NULL; in hwc_tty_init()
/linux-2.4.37.9/Documentation/
Dtty.txt169 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/
Dserial_21285.c324 rs285_driver.unthrottle = rs285_unthrottle; in rs285_init()
Dmux.c581 mux_drv_driver.unthrottle = NULL; in mux_probe()
Dpdc_console.c651 pdc_drv_driver.unthrottle = pdc_unthrottle; in pdc_drv_init()
Dpty.c400 pty_driver.unthrottle = pty_unthrottle; in pty_init()
Dn_tty.c131 tty->driver.unthrottle) in check_unthrottle()
132 tty->driver.unthrottle(tty); in check_unthrottle()
Dau1000_usbtty.c637 unthrottle:serial_unthrottle,
Dserial_tx3912.c660 rs_driver.unthrottle = rs_unthrottle; in tx3912_rs_init()
/linux-2.4.37.9/drivers/usb/
Dacm.c703 unthrottle: acm_tty_unthrottle,

1234