Searched refs:event_q (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| H A D | fweh.c | 90 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() 299 INIT_LIST_HEAD(&fweh->event_q); in brcmf_fweh_attach() 314 WARN_ON(!list_empty(&fweh->event_q)); in brcmf_fweh_detach()
|
| H A D | fweh.h | 303 struct list_head event_q; member
|
| /OK3568_Linux_fs/u-boot/drivers/usb/host/ |
| H A D | xhci-keystone.c | 159 u32 val, usb2_pls, usb3_pls, event_q; in keystone_xhci_phy_suspend() local 196 writel((u32)&event_q, &dwc3_reg->g_evnt_buf[0].g_evntadrlo); in keystone_xhci_phy_suspend()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/snic/ |
| H A D | snic_main.c | 154 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()
|
| H A D | snic_disc.c | 433 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()
|
| H A D | snic.h | 360 struct workqueue_struct *event_q; member
|
| H A D | snic_scsi.c | 1116 queue_work(snic_glob->event_q, &snic->disc_work); in snic_hba_reset_cmpl_handler()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/libsas/ |
| H A D | sas_event.c | 26 rc = queue_work(ha->event_q, &sw->work); in sas_queue_work() 55 drain_workqueue(ha->event_q); in __sas_drain_work()
|
| H A D | sas_init.c | 128 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()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/dp/ |
| H A D | dp_display.c | 112 wait_queue_head_t event_q; member 149 wake_up(&dp_priv->event_q); in dp_add_event() 1047 wait_event_timeout(dp_priv->event_q, in hpd_event_thread() 1051 wait_event_interruptible(dp_priv->event_q, in hpd_event_thread() 1243 init_waitqueue_head(&dp->event_q); in dp_display_probe()
|
| /OK3568_Linux_fs/kernel/include/scsi/ |
| H A D | libsas.h | 380 struct workqueue_struct *event_q; member
|