Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/thermal/
Dthermal_helpers.c29 if (tz->emul_temperature || !tz->ops->get_trend || in get_tz_trend()
91 if (IS_ENABLED(CONFIG_THERMAL_EMULATION) && tz->emul_temperature) { in thermal_zone_get_temp()
107 *temp = tz->emul_temperature; in thermal_zone_get_temp()
Dthermal_sysfs.c307 tz->emul_temperature = temperature; in emul_temp_store()
/Linux-v4.19/include/linux/
Dthermal.h206 int emul_temperature; member