Searched refs:emul_temperature (Results 1 – 2 of 2) sorted by relevance
29 if (tz->emul_temperature || !tz->ops.get_trend || in get_tz_trend()92 if (IS_ENABLED(CONFIG_THERMAL_EMULATION) && tz->emul_temperature) { in __thermal_zone_get_temp()108 *temp = tz->emul_temperature; in __thermal_zone_get_temp()
243 tz->emul_temperature = temperature; in emul_temp_store()