Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/thermal/qcom/
Dtsens.c37 if (tmdev->ops->get_trend) in tsens_get_trend()
38 return tmdev->ops->get_trend(tmdev, s->id, trend); in tsens_get_trend()
85 .get_trend = tsens_get_trend,
Dtsens.h55 int (*get_trend)(struct tsens_device *, int, enum thermal_trend *); member
/Linux-v4.19/drivers/thermal/
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()
Dof-thermal.c185 if (!data->ops->get_trend) in of_thermal_get_trend()
188 return data->ops->get_trend(data->sensor_data, trip, trend); in of_thermal_get_trend()
408 tzd->ops->get_trend = of_thermal_get_trend; in thermal_zone_of_add_sensor()
546 tzd->ops->get_trend = NULL; in thermal_zone_of_sensor_unregister()
Ddb8500_thermal.c217 .get_trend = db8500_sys_get_trend,
/Linux-v4.19/include/linux/
Dthermal.h112 int (*get_trend) (struct thermal_zone_device *, int, member
355 int (*get_trend)(void *, int, enum thermal_trend *); member
/Linux-v4.19/drivers/thermal/ti-soc-thermal/
Dti-thermal-common.c156 .get_trend = __ti_thermal_get_trend,
/Linux-v4.19/Documentation/thermal/
Dsysfs-api.txt105 get_trend: a pointer to a function that reads the
125 get_trend() thermal zone device callbacks.
/Linux-v4.19/drivers/acpi/
Dthermal.c881 .get_trend = thermal_get_trend,