Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dthermal.h200 int emul_temperature; member
/linux-4.4.14/drivers/thermal/
Dthermal_core.c237 if (tz->emul_temperature || !tz->ops->get_trend || in get_tz_trend()
498 if (IS_ENABLED(CONFIG_THERMAL_EMULATION) && tz->emul_temperature) { in thermal_zone_get_temp()
514 *temp = tz->emul_temperature; in thermal_zone_get_temp()
905 tz->emul_temperature = temperature; in emul_temp_store()