| /drivers/hsi/clients/ |
| A 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/ |
| A D | dsp56k.c | 77 #define tx_wait(n) \ macro 171 tx_wait(10); in dsp56k_upload() 177 tx_wait(10); in dsp56k_upload()
|
| /drivers/net/wireless/ath/carl9170/ |
| A D | usb.c | 141 urb = usb_get_from_anchor(&ar->tx_wait); in carl9170_usb_submit_data_urb() 568 while ((urb = usb_get_from_anchor(&ar->tx_wait))) { in carl9170_usb_flush() 754 usb_anchor_urb(urb, &ar->tx_wait); in carl9170_usb_tx() 1117 init_usb_anchor(&ar->tx_wait); in carl9170_usb_probe()
|
| A D | carl9170.h | 251 struct usb_anchor tx_wait; member
|
| /drivers/usb/gadget/function/ |
| A D | f_printer.c | 82 wait_queue_head_t tx_wait; member 335 wake_up_interruptible(&dev->tx_wait); in tx_complete() 621 wait_event_interruptible(dev->tx_wait, in printer_write() 761 poll_wait(fd, &dev->tx_wait, wait); in printer_poll() 950 wake_up_interruptible(&dev->tx_wait); in printer_soft_reset() 1516 init_waitqueue_head(&dev->tx_wait); in gprinter_alloc()
|
| /drivers/atm/ |
| A D | eni.h | 88 wait_queue_head_t tx_wait; /* for close */ member
|
| A 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/misc/mei/ |
| A D | client.c | 586 init_waitqueue_head(&cl->tx_wait); in mei_cl_init() 757 if (waitqueue_active(&cl->tx_wait)) { in mei_cl_wake_all() 759 wake_up_interruptible(&cl->tx_wait); in mei_cl_wake_all() 2067 rets = wait_event_interruptible_timeout(cl->tx_wait, in mei_cl_write() 2119 if (waitqueue_active(&cl->tx_wait)) { in mei_cl_complete() 2120 wake_up_interruptible(&cl->tx_wait); in mei_cl_complete()
|
| A D | main.c | 358 rets = wait_event_interruptible(cl->tx_wait, in mei_write() 819 poll_wait(file, &cl->tx_wait, wait); in mei_poll() 880 rets = wait_event_interruptible(cl->tx_wait, in mei_fsync()
|
| A D | mei_dev.h | 298 wait_queue_head_t tx_wait; member
|
| A D | bus.c | 99 rets = wait_event_interruptible(cl->tx_wait, in __mei_cl_send_timeout()
|
| /drivers/net/wireless/mediatek/mt76/ |
| A D | wed.c | 89 return !wait_event_timeout(dev->tx_wait, !dev->wed_token_count, HZ); in mt76_wed_offload_enable()
|
| A D | tx.c | 264 wake_up(&dev->tx_wait); in __mt76_tx_complete_skb() 901 wake_up(&dev->tx_wait); in mt76_token_release()
|
| A D | usb.c | 786 wake_up(&dev->tx_wait); in mt76u_status_worker() 1000 ret = wait_event_timeout(dev->tx_wait, !mt76_has_tx_pending(&dev->phy), in mt76u_stop_tx()
|
| A D | sdio.c | 456 wake_up(&dev->tx_wait); in mt76s_process_tx_queue()
|
| A D | testmode.c | 293 wait_event_timeout(dev->tx_wait, td->tx_done == td->tx_queued, in mt76_testmode_tx_stop()
|
| A D | mac80211.c | 695 init_waitqueue_head(&dev->tx_wait); in mt76_alloc_device() 993 wait_event_timeout(dev->tx_wait, !mt76_has_tx_pending(phy), timeout); in __mt76_set_channel()
|
| A D | mt792x_core.c | 327 wait_event_timeout(dev->mt76.tx_wait, in mt792x_flush()
|
| A D | dma.c | 418 wake_up(&dev->tx_wait); in mt76_dma_tx_cleanup()
|
| A D | mt76.h | 927 wait_queue_head_t tx_wait; member
|
| /drivers/net/wireless/marvell/ |
| A D | mwl8k.c | 226 struct completion *tx_wait; member 1556 DECLARE_COMPLETION_ONSTACK(tx_wait); in mwl8k_tx_wait_empty() 1588 priv->tx_wait = &tx_wait; in mwl8k_tx_wait_empty() 1596 timeout = wait_for_completion_timeout(&tx_wait, in mwl8k_tx_wait_empty() 1601 priv->tx_wait = NULL; in mwl8k_tx_wait_empty() 1629 priv->tx_wait = NULL; in mwl8k_tx_wait_empty() 1639 priv->tx_wait = NULL; in mwl8k_tx_wait_empty() 4664 if (!priv->pending_tx_pkts && priv->tx_wait != NULL) { in mwl8k_tx_poll() 4665 complete(priv->tx_wait); in mwl8k_tx_poll() 4666 priv->tx_wait = NULL; in mwl8k_tx_poll() [all …]
|
| /drivers/net/wireless/ath/ath9k/ |
| A D | ath9k.h | 1003 wait_queue_head_t tx_wait; member
|
| A D | init.c | 689 init_waitqueue_head(&sc->tx_wait); in ath9k_init_softc()
|
| A D | main.c | 473 wake_up(&sc->tx_wait); in ath9k_tasklet() 2225 if (wait_event_timeout(sc->tx_wait, !ath9k_has_tx_pending(sc, sw_pending), in __ath9k_flush()
|