Home
last modified time | relevance | path

Searched refs:trend (Results 1 – 15 of 15) sorted by relevance

/linux/drivers/thermal/
A Ddb8500_thermal.c56 enum thermal_trend trend; member
77 static int db8500_thermal_get_trend(void *data, int trip, enum thermal_trend *trend) in db8500_thermal_get_trend() argument
81 *trend = th->trend; in db8500_thermal_get_trend()
93 enum thermal_trend trend, in db8500_thermal_update_config() argument
101 th->trend = trend; in db8500_thermal_update_config()
A Dgov_step_wise.c38 enum thermal_trend trend, bool throttle) in get_target_state() argument
66 switch (trend) { in get_target_state()
120 enum thermal_trend trend; in thermal_zone_trip_update() local
128 trend = get_tz_trend(tz, trip); in thermal_zone_trip_update()
136 trip, trip_type, trip_temp, trend, throttle); in thermal_zone_trip_update()
145 instance->target = get_target_state(instance, trend, throttle); in thermal_zone_trip_update()
A Dthermal_helpers.c28 enum thermal_trend trend; in get_tz_trend() local
31 tz->ops->get_trend(tz, trip, &trend)) { in get_tz_trend()
33 trend = THERMAL_TREND_RAISING; in get_tz_trend()
35 trend = THERMAL_TREND_DROPPING; in get_tz_trend()
37 trend = THERMAL_TREND_STABLE; in get_tz_trend()
40 return trend; in get_tz_trend()
A Dthermal_of.c196 enum thermal_trend *trend) in of_thermal_get_trend() argument
203 return data->ops->get_trend(data->sensor_data, trip, trend); in of_thermal_get_trend()
/linux/drivers/thermal/ti-soc-thermal/
A Dti-thermal-common.c117 static int __ti_thermal_get_trend(void *p, int trip, enum thermal_trend *trend) in __ti_thermal_get_trend() argument
131 *trend = THERMAL_TREND_RAISING; in __ti_thermal_get_trend()
133 *trend = THERMAL_TREND_DROPPING; in __ti_thermal_get_trend()
135 *trend = THERMAL_TREND_STABLE; in __ti_thermal_get_trend()
A Dti-bandgap.h351 int ti_bandgap_get_trend(struct ti_bandgap *bgp, int id, int *trend);
A Dti-bandgap.c682 int ti_bandgap_get_trend(struct ti_bandgap *bgp, int id, int *trend) in ti_bandgap_get_trend() argument
732 *trend = (t1 - t2) / interval; in ti_bandgap_get_trend()
735 t1, t2, *trend); in ti_bandgap_get_trend()
/linux/drivers/acpi/
A Dthermal.c631 int trip, enum thermal_trend *trend) in thermal_get_trend() argument
648 *trend = THERMAL_TREND_RAISING; in thermal_get_trend()
665 *trend = THERMAL_TREND_RAISING; in thermal_get_trend()
667 *trend = THERMAL_TREND_DROPPING; in thermal_get_trend()
669 *trend = THERMAL_TREND_STABLE; in thermal_get_trend()
/linux/drivers/net/ethernet/mellanox/mlxsw/
A Dcore_thermal.c346 int trip, enum thermal_trend *trend) in mlxsw_thermal_trend_get() argument
356 *trend = THERMAL_TREND_STABLE; in mlxsw_thermal_trend_get()
537 int trip, enum thermal_trend *trend) in mlxsw_thermal_module_trend_get() argument
548 *trend = THERMAL_TREND_STABLE; in mlxsw_thermal_module_trend_get()
/linux/drivers/thermal/tegra/
A Dsoctherm.c637 enum thermal_trend *trend) in tegra_thermctl_get_trend() argument
655 *trend = THERMAL_TREND_RAISING; in tegra_thermctl_get_trend()
657 *trend = THERMAL_TREND_STABLE; in tegra_thermctl_get_trend()
659 *trend = THERMAL_TREND_DROPPING; in tegra_thermctl_get_trend()
661 *trend = THERMAL_TREND_STABLE; in tegra_thermctl_get_trend()
/linux/Documentation/driver-api/thermal/
A Dsysfs-api.rst145 sensor temperature trend.
501 This function returns the trend of a thermal zone, i.e the rate of change
504 framework calculated the trend by comparing the previous and the current
/linux/drivers/thermal/qcom/
A Dtsens.h80 int (*get_trend)(struct tsens_sensor *s, enum thermal_trend *trend);
A Dtsens.c935 static int tsens_get_trend(void *data, int trip, enum thermal_trend *trend) in tsens_get_trend() argument
941 return priv->ops->get_trend(s, trend); in tsens_get_trend()
/linux/fs/reiserfs/
A DREADME78 hip, get with the new economic trend, before your competitors do. Send
/linux/Documentation/vm/
A Dhmm.rst98 architecture supports. Sadly, not all platforms are following this trend and

Completed in 29 milliseconds