trend 684 drivers/acpi/thermal.c int trip, enum thermal_trend *trend) trend 701 drivers/acpi/thermal.c *trend = THERMAL_TREND_RAISING; trend 718 drivers/acpi/thermal.c *trend = THERMAL_TREND_RAISING; trend 720 drivers/acpi/thermal.c *trend = THERMAL_TREND_DROPPING; trend 722 drivers/acpi/thermal.c *trend = THERMAL_TREND_STABLE; trend 391 drivers/net/ethernet/mellanox/mlxsw/core_thermal.c int trip, enum thermal_trend *trend) trend 401 drivers/net/ethernet/mellanox/mlxsw/core_thermal.c *trend = THERMAL_TREND_STABLE; trend 595 drivers/net/ethernet/mellanox/mlxsw/core_thermal.c int trip, enum thermal_trend *trend) trend 606 drivers/net/ethernet/mellanox/mlxsw/core_thermal.c *trend = THERMAL_TREND_STABLE; trend 56 drivers/thermal/db8500_thermal.c enum thermal_trend trend; trend 77 drivers/thermal/db8500_thermal.c static int db8500_thermal_get_trend(void *data, int trip, enum thermal_trend *trend) trend 81 drivers/thermal/db8500_thermal.c *trend = th->trend; trend 93 drivers/thermal/db8500_thermal.c enum thermal_trend trend, trend 101 drivers/thermal/db8500_thermal.c th->trend = trend; trend 195 drivers/thermal/of-thermal.c enum thermal_trend *trend) trend 202 drivers/thermal/of-thermal.c return data->ops->get_trend(data->sensor_data, trip, trend); trend 23 drivers/thermal/qcom/tsens.c static int tsens_get_trend(void *data, int trip, enum thermal_trend *trend) trend 29 drivers/thermal/qcom/tsens.c return priv->ops->get_trend(priv, s->id, trend); trend 71 drivers/thermal/qcom/tsens.h int (*get_trend)(struct tsens_priv *priv, int i, enum thermal_trend *trend); trend 38 drivers/thermal/step_wise.c enum thermal_trend trend, bool throttle) trend 66 drivers/thermal/step_wise.c switch (trend) { trend 120 drivers/thermal/step_wise.c enum thermal_trend trend; trend 133 drivers/thermal/step_wise.c trend = get_tz_trend(tz, trip); trend 141 drivers/thermal/step_wise.c trip, trip_type, trip_temp, trend, throttle); trend 150 drivers/thermal/step_wise.c instance->target = get_target_state(instance, trend, throttle); trend 636 drivers/thermal/tegra/soctherm.c enum thermal_trend *trend) trend 654 drivers/thermal/tegra/soctherm.c *trend = THERMAL_TREND_RAISING; trend 656 drivers/thermal/tegra/soctherm.c *trend = THERMAL_TREND_STABLE; trend 658 drivers/thermal/tegra/soctherm.c *trend = THERMAL_TREND_DROPPING; trend 660 drivers/thermal/tegra/soctherm.c *trend = THERMAL_TREND_STABLE; trend 27 drivers/thermal/thermal_helpers.c enum thermal_trend trend; trend 30 drivers/thermal/thermal_helpers.c tz->ops->get_trend(tz, trip, &trend)) { trend 32 drivers/thermal/thermal_helpers.c trend = THERMAL_TREND_RAISING; trend 34 drivers/thermal/thermal_helpers.c trend = THERMAL_TREND_DROPPING; trend 36 drivers/thermal/thermal_helpers.c trend = THERMAL_TREND_STABLE; trend 39 drivers/thermal/thermal_helpers.c return trend; trend 667 drivers/thermal/ti-soc-thermal/ti-bandgap.c int ti_bandgap_get_trend(struct ti_bandgap *bgp, int id, int *trend) trend 717 drivers/thermal/ti-soc-thermal/ti-bandgap.c *trend = (t1 - t2) / interval; trend 720 drivers/thermal/ti-soc-thermal/ti-bandgap.c t1, t2, *trend); trend 341 drivers/thermal/ti-soc-thermal/ti-bandgap.h int ti_bandgap_get_trend(struct ti_bandgap *bgp, int id, int *trend); trend 117 drivers/thermal/ti-soc-thermal/ti-thermal-common.c static int __ti_thermal_get_trend(void *p, int trip, enum thermal_trend *trend) trend 131 drivers/thermal/ti-soc-thermal/ti-thermal-common.c *trend = THERMAL_TREND_RAISING; trend 133 drivers/thermal/ti-soc-thermal/ti-thermal-common.c *trend = THERMAL_TREND_DROPPING; trend 135 drivers/thermal/ti-soc-thermal/ti-thermal-common.c *trend = THERMAL_TREND_STABLE;