Searched refs:get_trend (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/drivers/thermal/qcom/ |
D | tsens.c | 37 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,
|
D | tsens.h | 55 int (*get_trend)(struct tsens_device *, int, enum thermal_trend *); member
|
/Linux-v4.19/drivers/thermal/ |
D | thermal_helpers.c | 29 if (tz->emul_temperature || !tz->ops->get_trend || in get_tz_trend() 30 tz->ops->get_trend(tz, trip, &trend)) { in get_tz_trend()
|
D | of-thermal.c | 185 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()
|
D | db8500_thermal.c | 217 .get_trend = db8500_sys_get_trend,
|
/Linux-v4.19/include/linux/ |
D | thermal.h | 112 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/ |
D | ti-thermal-common.c | 156 .get_trend = __ti_thermal_get_trend,
|
/Linux-v4.19/Documentation/thermal/ |
D | sysfs-api.txt | 105 get_trend: a pointer to a function that reads the 125 get_trend() thermal zone device callbacks.
|
/Linux-v4.19/drivers/acpi/ |
D | thermal.c | 881 .get_trend = thermal_get_trend,
|