Home
last modified time | relevance | path

Searched refs:thermal_threshold (Results 1 – 5 of 5) sorted by relevance

/linux/tools/lib/thermal/include/
H A Dthermal.h62 struct thermal_threshold { struct
73 struct thermal_threshold *thresholds; argument
97 typedef int (*cb_th_t)(struct thermal_threshold *, void *);
105 LIBTHERMAL_API int for_each_thermal_threshold(struct thermal_threshold *th, cb_th_t cb, void *arg);
/linux/tools/lib/thermal/
H A Dthermal.c9 int for_each_thermal_threshold(struct thermal_threshold *th, cb_th_t cb, void *arg) in for_each_thermal_threshold()
H A Dcommands.c194 struct thermal_threshold *__tt = NULL; in parse_threshold_get()
/linux/tools/thermal/thermal-engine/
H A Dthermal-engine.c41 static int show_threshold(struct thermal_threshold *th, __maybe_unused void *arg) in show_threshold()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
H A Ddm.c136 if (_del < thermal_threshold[_dir][_off]) { \
877 static const u8 thermal_threshold[2][15] = { in dm_txpower_track_cb_therm() local