Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/misc/ti-st/
Dst_core.c207 while ((waiting_skb = skb_dequeue(&st_gdata->tx_waitq))) in st_wakeup_ack()
427 skb_queue_tail(&st_gdata->tx_waitq, skb); in st_int_enqueue()
435 skb_queue_tail(&st_gdata->tx_waitq, skb); in st_int_enqueue()
782 skb_queue_purge(&st_gdata->tx_waitq); in st_tty_close()
876 skb_queue_head_init(&st_gdata->tx_waitq); in st_core_init()
909 skb_queue_purge(&st_gdata->tx_waitq); in st_core_exit()
/Linux-v6.6/drivers/usb/usbip/
Dstub.h47 wait_queue_head_t tx_waitq; member
Dvudc.h101 wait_queue_head_t tx_waitq; member
Dstub_tx.c104 wake_up(&sdev->tx_waitq); in stub_complete()
446 wait_event_interruptible(sdev->tx_waitq, in stub_tx_loop()
Dvudc_rx.c81 wake_up(&udc->tx_waitq); in v_recv_cmd_unlink()
Dvudc_tx.c235 wait_event_interruptible(udc->tx_waitq, in v_tx_loop()
Dvudc_transfer.c428 wake_up(&udc->tx_waitq); in v_timer()
Dstub_dev.c292 init_waitqueue_head(&sdev->tx_waitq); in stub_device_alloc()
Dvudc_dev.c571 init_waitqueue_head(&udc->tx_waitq); in init_vudc_hw()
/Linux-v6.6/include/linux/
Dti_wilink_st.h142 struct sk_buff_head txq, tx_waitq; member
/Linux-v6.6/include/drm/display/
Ddrm_dp_mst_helper.h738 wait_queue_head_t tx_waitq; member
/Linux-v6.6/drivers/atm/
Dhe.h326 wait_queue_head_t tx_waitq; member
Dhe.c1837 wake_up(&HE_VCC(tpd->vcc)->tx_waitq); in he_service_tbrq()
2145 init_waitqueue_head(&he_vcc->tx_waitq); in he_open()
2435 add_wait_queue(&he_vcc->tx_waitq, &wait); in he_close()
2441 remove_wait_queue(&he_vcc->tx_waitq, &wait); in he_close()
/Linux-v6.6/drivers/gpu/drm/display/
Ddrm_dp_mst_topology.c1274 ret = wait_event_timeout(mgr->tx_waitq, in drm_dp_mst_wait_tx_reply()
2860 wake_up_all(&mgr->tx_waitq); in process_single_down_tx_qlock()
3911 wake_up_all(&mgr->tx_waitq); in drm_dp_mst_handle_down_rep()
4961 wake_up_all(&mstb->mgr->tx_waitq); in drm_dp_delayed_destroy_mstb()
5532 init_waitqueue_head(&mgr->tx_waitq); in drm_dp_mst_topology_mgr_init()