Home
last modified time | relevance | path

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

/linux-4.4.14/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.c352 i2400mu->rx_wq, in i2400mu_rxd()
425 wake_up_all(&i2400mu->rx_wq); in i2400mu_rx_kick()
/linux-4.4.14/drivers/nfc/nfcmrvl/
Dfw_dnld.c463 priv->fw_dnld.rx_wq = create_singlethread_workqueue(name); in nfcmrvl_fw_dnld_init()
464 if (!priv->fw_dnld.rx_wq) in nfcmrvl_fw_dnld_init()
472 destroy_workqueue(priv->fw_dnld.rx_wq); in nfcmrvl_fw_dnld_deinit()
487 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-4.4.14/net/nfc/nci/
Dcore.c478 flush_workqueue(ndev->rx_wq); in nci_close_device()
524 queue_work(ndev->rx_wq, &ndev->rx_work); in nci_data_timer()
1130 ndev->rx_wq = create_singlethread_workqueue(name); in nci_register_device()
1131 if (!ndev->rx_wq) { in nci_register_device()
1163 destroy_workqueue(ndev->rx_wq); in nci_register_device()
1185 destroy_workqueue(ndev->rx_wq); in nci_unregister_device()
1215 queue_work(ndev->rx_wq, &ndev->rx_work); in nci_recv_frame()
/linux-4.4.14/include/net/nfc/
Dnci_core.h224 struct workqueue_struct *rx_wq; member
/linux-4.4.14/drivers/media/pci/ngene/
Dngene.h787 wait_queue_head_t rx_wq; member
Dngene-core.c1352 init_waitqueue_head(&dev->rx_wq); in ngene_start()