Home
last modified time | relevance | path

Searched refs:ath10k_thermal_event_temperature (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/net/wireless/ath/ath10k/
Dthermal.h42 void ath10k_thermal_event_temperature(struct ath10k *ar, int temperature);
54 static inline void ath10k_thermal_event_temperature(struct ath10k *ar, in ath10k_thermal_event_temperature() function
Dthermal.c119 void ath10k_thermal_event_temperature(struct ath10k *ar, int temperature) in ath10k_thermal_event_temperature() function
Dwmi.c4634 ath10k_thermal_event_temperature(ar, __le32_to_cpu(ev->temperature)); in ath10k_wmi_event_temperature()