/kernel/linux/linux-5.10/drivers/misc/ti-st/ |
H A D | st_core.c | 211 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 D | st_core.c | 208 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 D | stub.h | 47 wait_queue_head_t tx_waitq; member
|
H A D | vudc.h | 101 wait_queue_head_t tx_waitq; member
|
H A D | stub_tx.c | 104 wake_up(&sdev->tx_waitq); in stub_complete() 446 wait_event_interruptible(sdev->tx_waitq, in stub_tx_loop()
|
H A D | vudc_rx.c | 81 wake_up(&udc->tx_waitq); in v_recv_cmd_unlink()
|
H A D | vudc_tx.c | 235 wait_event_interruptible(udc->tx_waitq, in v_tx_loop()
|
H A D | stub_dev.c | 290 init_waitqueue_head(&sdev->tx_waitq); in stub_device_alloc()
|
H A D | vudc_transfer.c | 428 wake_up(&udc->tx_waitq); in v_timer()
|
H A D | vudc_dev.c | 572 init_waitqueue_head(&udc->tx_waitq); in init_vudc_hw()
|
/kernel/linux/linux-6.6/drivers/usb/usbip/ |
H A D | stub.h | 47 wait_queue_head_t tx_waitq; member
|
H A D | vudc.h | 101 wait_queue_head_t tx_waitq; member
|
H A D | stub_tx.c | 104 wake_up(&sdev->tx_waitq); in stub_complete() 446 wait_event_interruptible(sdev->tx_waitq, in stub_tx_loop()
|
H A D | vudc_rx.c | 81 wake_up(&udc->tx_waitq); in v_recv_cmd_unlink()
|
H A D | vudc_tx.c | 235 wait_event_interruptible(udc->tx_waitq, in v_tx_loop()
|
H A D | stub_dev.c | 292 init_waitqueue_head(&sdev->tx_waitq); in stub_device_alloc()
|
H A D | vudc_transfer.c | 428 wake_up(&udc->tx_waitq); in v_timer()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | ti_wilink_st.h | 117 * @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 D | ti_wilink_st.h | 117 * @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 D | drm_dp_mst_helper.h | 698 * @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 D | drm_dp_mst_helper.h | 736 * @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 D | he.c | 1837 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 D | he.h | 326 wait_queue_head_t tx_waitq; member
|
/kernel/linux/linux-6.6/drivers/atm/ |
H A D | he.c | 1834 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 D | he.h | 326 wait_queue_head_t tx_waitq; member
|