Home
last modified time | relevance | path

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

/linux/drivers/thermal/
H A Dthermal_helpers.c29 if (tz->emul_temperature || !tz->ops.get_trend || in get_tz_trend()
30 tz->ops.get_trend(tz, trip, &trend)) { in get_tz_trend()
/linux/drivers/thermal/ti-soc-thermal/
H A Dti-thermal-common.c139 .get_trend = __ti_thermal_get_trend,
/linux/include/linux/
H A Dthermal.h107 int (*get_trend) (struct thermal_zone_device *, member
/linux/Documentation/driver-api/thermal/
H A Dsysfs-api.rst79 .get_trend:
138 get_trend a pointer to a function that reads the
162 get_trend() thermal zone device callbacks.
/linux/drivers/acpi/
H A Dthermal.c587 .get_trend = thermal_get_trend,