Searched refs:event_wq (Results 1 – 4 of 4) sorted by relevance
417 struct workqueue_struct *event_wq; member
305 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()
544 struct workqueue_struct *event_wq; member
1377 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()