Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dthermal.c77 reinit_completion(&ar->thermal.wmi_sync); in ath10k_thermal_show_temp()
89 time_left = wait_for_completion_timeout(&ar->thermal.wmi_sync, in ath10k_thermal_show_temp()
113 complete(&ar->thermal.wmi_sync); in ath10k_thermal_event_temperature()
H A Dthermal.h17 struct completion wmi_sync; member
H A Dcore.c2528 complete(&ar->thermal.wmi_sync); in ath10k_core_restart()
3616 init_completion(&ar->thermal.wmi_sync); in ath10k_core_create()
/openbmc/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.c1822 complete(&ar->thermal.wmi_sync); in ath11k_core_pre_reconfigure_recovery()
H A Dmac.c9776 init_completion(&ar->thermal.wmi_sync); in ath11k_mac_allocate()