emul_temperature   29 drivers/thermal/thermal_helpers.c 	if (tz->emul_temperature || !tz->ops->get_trend ||
emul_temperature   91 drivers/thermal/thermal_helpers.c 	if (IS_ENABLED(CONFIG_THERMAL_EMULATION) && tz->emul_temperature) {
emul_temperature  107 drivers/thermal/thermal_helpers.c 			*temp = tz->emul_temperature;
emul_temperature  307 drivers/thermal/thermal_sysfs.c 		tz->emul_temperature = temperature;
emul_temperature  206 include/linux/thermal.h 	int emul_temperature;