Home
last modified time | relevance | path

Searched refs:event_wq (Results 1 – 4 of 4) sorted by relevance

/wlan-driver/platform/icnss2/
H A Dmain.h417 struct workqueue_struct *event_wq; member
H A Dmain.c305 queue_work(priv->event_wq, &priv->event_work); in icnss_driver_event_post()
4825 priv->event_wq = alloc_workqueue("icnss_driver_event", WQ_UNBOUND, 1); in icnss_probe()
4826 if (!priv->event_wq) { in icnss_probe()
4916 destroy_workqueue(priv->event_wq); in icnss_probe()
5012 if (priv->event_wq) in icnss_remove()
5013 destroy_workqueue(priv->event_wq); in icnss_remove()
/wlan-driver/platform/cnss2/
H A Dmain.h544 struct workqueue_struct *event_wq; member
H A Dmain.c1377 queue_work(plat_priv->event_wq, &plat_priv->event_work); in cnss_driver_event_post()
4745 plat_priv->event_wq = alloc_workqueue("cnss_driver_event", in cnss_event_work_init()
4747 if (!plat_priv->event_wq) { in cnss_event_work_init()
4760 destroy_workqueue(plat_priv->event_wq); in cnss_event_work_deinit()