Searched refs:tx_waitq (Results 1 - 14 of 14) sorted by relevance

/linux-master/drivers/usb/usbip/
H A Dstub.h47 wait_queue_head_t tx_waitq; member in struct:stub_device
H A Dvudc.h101 wait_queue_head_t tx_waitq; member in struct:vudc
H A Dstub_tx.c104 wake_up(&sdev->tx_waitq);
446 wait_event_interruptible(sdev->tx_waitq,
H A Dvudc_tx.c235 wait_event_interruptible(udc->tx_waitq,
H A Dvudc_rx.c81 wake_up(&udc->tx_waitq);
H A Dvudc_transfer.c428 wake_up(&udc->tx_waitq);
H A Dstub_dev.c292 init_waitqueue_head(&sdev->tx_waitq);
H A Dvudc_dev.c571 init_waitqueue_head(&udc->tx_waitq);
/linux-master/drivers/misc/ti-st/
H A Dst_core.c208 while ((waiting_skb = skb_dequeue(&st_gdata->tx_waitq)))
408 * Will either Q the skb to txq or the tx_waitq
428 skb_queue_tail(&st_gdata->tx_waitq, skb);
436 skb_queue_tail(&st_gdata->tx_waitq, skb);
781 /* empty out txq and tx_waitq */
783 skb_queue_purge(&st_gdata->tx_waitq);
877 skb_queue_head_init(&st_gdata->tx_waitq);
910 skb_queue_purge(&st_gdata->tx_waitq);
/linux-master/include/linux/
H A Dti_wilink_st.h117 * @tx_waitq: if the chip is not in AWAKE state, the skbs needs to be queued
142 struct sk_buff_head txq, tx_waitq; member in struct:st_data_s
/linux-master/include/drm/display/
H A Ddrm_dp_mst_helper.h747 * @tx_waitq: Wait to queue stall for the tx worker.
749 wait_queue_head_t tx_waitq; member in struct:drm_dp_mst_topology_mgr
/linux-master/drivers/atm/
H A Dhe.h326 wait_queue_head_t tx_waitq; member in struct:he_vcc
H A Dhe.c1834 HPRINTK("wake_up(tx_waitq) cid 0x%x\n",
1837 wake_up(&HE_VCC(tpd->vcc)->tx_waitq);
2145 init_waitqueue_head(&he_vcc->tx_waitq);
2435 add_wait_queue(&he_vcc->tx_waitq, &wait);
2441 remove_wait_queue(&he_vcc->tx_waitq, &wait);
/linux-master/drivers/gpu/drm/display/
H A Ddrm_dp_mst_topology.c1275 ret = wait_event_timeout(mgr->tx_waitq,
2865 wake_up_all(&mgr->tx_waitq);
3952 wake_up_all(&mgr->tx_waitq);
5015 wake_up_all(&mstb->mgr->tx_waitq);
5698 init_waitqueue_head(&mgr->tx_waitq);

Completed in 391 milliseconds