Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath10k/
H A Dcore.c3323 ar->workqueue_aux = create_singlethread_workqueue("ath10k_aux_wq"); in ath10k_core_create()
3324 if (!ar->workqueue_aux) in ath10k_core_create()
3372 destroy_workqueue(ar->workqueue_aux); in ath10k_core_create()
3387 flush_workqueue(ar->workqueue_aux); in ath10k_core_destroy()
3388 destroy_workqueue(ar->workqueue_aux); in ath10k_core_destroy()
H A Dcore.h1146 struct workqueue_struct *workqueue_aux; member
H A Dsdio.c476 queue_work(ar->workqueue_aux, in ath10k_sdio_mbox_rx_process_packets()
H A Dwmi.c5677 queue_work(ar->workqueue_aux, &ar->svc_rdy_work); in ath10k_wmi_event_service_ready()