Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/thermal/
Dthermal_helpers.c30 if (tz->emul_temperature || !tz->ops->get_trend || in get_tz_trend()
31 tz->ops->get_trend(tz, trip, &trend)) { in get_tz_trend()
/linux-6.1.9/drivers/thermal/ti-soc-thermal/
Dti-thermal-common.c135 .get_trend = __ti_thermal_get_trend,
/linux-6.1.9/include/linux/
Dthermal.h73 int (*get_trend) (struct thermal_zone_device *, int, member
/linux-6.1.9/Documentation/driver-api/thermal/
Dsysfs-api.rst144 get_trend a pointer to a function that reads the
168 get_trend() thermal zone device callbacks.
/linux-6.1.9/drivers/acpi/
Dthermal.c785 .get_trend = thermal_get_trend,