Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/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.c2602 complete(&ar->thermal.wmi_sync); in ath10k_core_restart()
3703 init_completion(&ar->thermal.wmi_sync); in ath10k_core_create()
/freebsd/sys/contrib/dev/athk/ath11k/
H A 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()
H A Dthermal.h18 struct completion wmi_sync; member
H A Dcore.c1855 complete(&ar->thermal.wmi_sync); in ath11k_core_pre_reconfigure_recovery()
H A Dmac.c9757 init_completion(&ar->thermal.wmi_sync); in ath11k_mac_allocate()