Searched refs:tx_wait (Results 1 - 14 of 14) 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
H A Dzatm.c737 wake_up(&zatm_vcc->tx_wait);
883 wait_event(zatm_vcc->tx_wait, !skb_peek(&zatm_vcc->backlog));
888 wait_event(zatm_vcc->tx_wait, !skb_peek(&zatm_vcc->tx_queue));
954 init_waitqueue_head(&zatm_vcc->tx_wait);
H A Deni.c1231 wake_up(&eni_dev->tx_wait);
1398 add_wait_queue(&eni_dev->tx_wait,&wait);
1412 remove_wait_queue(&eni_dev->tx_wait,&wait);
1439 init_waitqueue_head(&eni_dev->tx_wait);
1556 wake_up(&eni_dev->tx_wait);
/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/
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 Dusb.c139 urb = usb_get_from_anchor(&ar->tx_wait);
552 while ((urb = usb_get_from_anchor(&ar->tx_wait))) {
729 usb_anchor_urb(urb, &ar->tx_wait);
1052 init_usb_anchor(&ar->tx_wait);
H A Dcarl9170.h257 struct usb_anchor tx_wait; member in struct:ar9170
/drivers/staging/mei/
H A Dmei_dev.h150 wait_queue_head_t tx_wait; member in struct:mei_cl
H A Dinit.c516 init_waitqueue_head(&priv->tx_wait);
H A Dinterrupt.c64 if (waitqueue_active(&cl->tx_wait))
65 wake_up_interruptible(&cl->tx_wait);
H A Dmain.c902 poll_wait(file, &cl->tx_wait, wait);
/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 303 milliseconds