Home
last modified time | relevance | path

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

/linux/drivers/thermal/
H A Dgov_step_wise.c33 enum thermal_trend trend, bool throttle) in get_target_state() argument
54 if (trend == THERMAL_TREND_RAISING) in get_target_state()
63 if (trend == THERMAL_TREND_DROPPING) in get_target_state()
67 } else if (trend == THERMAL_TREND_DROPPING) { in get_target_state()
87 enum thermal_trend trend = get_tz_trend(tz, trip); in thermal_zone_trip_update() local
95 trip_id, trip->type, trip_threshold, trend, throttle); in thermal_zone_trip_update()
101 instance->target = get_target_state(instance, trend, throttle); in thermal_zone_trip_update()
H A Dthermal_helpers.c27 enum thermal_trend trend; in get_tz_trend() local
30 tz->ops.get_trend(tz, trip, &trend)) { in get_tz_trend()
32 trend = THERMAL_TREND_RAISING; in get_tz_trend()
34 trend = THERMAL_TREND_DROPPING; in get_tz_trend()
36 trend = THERMAL_TREND_STABLE; in get_tz_trend()
39 return trend; in get_tz_trend()
/linux/drivers/thermal/ti-soc-thermal/
H A Dti-thermal-common.c114 enum thermal_trend *trend) in __ti_thermal_get_trend() argument
128 *trend = THERMAL_TREND_RAISING; in __ti_thermal_get_trend()
130 *trend = THERMAL_TREND_DROPPING; in __ti_thermal_get_trend()
132 *trend = THERMAL_TREND_STABLE; in __ti_thermal_get_trend()
H A Dti-bandgap.h347 int ti_bandgap_get_trend(struct ti_bandgap *bgp, int id, int *trend);
H 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/
H A Dthermal.c498 enum thermal_trend *trend) in thermal_get_trend() argument
518 *trend = THERMAL_TREND_RAISING; in thermal_get_trend()
520 *trend = THERMAL_TREND_DROPPING; in thermal_get_trend()
522 *trend = THERMAL_TREND_STABLE; in thermal_get_trend()
531 *trend = THERMAL_TREND_RAISING; in thermal_get_trend()
/linux/Documentation/driver-api/thermal/
H A Dsysfs-api.rst80 get the trend of most recent zone temperature changes.
139 sensor temperature trend.
403 This function returns the trend of a thermal zone, i.e the rate of change
406 framework calculated the trend by comparing the previous and the current
/linux/Documentation/mm/
H A Dhmm.rst96 architecture supports. Sadly, not all platforms are following this trend and
/linux/Documentation/hid/
H A Dintel-thc-hid.rst363 In order to improve physical DMA memory usage, modern drivers trend to allocate a virtually