Home
last modified time | relevance | path

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

/linux/drivers/thermal/testing/
H A Dzone.c49 int tz_temp; member
119 *val = tt_zone->tz_temp; in tt_zone_tz_temp_get()
132 WRITE_ONCE(tt_zone->tz_temp, val); in tt_zone_tz_temp_set()
380 *temp = READ_ONCE(tt_zone->tz_temp); in tt_zone_get_temp()
412 tt_zone->tz_temp = tt_zone->temp; in tt_zone_register_tz()
/linux/tools/lib/thermal/
H A Dsampling.c24 return th->ops->sampling.tz_temp( in handle_thermal_sample()
/linux/tools/lib/thermal/include/
H A Dthermal.h17 int (*tz_temp)(int tz_id, int temp, void *arg); member