Home
last modified time | relevance | path

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

/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()
/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
/drivers/media/pci/ngene/
Dngene.h789 wait_queue_head_t rx_wq; member
Dngene-core.c1352 init_waitqueue_head(&dev->rx_wq); in ngene_start()