Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thermal/
H A Dthermal_helpers.c30 if (tz->emul_temperature || !tz->ops->get_trend || in get_tz_trend()
95 if (IS_ENABLED(CONFIG_THERMAL_EMULATION) && tz->emul_temperature) { in __thermal_zone_get_temp()
110 *temp = tz->emul_temperature; in __thermal_zone_get_temp()
H A Dthermal_sysfs.c285 tz->emul_temperature = temperature; in emul_temp_store()
/openbmc/linux/include/linux/
H A Dthermal.h174 int emul_temperature; member