Searched refs:trend (Results 1 – 9 of 9) sorted by relevance
/Linux-v6.6/drivers/thermal/ |
D | gov_step_wise.c | 31 enum thermal_trend trend, bool throttle) in get_target_state() argument 57 if (trend == THERMAL_TREND_RAISING) in get_target_state() 60 if (trend == THERMAL_TREND_DROPPING) { in get_target_state() 84 enum thermal_trend trend; in thermal_zone_trip_update() local 92 trend = get_tz_trend(tz, trip_id); in thermal_zone_trip_update() 100 trip_id, trip.type, trip.temperature, trend, throttle); in thermal_zone_trip_update() 107 instance->target = get_target_state(instance, trend, throttle); in thermal_zone_trip_update()
|
D | thermal_helpers.c | 28 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()
|
/Linux-v6.6/drivers/thermal/ti-soc-thermal/ |
D | ti-thermal-common.c | 114 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()
|
D | ti-bandgap.h | 351 int ti_bandgap_get_trend(struct ti_bandgap *bgp, int id, int *trend);
|
D | ti-bandgap.c | 682 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-v6.6/drivers/acpi/ |
D | thermal.c | 496 enum thermal_trend *trend) in thermal_get_trend() argument 516 *trend = THERMAL_TREND_RAISING; in thermal_get_trend() 518 *trend = THERMAL_TREND_DROPPING; in thermal_get_trend() 520 *trend = THERMAL_TREND_STABLE; in thermal_get_trend() 529 *trend = THERMAL_TREND_RAISING; in thermal_get_trend()
|
/Linux-v6.6/Documentation/driver-api/thermal/ |
D | sysfs-api.rst | 145 sensor temperature trend. 461 This function returns the trend of a thermal zone, i.e the rate of change 464 framework calculated the trend by comparing the previous and the current
|
/Linux-v6.6/fs/reiserfs/ |
D | README | 78 hip, get with the new economic trend, before your competitors do. Send
|
/Linux-v6.6/Documentation/mm/ |
D | hmm.rst | 96 architecture supports. Sadly, not all platforms are following this trend and
|