Home
last modified time | relevance | path

Searched refs:wmi_sync (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/wireless/ath/ath10k/
H A Dthermal.c78 reinit_completion(&ar->thermal.wmi_sync); in ath10k_thermal_show_temp()
90 time_left = wait_for_completion_timeout(&ar->thermal.wmi_sync, in ath10k_thermal_show_temp()
114 complete(&ar->thermal.wmi_sync); in ath10k_thermal_event_temperature()
H A Dthermal.h17 struct completion wmi_sync; member
H A Dcore.c2593 complete(&ar->thermal.wmi_sync); in ath10k_core_restart()
3694 init_completion(&ar->thermal.wmi_sync); in ath10k_core_create()
/linux/drivers/net/wireless/ath/ath11k/
H A Dthermal.c79 reinit_completion(&ar->thermal.wmi_sync); in ath11k_thermal_show_temp()
91 time_left = wait_for_completion_timeout(&ar->thermal.wmi_sync, in ath11k_thermal_show_temp()
115 complete(&ar->thermal.wmi_sync); in ath11k_thermal_event_temperature()
H A Dthermal.h19 struct completion wmi_sync; member
H A Dcore.c2325 complete(&ar->thermal.wmi_sync); in ath11k_core_pre_reconfigure_recovery()