Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dcore.h1193 struct work_struct svc_rdy_work; member
H A Dwmi.c5530 struct ath10k *ar = container_of(work, struct ath10k, svc_rdy_work); in ath10k_wmi_event_service_ready_work()
5699 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()
9580 cancel_work_sync(&ar->svc_rdy_work); in ath10k_wmi_detach()