Home
last modified time | relevance | path

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

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