Searched refs:event_q (Results 1 – 10 of 10) sorted by relevance
/linux-6.12.1/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
D | fweh.c | 91 list_add_tail(&event->q, &fweh->event_q); in brcmf_fweh_queue_event() 238 if (!list_empty(&fweh->event_q)) { in brcmf_fweh_dequeue_event() 239 event = list_first_entry(&fweh->event_q, in brcmf_fweh_dequeue_event() 357 INIT_LIST_HEAD(&fweh->event_q); in brcmf_fweh_attach() 376 WARN_ON(!list_empty(&fweh->event_q)); in brcmf_fweh_detach()
|
D | fweh.h | 337 struct list_head event_q; member
|
/linux-6.12.1/drivers/scsi/snic/ |
D | snic_main.c | 140 queue_work(snic_glob->event_q, &snic->link_work); in snic_handle_link_event() 767 flush_workqueue(snic_glob->event_q); in snic_remove() 886 snic_glob->event_q = in snic_global_data_init() 888 if (!snic_glob->event_q) { in snic_global_data_init() 926 destroy_workqueue(snic_glob->event_q); in snic_global_data_cleanup()
|
D | snic_disc.c | 422 queue_work(snic_glob->event_q, &snic->tgt_work); in snic_report_tgt_cmpl_handler() 547 queue_work(snic_glob->event_q, &tgt->del_work); in snic_tgt_del_all() 553 flush_workqueue(snic_glob->event_q); in snic_tgt_del_all()
|
D | snic.h | 346 struct workqueue_struct *event_q; member
|
D | snic_scsi.c | 1094 queue_work(snic_glob->event_q, &snic->disc_work); in snic_hba_reset_cmpl_handler()
|
/linux-6.12.1/drivers/scsi/libsas/ |
D | sas_event.c | 25 return queue_work(ha->event_q, &sw->work); in sas_queue_work() 64 drain_workqueue(ha->event_q); in __sas_drain_work()
|
D | sas_init.c | 125 sas_ha->event_q = alloc_ordered_workqueue("%s", WQ_MEM_RECLAIM, name); in sas_register_ha() 126 if (!sas_ha->event_q) in sas_register_ha() 140 destroy_workqueue(sas_ha->event_q); in sas_register_ha() 173 destroy_workqueue(sas_ha->event_q); in sas_unregister_ha()
|
/linux-6.12.1/drivers/gpu/drm/msm/dp/ |
D | dp_display.c | 102 wait_queue_head_t event_q; member 207 wake_up(&dp_priv->event_q); in dp_add_event() 1045 wait_event_timeout(dp_priv->event_q, in hpd_event_thread() 1049 wait_event_interruptible(dp_priv->event_q, in hpd_event_thread() 1300 init_waitqueue_head(&dp->event_q); in dp_display_probe()
|
/linux-6.12.1/include/scsi/ |
D | libsas.h | 362 struct workqueue_struct *event_q; member
|