/drivers/hsi/clients/ |
D | hsi_char.c | 88 wait_queue_head_t tx_wait; member 252 wake_up(&channel->tx_wait); in hsc_tx_completed() 502 ret = wait_event_interruptible(channel->tx_wait, in hsc_write() 650 wake_up(&channel->tx_wait); in hsc_release() 668 init_waitqueue_head(&channel->tx_wait); in hsc_channel_init()
|
/drivers/char/ |
D | dsp56k.c | 77 #define tx_wait(n) \ macro 169 tx_wait(10); in dsp56k_upload() 175 tx_wait(10); in dsp56k_upload()
|
/drivers/atm/ |
D | zatm.h | 51 wait_queue_head_t tx_wait; /* for close */ member
|
D | eni.h | 88 wait_queue_head_t tx_wait; /* for close */ member
|
D | zatm.c | 740 wake_up(&zatm_vcc->tx_wait); in dequeue_tx() 886 wait_event(zatm_vcc->tx_wait, !skb_peek(&zatm_vcc->backlog)); in close_tx() 891 wait_event(zatm_vcc->tx_wait, !skb_peek(&zatm_vcc->tx_queue)); in close_tx() 957 init_waitqueue_head(&zatm_vcc->tx_wait); in open_tx_first()
|
D | eni.c | 1234 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/net/wireless/ath/carl9170/ |
D | usb.c | 141 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() 747 usb_anchor_urb(urb, &ar->tx_wait); in carl9170_usb_tx() 1078 init_usb_anchor(&ar->tx_wait); in carl9170_usb_probe()
|
D | carl9170.h | 251 struct usb_anchor tx_wait; member
|
/drivers/misc/mei/ |
D | client.c | 605 init_waitqueue_head(&cl->tx_wait); in mei_cl_init() 773 if (waitqueue_active(&cl->tx_wait)) { in mei_cl_wake_all() 775 wake_up_interruptible(&cl->tx_wait); in mei_cl_wake_all() 2050 rets = wait_event_interruptible(cl->tx_wait, in mei_cl_write() 2093 if (waitqueue_active(&cl->tx_wait)) { in mei_cl_complete() 2094 wake_up_interruptible(&cl->tx_wait); in mei_cl_complete()
|
D | main.c | 358 rets = wait_event_interruptible(cl->tx_wait, in mei_write() 822 poll_wait(file, &cl->tx_wait, wait); in mei_poll() 883 rets = wait_event_interruptible(cl->tx_wait, in mei_fsync()
|
D | mei_dev.h | 245 wait_queue_head_t tx_wait; member
|
D | bus.c | 69 rets = wait_event_interruptible(cl->tx_wait, in __mei_cl_send()
|
/drivers/usb/gadget/function/ |
D | f_printer.c | 79 wait_queue_head_t tx_wait; member 331 wake_up_interruptible(&dev->tx_wait); in tx_complete() 611 wait_event_interruptible(dev->tx_wait, in printer_write() 740 poll_wait(fd, &dev->tx_wait, wait); in printer_poll() 933 wake_up_interruptible(&dev->tx_wait); in printer_soft_reset() 1501 init_waitqueue_head(&dev->tx_wait); in gprinter_alloc()
|
/drivers/net/wireless/marvell/ |
D | mwl8k.c | 226 struct completion *tx_wait; member 1543 DECLARE_COMPLETION_ONSTACK(tx_wait); in mwl8k_tx_wait_empty() 1575 priv->tx_wait = &tx_wait; in mwl8k_tx_wait_empty() 1583 timeout = wait_for_completion_timeout(&tx_wait, in mwl8k_tx_wait_empty() 1588 priv->tx_wait = NULL; in mwl8k_tx_wait_empty() 1616 priv->tx_wait = NULL; in mwl8k_tx_wait_empty() 1626 priv->tx_wait = NULL; in mwl8k_tx_wait_empty() 4648 if (!priv->pending_tx_pkts && priv->tx_wait != NULL) { in mwl8k_tx_poll() 4649 complete(priv->tx_wait); in mwl8k_tx_poll() 4650 priv->tx_wait = NULL; in mwl8k_tx_poll() [all …]
|
/drivers/net/wireless/mediatek/mt76/ |
D | sdio.c | 160 wake_up(&dev->tx_wait); in mt76s_process_tx_queue()
|
D | mac80211.c | 433 init_waitqueue_head(&dev->tx_wait); in mt76_alloc_device() 616 wait_event_timeout(dev->tx_wait, !mt76_has_tx_pending(phy), timeout); in mt76_set_channel()
|
D | usb.c | 821 wake_up(&dev->tx_wait); in mt76u_tx_worker() 1023 ret = wait_event_timeout(dev->tx_wait, !mt76_has_tx_pending(&dev->phy), in mt76u_stop_tx()
|
D | testmode.c | 179 wait_event_timeout(dev->tx_wait, td->tx_done == td->tx_queued, 10 * HZ); in mt76_testmode_tx_stop()
|
D | tx.c | 209 wake_up(&dev->tx_wait); in mt76_tx_complete_skb()
|
D | dma.c | 263 wake_up(&dev->tx_wait); in mt76_dma_tx_cleanup()
|
D | mt76.h | 614 wait_queue_head_t tx_wait; member
|
/drivers/net/wireless/ath/ath9k/ |
D | ath9k.h | 1003 wait_queue_head_t tx_wait; member
|
D | init.c | 683 init_waitqueue_head(&sc->tx_wait); in ath9k_init_softc()
|
D | main.c | 474 wake_up(&sc->tx_wait); in ath9k_tasklet() 2230 if (wait_event_timeout(sc->tx_wait, !ath9k_has_tx_pending(sc, sw_pending), in __ath9k_flush()
|