get_trend         862 drivers/acpi/thermal.c 	.get_trend = thermal_get_trend,
get_trend         416 drivers/net/ethernet/mellanox/mlxsw/core_thermal.c 	.get_trend	= mlxsw_thermal_trend_get,
get_trend         621 drivers/net/ethernet/mellanox/mlxsw/core_thermal.c 	.get_trend	= mlxsw_thermal_module_trend_get,
get_trend         660 drivers/net/ethernet/mellanox/mlxsw/core_thermal.c 	.get_trend	= mlxsw_thermal_module_trend_get,
get_trend          88 drivers/thermal/db8500_thermal.c 	.get_trend = db8500_thermal_get_trend,
get_trend         199 drivers/thermal/of-thermal.c 	if (!data->ops->get_trend)
get_trend         202 drivers/thermal/of-thermal.c 	return data->ops->get_trend(data->sensor_data, trip, trend);
get_trend         434 drivers/thermal/of-thermal.c 	tzd->ops->get_trend = of_thermal_get_trend;
get_trend         572 drivers/thermal/of-thermal.c 	tzd->ops->get_trend = NULL;
get_trend          28 drivers/thermal/qcom/tsens.c 	if (priv->ops->get_trend)
get_trend          29 drivers/thermal/qcom/tsens.c 		return priv->ops->get_trend(priv, s->id, trend);
get_trend          79 drivers/thermal/qcom/tsens.c 	.get_trend = tsens_get_trend,
get_trend          71 drivers/thermal/qcom/tsens.h 	int (*get_trend)(struct tsens_priv *priv, int i, enum thermal_trend *trend);
get_trend         718 drivers/thermal/tegra/soctherm.c 	.get_trend = tegra_thermctl_get_trend,
get_trend          29 drivers/thermal/thermal_helpers.c 	if (tz->emul_temperature || !tz->ops->get_trend ||
get_trend          30 drivers/thermal/thermal_helpers.c 	    tz->ops->get_trend(tz, trip, &trend)) {
get_trend         142 drivers/thermal/ti-soc-thermal/ti-thermal-common.c 	.get_trend = __ti_thermal_get_trend,
get_trend         112 include/linux/thermal.h 	int (*get_trend) (struct thermal_zone_device *, int,
get_trend         355 include/linux/thermal.h 	int (*get_trend)(void *, int, enum thermal_trend *);