Home
last modified time | relevance | path

Searched refs:emul_temperature (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/thermal/
H A Dthermal_helpers.c29 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()
H A Dthermal_sysfs.c243 tz->emul_temperature = temperature; in emul_temp_store()