Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/thermal/
Dthermal_helpers.c29 if (tz->emul_temperature || !tz->ops.get_trend || in get_tz_trend()
98 if (IS_ENABLED(CONFIG_THERMAL_EMULATION) && tz->emul_temperature) { in __thermal_zone_get_temp()
114 *temp = tz->emul_temperature; in __thermal_zone_get_temp()
Dthermal_core.h122 int emul_temperature; member
Dthermal_sysfs.c248 tz->emul_temperature = temperature; in emul_temp_store()