Searched refs:get_trend (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/include/linux/ |
D | thermal.h | 109 int (*get_trend) (struct thermal_zone_device *, int, member 283 int (*get_trend)(void *, long *); member
|
/linux-4.1.27/drivers/thermal/ |
D | of-thermal.c | 193 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()
|
D | db8500_thermal.c | 218 .get_trend = db8500_sys_get_trend,
|
D | thermal_core.c | 178 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/ |
D | ti-thermal-common.c | 290 .get_trend = __ti_thermal_get_trend, 295 .get_trend = ti_thermal_get_trend,
|
/linux-4.1.27/drivers/acpi/ |
D | thermal.c | 881 .get_trend = thermal_get_trend,
|