Home
last modified time | relevance | path

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

/drivers/usb/usbip/
A Dstub.h47 wait_queue_head_t tx_waitq; member
A Dstub_tx.c104 wake_up(&sdev->tx_waitq); in stub_complete()
446 wait_event_interruptible(sdev->tx_waitq, in stub_tx_loop()
A Dvudc.h101 wait_queue_head_t tx_waitq; member
A Dvudc_rx.c81 wake_up(&udc->tx_waitq); in v_recv_cmd_unlink()
A Dvudc_tx.c235 wait_event_interruptible(udc->tx_waitq, in v_tx_loop()
A Dvudc_transfer.c428 wake_up(&udc->tx_waitq); in v_timer()
A Dstub_dev.c292 init_waitqueue_head(&sdev->tx_waitq); in stub_device_alloc()
A Dvudc_dev.c571 init_waitqueue_head(&udc->tx_waitq); in init_vudc_hw()
/drivers/atm/
A Dhe.h326 wait_queue_head_t tx_waitq; member
A 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()
/drivers/gpu/drm/display/
A Ddrm_dp_mst_topology.c1287 ret = wait_event_timeout(mgr->tx_waitq, in drm_dp_mst_wait_tx_reply()
2871 wake_up_all(&mgr->tx_waitq); in process_single_down_tx_qlock()
4024 wake_up_all(&mgr->tx_waitq); in drm_dp_mst_handle_down_rep()
5059 wake_up_all(&mstb->mgr->tx_waitq); in drm_dp_delayed_destroy_mstb()
5738 init_waitqueue_head(&mgr->tx_waitq); in drm_dp_mst_topology_mgr_init()

Completed in 39 milliseconds