Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thermal/
H A 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()
/openbmc/linux/drivers/thermal/ti-soc-thermal/
H A Dti-thermal-common.c139 .get_trend = __ti_thermal_get_trend,
/openbmc/linux/include/linux/
H A Dthermal.h83 int (*get_trend) (struct thermal_zone_device *, member
/openbmc/linux/Documentation/driver-api/thermal/
H A Dsysfs-api.rst144 get_trend a pointer to a function that reads the
168 get_trend() thermal zone device callbacks.
/openbmc/linux/drivers/acpi/
H A Dthermal.c651 .get_trend = thermal_get_trend,