Home
last modified time | relevance | path

Searched refs:cmd_wq (Results 1 – 12 of 12) sorted by relevance

/Linux-v5.4/drivers/staging/uwb/
Dwhc-rc.c60 wait_queue_head_t cmd_wq; member
101 result = wait_event_timeout(whcrc->cmd_wq, in whcrc_cmd()
194 wake_up_all(&whcrc->cmd_wq); in whcrc_irq_cb()
336 init_waitqueue_head(&whcrc->cmd_wq); in whcrc_init()
/Linux-v5.4/drivers/staging/wusbcore/host/whci/
Dint.c32 wake_up(&whc->cmd_wq); in whc_int_handler()
Dhw.c47 t = wait_event_timeout(whc->cmd_wq, in whc_do_gencmd()
Dinit.c54 init_waitqueue_head(&whc->cmd_wq); in whc_init()
Dwhcd.h45 wait_queue_head_t cmd_wq; member
/Linux-v5.4/net/nfc/nci/
Dcore.c571 flush_workqueue(ndev->cmd_wq); in nci_close_device()
587 queue_work(ndev->cmd_wq, &ndev->cmd_work); in nci_cmd_timer()
1197 ndev->cmd_wq = create_singlethread_workqueue(name); in nci_register_device()
1198 if (!ndev->cmd_wq) { in nci_register_device()
1239 destroy_workqueue(ndev->cmd_wq); in nci_register_device()
1257 destroy_workqueue(ndev->cmd_wq); in nci_unregister_device()
1340 queue_work(ndev->cmd_wq, &ndev->cmd_work); in nci_send_cmd()
Drsp.c368 queue_work(ndev->cmd_wq, &ndev->cmd_work); in nci_rsp_packet()
/Linux-v5.4/drivers/s390/net/
Dqeth_l3_main.c2257 card->cmd_wq = alloc_ordered_workqueue("%s_cmd", 0, in qeth_l3_probe_device()
2259 if (!card->cmd_wq) in qeth_l3_probe_device()
2265 destroy_workqueue(card->cmd_wq); in qeth_l3_probe_device()
2292 flush_workqueue(card->cmd_wq); in qeth_l3_remove_device()
2293 destroy_workqueue(card->cmd_wq); in qeth_l3_remove_device()
2604 queue_work(card->cmd_wq, &ip_work->work); in qeth_l3_ip6_event()
Dqeth_core.h818 struct workqueue_struct *cmd_wq; member
/Linux-v5.4/drivers/media/pci/ngene/
Dngene-core.c172 wake_up(&dev->cmd_wq); in irq_handler()
188 wake_up(&dev->cmd_wq); in irq_handler()
300 ret = wait_event_timeout(dev->cmd_wq, dev->cmd_done == 1, 2 * HZ); in ngene_command_mutex()
1323 init_waitqueue_head(&dev->cmd_wq); in ngene_start()
Dngene.h772 wait_queue_head_t cmd_wq; member
/Linux-v5.4/include/net/nfc/
Dnci_core.h215 struct workqueue_struct *cmd_wq; member