Home
last modified time | relevance | path

Searched refs:PowerLimit (Results 1 – 11 of 11) sorted by relevance

/openbmc/webui-vue/src/store/modules/ResourceManagement/
H A DPowerControlStore.js46 const powerCap = powerControl[0].PowerLimit.LimitInWatts;
59 PowerControl: [{ PowerLimit: { LimitInWatts: powerCapValue } }], class in PowerControlStore.actions.setPowerControl.data.AnonymousClass0f8f22ef0501
/openbmc/linux/drivers/staging/rtl8723bs/hal/
H A Dodm_RegConfig8723B.c167 u8 *PowerLimit in odm_ConfigBB_TXPWR_LMT_8723B() argument
177 PowerLimit in odm_ConfigBB_TXPWR_LMT_8723B()
H A Dodm_RegConfig8723B.h42 u8 *PowerLimit
H A Dhal_com_phycfg.c812 u8 *PowerLimit in PHY_SetTxPowerLimit() argument
820 GetU1ByteIntegerFromStringInDecimal((s8 *)PowerLimit, &powerLimit); in PHY_SetTxPowerLimit()
/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Dprocessor.hpp86 PowerLimit, enumerator
172 {ThrottleCause::PowerLimit, "PowerLimit"},
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Power/
H A DThrottle.interface.yaml34 - name: PowerLimit
/openbmc/linux/drivers/staging/rtl8723bs/include/
H A Dhal_com_phycfg.h98 u8 *RateSection, u8 *RfPath, u8 *Channel, u8 *PowerLimit);
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/Cpu/
H A DOperatingConfig.interface.yaml31 - name: PowerLimit
/openbmc/openpower-occ-control/
H A Docc_status.cpp621 throttleHandle->ThrottleReasons::PowerLimit); in updateThrottle()
/openbmc/openbmc-test-automation/lib/
H A Dbmc_redfish_utils.robot227 # [PowerLimit]:
/openbmc/bmcweb/redfish-core/lib/
H A Dprocessor.hpp315 return processor::ThrottleCause::PowerLimit; in dbusToRfThrottleCause()