Home
last modified time | relevance | path

Searched refs:hal_ind_wq (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/net/wireless/ath/wcn36xx/
Dwcn36xx.h221 struct workqueue_struct *hal_ind_wq; member
Dmain.c1059 flush_workqueue(wcn->hal_ind_wq); in wcn36xx_suspend()
1070 flush_workqueue(wcn->hal_ind_wq); in wcn36xx_resume()
Dsmd.c2539 queue_work(wcn->hal_ind_wq, &wcn->hal_ind_work); in wcn36xx_smd_rsp_process()
2615 wcn->hal_ind_wq = create_freezable_workqueue("wcn36xx_smd_ind"); in wcn36xx_smd_open()
2616 if (!wcn->hal_ind_wq) in wcn36xx_smd_open()
2631 destroy_workqueue(wcn->hal_ind_wq); in wcn36xx_smd_close()