Home
last modified time | relevance | path

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

/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()
421 tzd->ops->get_trend = of_thermal_get_trend; in thermal_zone_of_add_sensor()
600 tzd->ops->get_trend = NULL; in thermal_zone_of_sensor_unregister()
Ddb8500_thermal.c88 .get_trend = db8500_thermal_get_trend,
/drivers/net/ethernet/mellanox/mlxsw/
Dcore_thermal.c369 .get_trend = mlxsw_thermal_trend_get,
561 .get_trend = mlxsw_thermal_module_trend_get,
598 .get_trend = mlxsw_thermal_module_trend_get,
/drivers/thermal/ti-soc-thermal/
Dti-thermal-common.c142 .get_trend = __ti_thermal_get_trend,
/drivers/thermal/qcom/
Dtsens.c940 if (priv->ops->get_trend) in tsens_get_trend()
941 return priv->ops->get_trend(s, trend); in tsens_get_trend()
1009 .get_trend = tsens_get_trend,
Dtsens.h80 int (*get_trend)(struct tsens_sensor *s, enum thermal_trend *trend); member
/drivers/acpi/
Dthermal.c781 .get_trend = thermal_get_trend,
/drivers/thermal/tegra/
Dsoctherm.c719 .get_trend = tegra_thermctl_get_trend,