Home
last modified time | relevance | path

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

/Linux-v5.10/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.c2296 complete(&ar->thermal.wmi_sync); in ath10k_core_restart()
3295 init_completion(&ar->thermal.wmi_sync); in ath10k_core_create()
/Linux-v5.10/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.c780 complete(&ar->thermal.wmi_sync); in ath11k_core_restart()
Dmac.c6405 init_completion(&ar->thermal.wmi_sync); in ath11k_mac_allocate()