Home
last modified time | relevance | path

Searched refs:svc_rdy_work (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/net/wireless/ath/ath10k/
Dcore.h1189 struct work_struct svc_rdy_work; member
Dwmi.c5508 struct ath10k *ar = container_of(work, struct ath10k, svc_rdy_work); in ath10k_wmi_event_service_ready_work()
5677 queue_work(ar->workqueue_aux, &ar->svc_rdy_work); in ath10k_wmi_event_service_ready()
9523 INIT_WORK(&ar->svc_rdy_work, ath10k_wmi_event_service_ready_work); in ath10k_wmi_attach()
9579 cancel_work_sync(&ar->svc_rdy_work); in ath10k_wmi_detach()