Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/ath/ath10k/
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()
Dthermal.h17 struct completion wmi_sync; member
Dcore.c2526 complete(&ar->thermal.wmi_sync); in ath10k_core_restart()
3622 init_completion(&ar->thermal.wmi_sync); in ath10k_core_create()
/linux-6.1.9/drivers/net/wireless/ath/ath11k/
Dthermal.c78 reinit_completion(&ar->thermal.wmi_sync); in ath11k_thermal_show_temp()
90 time_left = wait_for_completion_timeout(&ar->thermal.wmi_sync, in ath11k_thermal_show_temp()
114 complete(&ar->thermal.wmi_sync); in ath11k_thermal_event_temperature()
Dthermal.h18 struct completion wmi_sync; member
Dcore.c1673 complete(&ar->thermal.wmi_sync); in ath11k_core_pre_reconfigure_recovery()
Dmac.c9244 init_completion(&ar->thermal.wmi_sync); in ath11k_mac_allocate()