Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/thermal/
Dthermal_helpers.c30 if (tz->emul_temperature || !tz->ops->get_trend || in get_tz_trend()
31 tz->ops->get_trend(tz, trip, &trend)) { in get_tz_trend()
Dthermal_of.c200 if (!data->ops || !data->ops->get_trend) in of_thermal_get_trend()
203 return data->ops->get_trend(data->sensor_data, trip, trend); in of_thermal_get_trend()
407 tzd->ops->get_trend = of_thermal_get_trend; in thermal_zone_of_add_sensor()
581 tzd->ops->get_trend = NULL; in thermal_zone_of_sensor_unregister()
Ddb8500_thermal.c88 .get_trend = db8500_thermal_get_trend,
/linux-5.19.10/include/linux/
Dthermal.h77 int (*get_trend) (struct thermal_zone_device *, int, member
307 int (*get_trend)(void *, int, enum thermal_trend *); member
/linux-5.19.10/drivers/thermal/ti-soc-thermal/
Dti-thermal-common.c135 .get_trend = __ti_thermal_get_trend,
/linux-5.19.10/drivers/net/ethernet/mellanox/mlxsw/
Dcore_thermal.c380 .get_trend = mlxsw_thermal_trend_get,
574 .get_trend = mlxsw_thermal_module_trend_get,
611 .get_trend = mlxsw_thermal_module_trend_get,
/linux-5.19.10/drivers/thermal/qcom/
Dtsens.c941 if (priv->ops->get_trend) in tsens_get_trend()
942 return priv->ops->get_trend(s, trend); in tsens_get_trend()
1007 .get_trend = tsens_get_trend,
Dtsens.h80 int (*get_trend)(struct tsens_sensor *s, enum thermal_trend *trend); member
/linux-5.19.10/Documentation/driver-api/thermal/
Dsysfs-api.rst144 get_trend a pointer to a function that reads the
168 get_trend() thermal zone device callbacks.
/linux-5.19.10/drivers/acpi/
Dthermal.c784 .get_trend = thermal_get_trend,
/linux-5.19.10/drivers/thermal/tegra/
Dsoctherm.c719 .get_trend = tegra_thermctl_get_trend,