Home
last modified time | relevance | path

Searched refs:set_emul_temp (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/thermal/
Dof-thermal.c177 return data->ops->set_emul_temp(data->sensor_data, temp); in of_thermal_set_emul_temp()
417 if (ops->set_emul_temp) in thermal_zone_of_add_sensor()
418 tzd->ops->set_emul_temp = of_thermal_set_emul_temp; in thermal_zone_of_add_sensor()
547 tzd->ops->set_emul_temp = NULL; in thermal_zone_of_sensor_unregister()
Dthermal_sysfs.c305 if (!tz->ops->set_emul_temp) { in emul_temp_store()
310 ret = tz->ops->set_emul_temp(tz, temperature); in emul_temp_store()
/Linux-v4.19/include/linux/
Dthermal.h111 int (*set_emul_temp) (struct thermal_zone_device *, int); member
357 int (*set_emul_temp)(void *, int); member
/Linux-v4.19/Documentation/thermal/
Dsysfs-api.txt63 .set_emul_temp: set the emulation temperature which helps in debugging
107 set_emul_temp: a pointer to a function that sets
/Linux-v4.19/drivers/thermal/samsung/
Dexynos_tmu.c1013 .set_emul_temp = exynos_tmu_set_emulation,