Home
last modified time | relevance | path

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

/Linux-v6.1/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-v6.1/drivers/thermal/ti-soc-thermal/
Dti-thermal-common.c135 .get_trend = __ti_thermal_get_trend,
/Linux-v6.1/include/linux/
Dthermal.h73 int (*get_trend) (struct thermal_zone_device *, int, member
/Linux-v6.1/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-v6.1/drivers/acpi/
Dthermal.c785 .get_trend = thermal_get_trend,