Searched defs:tx_wait (Results 1 - 8 of 8) 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/staging/mei/
H A Dmei_dev.h150 wait_queue_head_t tx_wait; member in struct:mei_cl
/drivers/usb/gadget/
H A Dprinter.c91 wait_queue_head_t tx_wait; member in struct:printer_dev
453 wake_up_interruptible(&dev->tx_wait);
711 wait_event_interruptible(dev->tx_wait,
823 poll_wait(fd, &dev->tx_wait, wait);
1100 wake_up_interruptible(&dev->tx_wait);
1466 init_waitqueue_head(&dev->tx_wait);
/drivers/net/wireless/ath/carl9170/
H A Dcarl9170.h257 struct usb_anchor tx_wait; member in struct:ar9170
/drivers/net/wireless/
H A Dmwl8k.c209 struct completion *tx_wait; member in struct:mwl8k_priv
1501 DECLARE_COMPLETION_ONSTACK(tx_wait);
1530 priv->tx_wait = &tx_wait;
1538 timeout = wait_for_completion_timeout(&tx_wait,
1557 priv->tx_wait = NULL;
4327 if (!priv->pending_tx_pkts && priv->tx_wait != NULL) {
4328 complete(priv->tx_wait);
4329 priv->tx_wait = NULL;
5686 priv->tx_wait
[all...]

Completed in 732 milliseconds