Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dthermal.h106 int (*set_emul_temp) (struct thermal_zone_device *, int); member
/linux/drivers/thermal/
H A Dthermal_sysfs.c247 if (!tz->ops.set_emul_temp) in emul_temp_store()
250 ret = tz->ops.set_emul_temp(tz, temperature); in emul_temp_store()
/linux/Documentation/driver-api/thermal/
H A Dsysfs-api.rst76 .set_emul_temp:
140 set_emul_temp a pointer to a function that sets
/linux/drivers/thermal/samsung/
H A Dexynos_tmu.c1001 .set_emul_temp = exynos_tmu_set_emulation,