Searched refs:get_trend (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/drivers/thermal/ |
D | of-thermal.c | 197 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()
|
D | db8500_thermal.c | 217 .get_trend = db8500_sys_get_trend,
|
D | thermal_core.c | 237 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/ |
D | thermal.h | 113 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/ |
D | ti-thermal-common.c | 291 .get_trend = __ti_thermal_get_trend, 296 .get_trend = ti_thermal_get_trend,
|
/linux-4.4.14/drivers/acpi/ |
D | thermal.c | 880 .get_trend = thermal_get_trend,
|