Home
last modified time | relevance | path

Searched refs:event_q (Results 1 – 10 of 10) sorted by relevance

/Linux-v5.15/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dfweh.c90 list_add_tail(&event->q, &fweh->event_q); in brcmf_fweh_queue_event()
198 if (!list_empty(&fweh->event_q)) { in brcmf_fweh_dequeue_event()
199 event = list_first_entry(&fweh->event_q, in brcmf_fweh_dequeue_event()
295 INIT_LIST_HEAD(&fweh->event_q); in brcmf_fweh_attach()
310 WARN_ON(!list_empty(&fweh->event_q)); in brcmf_fweh_detach()
Dfweh.h303 struct list_head event_q; member
/Linux-v5.15/drivers/scsi/libsas/
Dsas_event.c26 rc = queue_work(ha->event_q, &sw->work); in sas_queue_work()
55 drain_workqueue(ha->event_q); in __sas_drain_work()
Dsas_init.c128 sas_ha->event_q = create_singlethread_workqueue(name); in sas_register_ha()
129 if (!sas_ha->event_q) in sas_register_ha()
143 destroy_workqueue(sas_ha->event_q); in sas_register_ha()
175 destroy_workqueue(sas_ha->event_q); in sas_unregister_ha()
/Linux-v5.15/drivers/scsi/snic/
Dsnic_main.c154 queue_work(snic_glob->event_q, &snic->link_work); in snic_handle_link_event()
782 flush_workqueue(snic_glob->event_q); in snic_remove()
901 snic_glob->event_q = create_singlethread_workqueue("snic_event_wq"); in snic_global_data_init()
902 if (!snic_glob->event_q) { in snic_global_data_init()
940 destroy_workqueue(snic_glob->event_q); in snic_global_data_cleanup()
Dsnic_disc.c433 queue_work(snic_glob->event_q, &snic->tgt_work); in snic_report_tgt_cmpl_handler()
558 queue_work(snic_glob->event_q, &tgt->del_work); in snic_tgt_del_all()
564 flush_workqueue(snic_glob->event_q); in snic_tgt_del_all()
Dsnic.h360 struct workqueue_struct *event_q; member
Dsnic_scsi.c1116 queue_work(snic_glob->event_q, &snic->disc_work); in snic_hba_reset_cmpl_handler()
/Linux-v5.15/drivers/gpu/drm/msm/dp/
Ddp_display.c109 wait_queue_head_t event_q; member
145 wake_up(&dp_priv->event_q); in dp_add_event()
1057 wait_event_timeout(dp_priv->event_q, in hpd_event_thread()
1061 wait_event_interruptible(dp_priv->event_q, in hpd_event_thread()
1135 init_waitqueue_head(&dp_priv->event_q); in dp_hpd_event_setup()
/Linux-v5.15/include/scsi/
Dlibsas.h380 struct workqueue_struct *event_q; member