Searched refs:trend (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/drivers/thermal/ |
H A 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() 85 enum thermal_trend trend; in thermal_zone_trip_update() local 90 trend = get_tz_trend(tz, trip_id); in thermal_zone_trip_update() 98 trip_id, trip->type, trip->temperature, trend, throttle); in thermal_zone_trip_update() 105 instance->target = get_target_state(instance, trend, throttle); in thermal_zone_trip_update()
|
H A 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()
|
/openbmc/linux/drivers/thermal/ti-soc-thermal/ |
H A 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()
|
H A D | ti-bandgap.h | 351 int ti_bandgap_get_trend(struct ti_bandgap *bgp, int id, int *trend);
|
H A 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()
|
/openbmc/linux/drivers/acpi/ |
H A 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()
|
/openbmc/phosphor-dbus-interfaces/yaml/org/open_power/Logging/PEL/ |
H A D | Entry.interface.yaml | 15 frequency or trend.
|
/openbmc/linux/Documentation/driver-api/thermal/ |
H A 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
|
/openbmc/bmcweb/ |
H A D | OEM_SCHEMAS.md | 28 In the experience of the project, OEM resources trend toward a lower level of
|
/openbmc/linux/fs/reiserfs/ |
H A D | README | 78 hip, get with the new economic trend, before your competitors do. Send
|
/openbmc/entity-manager/ |
H A D | CONFIG_FORMAT.md | 25 2. Configuration files should trend toward one config file per physical piece of
|
/openbmc/qemu/docs/devel/ |
H A D | replay.rst | 63 was ensured by the holding of the BQL. However the trend has been to
|
/openbmc/linux/Documentation/mm/ |
H A D | hmm.rst | 96 architecture supports. Sadly, not all platforms are following this trend and
|