/openbmc/phosphor-webui/app/server-control/controllers/ |
H A D | power-usage-controller.html | 32 ng-model="power_cap.PowerCapEnable" 33 ng-checked="power_cap.PowerCapEnable" 38 power_cap.PowerCapEnable ? "on" : "off" 43 {{ power_cap.PowerCapEnable ? "On" : "Off" }} 57 ng-disabled="!power_cap.PowerCapEnable" 58 ng-model="power_cap.PowerCap"
|
H A D | power-usage-controller.js | 16 $scope.power_cap = {}; 25 $scope.power_cap = data.data; 51 if (!$scope.power_cap.PowerCap) { 79 return APIUtils.setPowerCap($scope.power_cap.PowerCap) 89 return APIUtils.setPowerCapEnable($scope.power_cap.PowerCapEnable)
|
/openbmc/openbmc-test-automation/lib/ |
H A D | energy_scale_utils.robot | 116 ${power_limit}= Read Attribute ${CONTROL_HOST_URI}power_cap PowerCap 130 Write Attribute ${CONTROL_HOST_URI}power_cap PowerCap data=${data} 132 ${power}= Read Attribute ${CONTROL_HOST_URI}power_cap PowerCap 145 Write Attribute ${CONTROL_HOST_URI}power_cap PowerCapEnable 161 Write Attribute ${CONTROL_HOST_URI}power_cap PowerCapEnable 174 ... ${CONTROL_HOST_URI}power_cap PowerCapEnable
|
/openbmc/phosphor-webui/app/overview/controllers/ |
H A D | system-overview-controller.js | 23 $scope.power_cap = ''; 92 $scope.power_cap = Constants.POWER_CAP_TEXT.disabled; 94 $scope.power_cap =
|
H A D | system-overview-controller.html | 88 <dd class="courier-bold">{{ power_cap }}</dd>
|
/openbmc/openbmc/meta-ibm/recipes-phosphor/settings/phosphor-settings-read-settings-mrw-native/ |
H A D | mrw-override-settings.yaml | 1 /xyz/openbmc_project/control/host0/power_cap:
|
/openbmc/openbmc/meta-ibm/recipes-phosphor/settings/phosphor-settings-defaults-native/ |
H A D | ibm_host_settings.override.yml | 1 /xyz/openbmc_project/control/host{}/power_cap:
|
/openbmc/phosphor-settingsd/ |
H A D | settings_example.yaml | 33 /xyz/openbmc_project/control/host0/power_cap:
|
H A D | settings.yaml | 6 name: power_cap
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | power.hpp | 66 "/xyz/openbmc_project/control/host0/power_cap"), in afterGetPowerCapEnable() 108 "/xyz/openbmc_project/control/host0/power_cap", in afterGetChassisPath() 257 "/xyz/openbmc_project/control/host0/power_cap", in afterGetChassis()
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/settings/phosphor-settings-defaults/ |
H A D | host-template.yaml | 37 /xyz/openbmc_project/control/host{}/power_cap:
|
/openbmc/openbmc-test-automation/redfish/extended/ |
H A D | test_escale_base.robot | 131 Write Attribute ${CONTROL_HOST_URI}power_cap PowerCap data=${data}
|
/openbmc/openpower-occ-control/ |
H A D | powercap.hpp | 142 "/xyz/openbmc_project/control/host0/power_cap") + in PowerCap()
|
H A D | powercap.cpp | 16 constexpr auto PCAP_PATH = "/xyz/openbmc_project/control/host0/power_cap";
|
/openbmc/phosphor-webui/app/common/services/ |
H A D | api-utils.js | 1740 '/xyz/openbmc_project/control/host0/power_cap', 1751 '/xyz/openbmc_project/control/host0/power_cap/attr/PowerCapEnable', 1763 '/xyz/openbmc_project/control/host0/power_cap/attr/PowerCap',
|
/openbmc/pldm/oem/ibm/configurations/bios/com.ibm.Hardware.Chassis.Model.Bonnell/ |
H A D | bios_attrs.json | 340 "object_path": "/xyz/openbmc_project/control/host0/power_cap", 839 "object_path": "/xyz/openbmc_project/control/host0/power_cap",
|
/openbmc/pldm/oem/ibm/configurations/bios/ |
H A D | bios_attrs.json | 358 "object_path": "/xyz/openbmc_project/control/host0/power_cap", 895 "object_path": "/xyz/openbmc_project/control/host0/power_cap",
|
/openbmc/pldm/oem/ibm/configurations/bios/com.ibm.Hardware.Chassis.Model.Everest/ |
H A D | bios_attrs.json | 358 "object_path": "/xyz/openbmc_project/control/host0/power_cap", 896 "object_path": "/xyz/openbmc_project/control/host0/power_cap",
|
/openbmc/pldm/oem/ibm/configurations/bios/com.ibm.Hardware.Chassis.Model.Rainier4U/ |
H A D | bios_attrs.json | 358 "object_path": "/xyz/openbmc_project/control/host0/power_cap", 896 "object_path": "/xyz/openbmc_project/control/host0/power_cap",
|
/openbmc/pldm/oem/ibm/configurations/bios/com.ibm.Hardware.Chassis.Model.Rainier1S4U/ |
H A D | bios_attrs.json | 358 "object_path": "/xyz/openbmc_project/control/host0/power_cap", 896 "object_path": "/xyz/openbmc_project/control/host0/power_cap",
|
/openbmc/pldm/oem/ibm/configurations/bios/com.ibm.Hardware.Chassis.Model.Rainier2U/ |
H A D | bios_attrs.json | 358 "object_path": "/xyz/openbmc_project/control/host0/power_cap", 896 "object_path": "/xyz/openbmc_project/control/host0/power_cap",
|
/openbmc/openbmc/meta-ibm/recipes-phosphor/inventory/phosphor-inventory-manager/p10bmc/ |
H A D | ibm,blueridge-2u_associations.json | 353 "/xyz/openbmc_project/control/host0/power_cap"
|
H A D | ibm,rainier-2u_associations.json | 354 "/xyz/openbmc_project/control/host0/power_cap"
|
H A D | ibm,fuji_associations.json | 251 "/xyz/openbmc_project/control/host0/power_cap"
|
H A D | ibm,everest_associations.json | 251 "/xyz/openbmc_project/control/host0/power_cap"
|