Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/thermal/
Dof-thermal.c197 if (!data->ops->get_trend) in of_thermal_get_trend()
200 r = data->ops->get_trend(data->sensor_data, &dev_trend); in of_thermal_get_trend()
421 tzd->ops->get_trend = of_thermal_get_trend; in thermal_zone_of_add_sensor()
553 tzd->ops->get_trend = NULL; in thermal_zone_of_sensor_unregister()
Ddb8500_thermal.c217 .get_trend = db8500_sys_get_trend,
Dthermal_core.c237 if (tz->emul_temperature || !tz->ops->get_trend || in get_tz_trend()
238 tz->ops->get_trend(tz, trip, &trend)) { in get_tz_trend()
/linux-4.4.14/include/linux/
Dthermal.h113 int (*get_trend) (struct thermal_zone_device *, int, member
341 int (*get_trend)(void *, long *); member
/linux-4.4.14/drivers/thermal/ti-soc-thermal/
Dti-thermal-common.c291 .get_trend = __ti_thermal_get_trend,
296 .get_trend = ti_thermal_get_trend,
/linux-4.4.14/drivers/acpi/
Dthermal.c880 .get_trend = thermal_get_trend,