Home
last modified time | relevance | path

Searched full:trend (Results 1 – 23 of 23) sorted by relevance

/openbmc/linux/drivers/thermal/
H A Dgov_step_wise.c21 * 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 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()
/openbmc/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.c668 * 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 Dti-bandgap.h351 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 DEntry.interface.yaml15 frequency or trend.
/openbmc/linux/Documentation/driver-api/thermal/
H A Dsysfs-api.rst145 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 Dthermal.c496 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 Dmori-lib.sh62 # drivers follow this trend
/openbmc/bmcweb/
H A DOEM_SCHEMAS.md28 In the experience of the project, OEM resources trend toward a lower level of
/openbmc/linux/fs/reiserfs/
H A DREADME78 hip, get with the new economic trend, before your competitors do. Send
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_self_refresh_helper.c254 * averaged out and the values will trend to their true value. in drm_self_refresh_helper_init()
/openbmc/linux/include/linux/mtd/
H A Dsh_flctl.h106 #define TREND (0x1 << 1) /* translation end */ macro
/openbmc/linux/arch/sh/kernel/cpu/sh4a/
H A Dperf_event.c30 * the new location (if future parts keep up with this trend then
/openbmc/entity-manager/
H A DCONFIG_FORMAT.md25 2. Configuration files should trend toward one config file per physical piece of
/openbmc/qemu/docs/devel/
H A Dreplay.rst63 was ensured by the holding of the BQL. However the trend has been to
/openbmc/linux/Documentation/mm/
H A Dhmm.rst96 architecture supports. Sadly, not all platforms are following this trend and
/openbmc/linux/drivers/mtd/nand/raw/
H A Dsh_flctl.c135 if (readb(FLTRCR(flctl)) & TREND) { in wait_completion()
/openbmc/linux/drivers/scsi/qla2xxx/
H A Dqla_mid.c1232 /* down trend */ in __qla_adjust_buf()
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/
H A Ddraw.py1021 # did the underlying trend increase ?
/openbmc/linux/drivers/net/wireless/realtek/rtw88/
H A Dphy.c526 * damping checks, and record the trend of igi values in rtw_phy_dig()
/openbmc/pldm/pldmtool/
H A Dpldm_platform_cmd.cpp425 {PLDM_STATE_SET_HEALTH_REDUNDANCY_TREND, "Health/Redundancy Trend"},
/openbmc/linux/kernel/sched/
H A Dtopology.c1198 /* sgc visits should follow a similar trend as sg */ in get_group()