Home
last modified time | relevance | path

Searched refs:tx_wait (Results 1 – 15 of 15) sorted by relevance

/drivers/hsi/clients/
Dhsi_char.c101 wait_queue_head_t tx_wait; member
265 wake_up(&channel->tx_wait); in hsc_tx_completed()
515 ret = wait_event_interruptible(channel->tx_wait, in hsc_write()
663 wake_up(&channel->tx_wait); in hsc_release()
681 init_waitqueue_head(&channel->tx_wait); in hsc_channel_init()
/drivers/char/
Ddsp56k.c77 #define tx_wait(n) \ macro
169 tx_wait(10); in dsp56k_upload()
175 tx_wait(10); in dsp56k_upload()
/drivers/atm/
Dzatm.h50 wait_queue_head_t tx_wait; /* for close */ member
Deni.h87 wait_queue_head_t tx_wait; /* for close */ member
Dzatm.c738 wake_up(&zatm_vcc->tx_wait); in dequeue_tx()
884 wait_event(zatm_vcc->tx_wait, !skb_peek(&zatm_vcc->backlog)); in close_tx()
889 wait_event(zatm_vcc->tx_wait, !skb_peek(&zatm_vcc->tx_queue)); in close_tx()
955 init_waitqueue_head(&zatm_vcc->tx_wait); in open_tx_first()
Deni.c1234 wake_up(&eni_dev->tx_wait); in dequeue_tx()
1401 add_wait_queue(&eni_dev->tx_wait,&wait); in close_tx()
1415 remove_wait_queue(&eni_dev->tx_wait,&wait); in close_tx()
1442 init_waitqueue_head(&eni_dev->tx_wait); in start_tx()
1559 wake_up(&eni_dev->tx_wait); in eni_tasklet()
/drivers/misc/mei/
Dclient.c559 init_waitqueue_head(&cl->tx_wait); in mei_cl_init()
1684 rets = wait_event_interruptible(cl->tx_wait, in mei_cl_write()
1719 if (waitqueue_active(&cl->tx_wait)) { in mei_cl_complete()
1720 wake_up_interruptible(&cl->tx_wait); in mei_cl_complete()
1781 if (waitqueue_active(&cl->tx_wait)) { in mei_cl_all_wakeup()
1783 wake_up_interruptible(&cl->tx_wait); in mei_cl_all_wakeup()
Dmei_dev.h258 wait_queue_head_t tx_wait; member
/drivers/usb/gadget/function/
Df_printer.c82 wait_queue_head_t tx_wait; member
334 wake_up_interruptible(&dev->tx_wait); in tx_complete()
596 wait_event_interruptible(dev->tx_wait, in printer_write()
707 poll_wait(fd, &dev->tx_wait, wait); in printer_poll()
895 wake_up_interruptible(&dev->tx_wait); in printer_soft_reset()
1425 init_waitqueue_head(&dev->tx_wait); in gprinter_alloc()
/drivers/net/wireless/ath/carl9170/
Dusb.c141 urb = usb_get_from_anchor(&ar->tx_wait); in carl9170_usb_submit_data_urb()
561 while ((urb = usb_get_from_anchor(&ar->tx_wait))) { in carl9170_usb_flush()
746 usb_anchor_urb(urb, &ar->tx_wait); in carl9170_usb_tx()
1080 init_usb_anchor(&ar->tx_wait); in carl9170_usb_probe()
Dcarl9170.h248 struct usb_anchor tx_wait; member
/drivers/net/wireless/
Dmwl8k.c226 struct completion *tx_wait; member
1533 DECLARE_COMPLETION_ONSTACK(tx_wait); in mwl8k_tx_wait_empty()
1565 priv->tx_wait = &tx_wait; in mwl8k_tx_wait_empty()
1573 timeout = wait_for_completion_timeout(&tx_wait, in mwl8k_tx_wait_empty()
1578 priv->tx_wait = NULL; in mwl8k_tx_wait_empty()
1606 priv->tx_wait = NULL; in mwl8k_tx_wait_empty()
1616 priv->tx_wait = NULL; in mwl8k_tx_wait_empty()
4635 if (!priv->pending_tx_pkts && priv->tx_wait != NULL) { in mwl8k_tx_poll()
4636 complete(priv->tx_wait); in mwl8k_tx_poll()
4637 priv->tx_wait = NULL; in mwl8k_tx_poll()
[all …]
/drivers/net/wireless/ath/ath9k/
Dath9k.h976 wait_queue_head_t tx_wait; member
Dinit.c567 init_waitqueue_head(&sc->tx_wait); in ath9k_init_softc()
Dmain.c469 wake_up(&sc->tx_wait); in ath9k_tasklet()
2173 if (wait_event_timeout(sc->tx_wait, !ath9k_has_tx_pending(sc, sw_pending), in __ath9k_flush()