Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/thermal/
H A Dthermal_of.c189 if (!data->ops || !data->ops->set_emul_temp) in of_thermal_set_emul_temp()
192 return data->ops->set_emul_temp(data->sensor_data, temp); in of_thermal_set_emul_temp()
408 if (ops->set_emul_temp) in thermal_zone_of_add_sensor()
409 tzd->ops->set_emul_temp = of_thermal_set_emul_temp; in thermal_zone_of_add_sensor()
571 tzd->ops->set_emul_temp = NULL; in thermal_zone_of_sensor_unregister()
H A Dthermal_sysfs.c307 if (!tz->ops->set_emul_temp) { in emul_temp_store()
312 ret = tz->ops->set_emul_temp(tz, temperature); in emul_temp_store()
/OK3568_Linux_fs/kernel/include/linux/
H A Dthermal.h78 int (*set_emul_temp) (struct thermal_zone_device *, int); member
326 int (*set_emul_temp)(void *, int); member
/OK3568_Linux_fs/kernel/Documentation/driver-api/thermal/
H A Dsysfs-api.rst88 .set_emul_temp:
146 set_emul_temp a pointer to a function that sets
/OK3568_Linux_fs/kernel/drivers/thermal/samsung/
H A Dexynos_tmu.c1002 .set_emul_temp = exynos_tmu_set_emulation,