rx_wq 1325 drivers/media/pci/ngene/ngene-core.c init_waitqueue_head(&dev->rx_wq); rx_wq 792 drivers/media/pci/ngene/ngene.h wait_queue_head_t rx_wq; rx_wq 235 drivers/net/wimax/i2400m/i2400m-usb.h wait_queue_head_t rx_wq; rx_wq 253 drivers/net/wimax/i2400m/i2400m-usb.h init_waitqueue_head(&i2400mu->rx_wq); rx_wq 349 drivers/net/wimax/i2400m/usb-rx.c i2400mu->rx_wq, rx_wq 422 drivers/net/wimax/i2400m/usb-rx.c wake_up_all(&i2400mu->rx_wq); rx_wq 461 drivers/nfc/nfcmrvl/fw_dnld.c priv->fw_dnld.rx_wq = create_singlethread_workqueue(name); rx_wq 462 drivers/nfc/nfcmrvl/fw_dnld.c if (!priv->fw_dnld.rx_wq) rx_wq 470 drivers/nfc/nfcmrvl/fw_dnld.c destroy_workqueue(priv->fw_dnld.rx_wq); rx_wq 485 drivers/nfc/nfcmrvl/fw_dnld.c queue_work(priv->fw_dnld.rx_wq, &priv->fw_dnld.rx_work); rx_wq 84 drivers/nfc/nfcmrvl/fw_dnld.h struct workqueue_struct *rx_wq; rx_wq 161 drivers/rapidio/rio_cm.c struct workqueue_struct *rx_wq; rx_wq 623 drivers/rapidio/rio_cm.c queue_work(cm->rx_wq, &cm->rx_work); rx_wq 2140 drivers/rapidio/rio_cm.c cm->rx_wq = create_workqueue(DRV_NAME "/rxq"); rx_wq 2141 drivers/rapidio/rio_cm.c if (!cm->rx_wq) { rx_wq 2202 drivers/rapidio/rio_cm.c flush_workqueue(cm->rx_wq); rx_wq 2203 drivers/rapidio/rio_cm.c destroy_workqueue(cm->rx_wq); rx_wq 218 include/net/nfc/nci_core.h struct workqueue_struct *rx_wq; rx_wq 550 net/nfc/nci/core.c flush_workqueue(ndev->rx_wq); rx_wq 596 net/nfc/nci/core.c queue_work(ndev->rx_wq, &ndev->rx_work); rx_wq 1205 net/nfc/nci/core.c ndev->rx_wq = create_singlethread_workqueue(name); rx_wq 1206 net/nfc/nci/core.c if (!ndev->rx_wq) { rx_wq 1236 net/nfc/nci/core.c destroy_workqueue(ndev->rx_wq); rx_wq 1258 net/nfc/nci/core.c destroy_workqueue(ndev->rx_wq); rx_wq 1288 net/nfc/nci/core.c queue_work(ndev->rx_wq, &ndev->rx_work);