Lines Matching refs:thermal
42 *state = ar->thermal.throttle_state; in ath10k_thermal_get_cur_throttle_state()
60 ar->thermal.throttle_state = throttle_state; in ath10k_thermal_set_cur_throttle_state()
88 reinit_completion(&ar->thermal.wmi_sync); in ath10k_thermal_show_temp()
100 time_left = wait_for_completion_timeout(&ar->thermal.wmi_sync, in ath10k_thermal_show_temp()
109 temperature = ar->thermal.temperature; in ath10k_thermal_show_temp()
122 ar->thermal.temperature = temperature; in ath10k_thermal_event_temperature()
124 complete(&ar->thermal.wmi_sync); in ath10k_thermal_event_temperature()
149 period = ar->thermal.quiet_period; in ath10k_thermal_set_throttling()
150 duration = (period * ar->thermal.throttle_state) / 100; in ath10k_thermal_set_throttling()
184 ar->thermal.cdev = cdev; in ath10k_thermal_register()
185 ar->thermal.quiet_period = ATH10K_QUIET_PERIOD_DEFAULT; in ath10k_thermal_register()
219 thermal_cooling_device_unregister(ar->thermal.cdev); in ath10k_thermal_unregister()