Searched defs:tx_wait (Results 1 - 9 of 9) sorted by relevance

/drivers/atm/
H A Dzatm.h50 wait_queue_head_t tx_wait; /* for close */ member in struct:zatm_vcc
H A Deni.h87 wait_queue_head_t tx_wait; /* for close */ member in struct:eni_dev
/drivers/char/
H A Ddsp56k.c77 #define tx_wait(n) \ macro
155 /* tx_wait(10); */
162 /* tx_wait(10); */
169 tx_wait(10);
175 tx_wait(10);
/drivers/hsi/clients/
H A Dhsi_char.c89 * @tx_wait: TX requests wait queue
101 wait_queue_head_t tx_wait; member in struct:hsc_channel
265 wake_up(&channel->tx_wait);
515 ret = wait_event_interruptible(channel->tx_wait,
663 wake_up(&channel->tx_wait);
681 init_waitqueue_head(&channel->tx_wait);
/drivers/usb/gadget/legacy/
H A Dprinter.c77 wait_queue_head_t tx_wait; member in struct:printer_dev
354 wake_up_interruptible(&dev->tx_wait);
617 wait_event_interruptible(dev->tx_wait,
729 poll_wait(fd, &dev->tx_wait, wait);
912 wake_up_interruptible(&dev->tx_wait);
1180 init_waitqueue_head(&dev->tx_wait);
/drivers/misc/mei/
H A Dmei_dev.h218 * @tx_wait: wait queue for tx completion
238 wait_queue_head_t tx_wait; member in struct:mei_cl
/drivers/net/wireless/ath/carl9170/
H A Dcarl9170.h248 struct usb_anchor tx_wait; member in struct:ar9170
/drivers/net/wireless/ath/ath9k/
H A Dath9k.h969 wait_queue_head_t tx_wait; member in struct:ath_softc
/drivers/net/wireless/
H A Dmwl8k.c226 struct completion *tx_wait; member in struct:mwl8k_priv
1532 DECLARE_COMPLETION_ONSTACK(tx_wait);
1564 priv->tx_wait = &tx_wait;
1572 timeout = wait_for_completion_timeout(&tx_wait,
1577 priv->tx_wait = NULL;
1605 priv->tx_wait = NULL;
1615 priv->tx_wait = NULL;
4634 if (!priv->pending_tx_pkts && priv->tx_wait != NULL) {
4635 complete(priv->tx_wait);
[all...]

Completed in 189 milliseconds