Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/drivers/misc/ti-st/
H A Dst_core.c211 while ((waiting_skb = skb_dequeue(&st_gdata->tx_waitq))) in st_wakeup_ack()
415 * Will either Q the skb to txq or the tx_waitq
435 skb_queue_tail(&st_gdata->tx_waitq, skb); in st_int_enqueue()
443 skb_queue_tail(&st_gdata->tx_waitq, skb); in st_int_enqueue()
788 /* empty out txq and tx_waitq */ in st_tty_close()
790 skb_queue_purge(&st_gdata->tx_waitq); in st_tty_close()
887 skb_queue_head_init(&st_gdata->tx_waitq); in st_core_init()
919 skb_queue_purge(&st_gdata->tx_waitq); in st_core_exit()
/kernel/linux/linux-6.6/drivers/misc/ti-st/
H A Dst_core.c208 while ((waiting_skb = skb_dequeue(&st_gdata->tx_waitq))) in st_wakeup_ack()
408 * Will either Q the skb to txq or the tx_waitq
428 skb_queue_tail(&st_gdata->tx_waitq, skb); in st_int_enqueue()
436 skb_queue_tail(&st_gdata->tx_waitq, skb); in st_int_enqueue()
781 /* empty out txq and tx_waitq */ in st_tty_close()
783 skb_queue_purge(&st_gdata->tx_waitq); in st_tty_close()
877 skb_queue_head_init(&st_gdata->tx_waitq); in st_core_init()
910 skb_queue_purge(&st_gdata->tx_waitq); in st_core_exit()
/kernel/linux/linux-5.10/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.c104 wake_up(&sdev->tx_waitq); in stub_complete()
446 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 Dstub_dev.c290 init_waitqueue_head(&sdev->tx_waitq); in stub_device_alloc()
H A Dvudc_transfer.c428 wake_up(&udc->tx_waitq); in v_timer()
H A Dvudc_dev.c572 init_waitqueue_head(&udc->tx_waitq); in init_vudc_hw()
/kernel/linux/linux-6.6/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.c104 wake_up(&sdev->tx_waitq); in stub_complete()
446 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 Dstub_dev.c292 init_waitqueue_head(&sdev->tx_waitq); in stub_device_alloc()
H A Dvudc_transfer.c428 wake_up(&udc->tx_waitq); in v_timer()
/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/include/drm/
H A Ddrm_dp_mst_helper.h698 * @tx_waitq: Wait to queue stall for the tx worker.
700 wait_queue_head_t tx_waitq; member
/kernel/linux/linux-6.6/include/drm/display/
H A Ddrm_dp_mst_helper.h736 * @tx_waitq: Wait to queue stall for the tx worker.
738 wait_queue_head_t tx_waitq; member
/kernel/linux/linux-5.10/drivers/atm/
H A Dhe.c1837 HPRINTK("wake_up(tx_waitq) cid 0x%x\n", in he_service_tbrq()
1840 wake_up(&HE_VCC(tpd->vcc)->tx_waitq); in he_service_tbrq()
2148 init_waitqueue_head(&he_vcc->tx_waitq); in he_open()
2438 add_wait_queue(&he_vcc->tx_waitq, &wait); in he_close()
2444 remove_wait_queue(&he_vcc->tx_waitq, &wait); in he_close()
H A Dhe.h326 wait_queue_head_t tx_waitq; member
/kernel/linux/linux-6.6/drivers/atm/
H A Dhe.c1834 HPRINTK("wake_up(tx_waitq) cid 0x%x\n", in he_service_tbrq()
1837 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()
H A Dhe.h326 wait_queue_head_t tx_waitq; member

Completed in 24 milliseconds

12