/openbmc/linux/drivers/thermal/ |
H A D | gov_step_wise.c | 21 * a. if the trend is THERMAL_TREND_RAISING, use higher cooling 23 * b. if the trend is THERMAL_TREND_DROPPING, do nothing 25 * a. if the trend is THERMAL_TREND_RAISING, do nothing 26 * b. if the trend is THERMAL_TREND_DROPPING, use lower cooling 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() 97 dev_dbg(&tz->device, "Trip%d[type=%d,temp=%d]:trend=%d,throttle=%d\n", in thermal_zone_trip_update() [all …]
|
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.c | 668 * ti_bandgap_get_trend() - To fetch the temperature trend of a sensor 671 * @trend: Pointer to trend. 673 * This function needs to be called to fetch the temperature trend of a 680 * error then the trend value is passed on to trend parameter 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() 734 dev_dbg(bgp->dev, "The temperatures are t1 = %d and t2 = %d and trend =%d\n", in ti_bandgap_get_trend() 735 t1, t2, *trend); in ti_bandgap_get_trend()
|
H A D | ti-bandgap.h | 351 int ti_bandgap_get_trend(struct ti_bandgap *bgp, int id, int *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/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/openbmc/meta-fii/meta-mori/recipes-mori/mori-fw-utility/mori-fw/ |
H A D | mori-lib.sh | 62 # drivers follow this trend
|
/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/linux/drivers/gpu/drm/ |
H A D | drm_self_refresh_helper.c | 254 * averaged out and the values will trend to their true value. in drm_self_refresh_helper_init()
|
/openbmc/linux/include/linux/mtd/ |
H A D | sh_flctl.h | 106 #define TREND (0x1 << 1) /* translation end */ macro
|
/openbmc/linux/arch/sh/kernel/cpu/sh4a/ |
H A D | perf_event.c | 30 * the new location (if future parts keep up with this trend then
|
/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
|
/openbmc/linux/drivers/mtd/nand/raw/ |
H A D | sh_flctl.c | 135 if (readb(FLTRCR(flctl)) & TREND) { in wait_completion()
|
/openbmc/linux/drivers/scsi/qla2xxx/ |
H A D | qla_mid.c | 1232 /* down trend */ in __qla_adjust_buf()
|
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/ |
H A D | draw.py | 1021 # did the underlying trend increase ?
|
/openbmc/linux/drivers/net/wireless/realtek/rtw88/ |
H A D | phy.c | 526 * damping checks, and record the trend of igi values in rtw_phy_dig()
|
/openbmc/pldm/pldmtool/ |
H A D | pldm_platform_cmd.cpp | 425 {PLDM_STATE_SET_HEALTH_REDUNDANCY_TREND, "Health/Redundancy Trend"},
|
/openbmc/linux/kernel/sched/ |
H A D | topology.c | 1198 /* sgc visits should follow a similar trend as sg */ in get_group()
|