Home
last modified time | relevance | path

Searched refs:rx_wq (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/drivers/net/wimax/i2400m/
Di2400m-usb.h235 wait_queue_head_t rx_wq; member
253 init_waitqueue_head(&i2400mu->rx_wq); in i2400mu_init()
Dusb-rx.c349 i2400mu->rx_wq, in i2400mu_rxd()
422 wake_up_all(&i2400mu->rx_wq); in i2400mu_rx_kick()
/Linux-v4.19/drivers/nfc/nfcmrvl/
Dfw_dnld.c461 priv->fw_dnld.rx_wq = create_singlethread_workqueue(name); in nfcmrvl_fw_dnld_init()
462 if (!priv->fw_dnld.rx_wq) in nfcmrvl_fw_dnld_init()
470 destroy_workqueue(priv->fw_dnld.rx_wq); in nfcmrvl_fw_dnld_deinit()
485 queue_work(priv->fw_dnld.rx_wq, &priv->fw_dnld.rx_work); in nfcmrvl_fw_dnld_recv_frame()
Dfw_dnld.h84 struct workqueue_struct *rx_wq; member
/Linux-v4.19/net/nfc/nci/
Dcore.c562 flush_workqueue(ndev->rx_wq); in nci_close_device()
608 queue_work(ndev->rx_wq, &ndev->rx_work); in nci_data_timer()
1217 ndev->rx_wq = create_singlethread_workqueue(name); in nci_register_device()
1218 if (!ndev->rx_wq) { in nci_register_device()
1248 destroy_workqueue(ndev->rx_wq); in nci_register_device()
1270 destroy_workqueue(ndev->rx_wq); in nci_unregister_device()
1300 queue_work(ndev->rx_wq, &ndev->rx_work); in nci_recv_frame()
/Linux-v4.19/drivers/rapidio/
Drio_cm.c170 struct workqueue_struct *rx_wq; member
632 queue_work(cm->rx_wq, &cm->rx_work); in riocm_inb_msg_event()
2147 cm->rx_wq = create_workqueue(DRV_NAME "/rxq"); in riocm_add_mport()
2201 flush_workqueue(cm->rx_wq); in riocm_remove_mport()
2202 destroy_workqueue(cm->rx_wq); in riocm_remove_mport()
/Linux-v4.19/include/net/nfc/
Dnci_core.h230 struct workqueue_struct *rx_wq; member
/Linux-v4.19/drivers/media/pci/ngene/
Dngene.h804 wait_queue_head_t rx_wq; member
Dngene-core.c1342 init_waitqueue_head(&dev->rx_wq); in ngene_start()