Home
last modified time | relevance | path

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

/linux/drivers/usb/usbip/
H A Dstub.h47 wait_queue_head_t tx_waitq; member
H A Dvudc.h101 wait_queue_head_t tx_waitq; member
H A Dstub_tx.c105 wake_up(&sdev->tx_waitq); in stub_complete()
443 wait_event_interruptible(sdev->tx_waitq, in stub_tx_loop()
H A Dvudc_rx.c81 wake_up(&udc->tx_waitq); in v_recv_cmd_unlink()
H A Dvudc_tx.c235 wait_event_interruptible(udc->tx_waitq, in v_tx_loop()
H A Dvudc_transfer.c428 wake_up(&udc->tx_waitq); in v_timer()
H A Dvudc_dev.c571 init_waitqueue_head(&udc->tx_waitq); in init_vudc_hw()
/linux/include/linux/
H A Dti_wilink_st.h142 struct sk_buff_head txq, tx_waitq; member