Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dthermal.h108 int (*set_emul_temp) (struct thermal_zone_device *, unsigned long); member
284 int (*set_emul_temp)(void *, unsigned long); member
/linux-4.1.27/drivers/thermal/
Dof-thermal.c180 if (!data->ops || !data->ops->set_emul_temp) in of_thermal_set_emul_temp()
183 return data->ops->set_emul_temp(data->sensor_data, temp); in of_thermal_set_emul_temp()
417 tzd->ops->set_emul_temp = of_thermal_set_emul_temp; in thermal_zone_of_add_sensor()
549 tzd->ops->set_emul_temp = NULL; in thermal_zone_of_sensor_unregister()
Dthermal_core.c821 if (!tz->ops->set_emul_temp) { in emul_temp_store()
826 ret = tz->ops->set_emul_temp(tz, temperature); in emul_temp_store()
/linux-4.1.27/drivers/thermal/samsung/
Dexynos_tmu.c1116 .set_emul_temp = exynos_tmu_set_emulation,
/linux-4.1.27/Documentation/thermal/
Dsysfs-api.txt60 .set_emul_temp: set the emulation temperature which helps in debugging