Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dthermal.h109 int (*get_trend) (struct thermal_zone_device *, int, member
283 int (*get_trend)(void *, long *); member
/linux-4.1.27/drivers/thermal/
Dof-thermal.c193 if (!data->ops->get_trend) in of_thermal_get_trend()
196 r = data->ops->get_trend(data->sensor_data, &dev_trend); in of_thermal_get_trend()
416 tzd->ops->get_trend = of_thermal_get_trend; in thermal_zone_of_add_sensor()
548 tzd->ops->get_trend = NULL; in thermal_zone_of_sensor_unregister()
Ddb8500_thermal.c218 .get_trend = db8500_sys_get_trend,
Dthermal_core.c178 if (tz->emul_temperature || !tz->ops->get_trend || in get_tz_trend()
179 tz->ops->get_trend(tz, trip, &trend)) { in get_tz_trend()
/linux-4.1.27/drivers/thermal/ti-soc-thermal/
Dti-thermal-common.c290 .get_trend = __ti_thermal_get_trend,
295 .get_trend = ti_thermal_get_trend,
/linux-4.1.27/drivers/acpi/
Dthermal.c881 .get_trend = thermal_get_trend,