Home
last modified time | relevance | path

Searched refs:tz_temp (Results 1 – 2 of 2) 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()
370 *temp = READ_ONCE(tt_zone->tz_temp); in tt_zone_get_temp()
402 tt_zone->tz_temp = tt_zone->temp; in tt_zone_register_tz()
/linux/tools/lib/thermal/
H A Dsampling.c26 return th->ops->sampling.tz_temp( in handle_thermal_sample()