/openbmc/linux/Documentation/ABI/testing/ |
D | sysfs-class-powercap |
|
/openbmc/linux/arch/powerpc/platforms/powernv/ |
D | opal-powercap.c |
|
/openbmc/linux/tools/power/cpupower/man/ |
D | cpupower-powercap-info.1 |
|
/openbmc/linux/drivers/powercap/ |
D | Kconfig |
|
D | arm_scmi_powercap.c |
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Power/ |
H A D | CapLimits.interface.yaml | 10 description: The Minimum supported PowerCap setting. 17 description: The Maximum supported PowerCap setting. 25 Minimum supported soft user PowerCap setting. The min soft user 26 PowerCap value is normally less than or equal to the MinPowerCapValue. 27 When the PowerCap is set to any value between MinSoftPowerCapValue and
|
H A D | Cap.interface.yaml | 5 - name: PowerCap 15 Power cap enable. Set to true to enable the PowerCap, false to 25 description: The Minimum supported PowerCap setting. 32 description: The Maximum supported PowerCap setting. 40 Minimum supported soft user PowerCap setting. The min soft user 41 PowerCap value is normally less than or equal to the MinPowerCapValue. 42 When the PowerCap is set to any value between MinSoftPowerCapValue and
|
/openbmc/openpower-occ-control/ |
H A D | powercap.cpp | 4 #include <powercap.hpp> 13 namespace powercap namespace 19 constexpr auto POWER_CAP_PROP = "PowerCap"; 104 void PowerCap::updatePcapBounds() in updatePcapBounds() 187 … "updatePcapBounds: user powercap mismatch (hwmon:{HCAP}W, bdus:{DCAP}W) - using dbus", in updatePcapBounds() 202 "updatePcapBounds: user powercap {CAP}W is outside bounds " in updatePcapBounds() 209 "updatePcapBounds: Updating user powercap from {OLD} to {NEW}W", in updatePcapBounds() 219 "updatePcapBounds: Failed to update user powercap due to {ERR}", in updatePcapBounds() 227 uint32_t PowerCap::getOccInput(uint32_t pcap, bool pcapEnabled) in getOccInput() 240 uint32_t PowerCap::getPcap() in getPcap() [all …]
|
H A D | powercap.hpp | 20 namespace powercap namespace 115 /** @class PowerCap 123 class PowerCap : public CapLimitsInterface class 126 /** @brief PowerCap object to inform occ of changes to cap 134 explicit PowerCap(Status& occStatus) : in PowerCap() function in open_power::occ::powercap::PowerCap 145 std::bind(std::mem_fn(&PowerCap::pcapChanged), this, in PowerCap() 238 } // namespace powercap
|
/openbmc/linux/Documentation/power/ |
D | index.rst |
|
/openbmc/linux/Documentation/translations/zh_CN/power/ |
D | index.rst |
|
/openbmc/linux/tools/power/cpupower/lib/ |
D | powercap.h |
|
/openbmc/openpower-occ-control/test/ |
H A D | utest.cpp | 1 #include "powercap.hpp" 36 powercap::PowerCap pcap;
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | power.hpp | 67 "xyz.openbmc_project.Control.Power.Cap", "PowerCap", in afterGetPowerCapEnable() 146 double powerCap = 0.0; in afterPowerCapSettingGet() local 161 else if (property.first == "PowerCap") in afterPowerCapSettingGet() 169 powerCap = *d; in afterPowerCapSettingGet() 173 powerCap = static_cast<double>(*i); in afterPowerCapSettingGet() 177 powerCap = *u; in afterPowerCapSettingGet() 202 powerCap * std::pow(10, scale); in afterPowerCapSettingGet()
|
/openbmc/linux/tools/power/cpupower/utils/ |
D | powercap-info.c |
|
/openbmc/linux/tools/power/cpupower/ |
D | Makefile |
|
/openbmc/linux/Documentation/power/powercap/ |
D | dtpm.rst |
|
/openbmc/openbmc-test-automation/data/ |
H A D | Palmetto.py | 356 0x33: "/org/openbmc/sensors/host/PowerCap", 409 "object_path": "powercap/curr_cap", 415 "object_path": "powercap/system_power", 421 "object_path": "powercap/max_cap", 427 "object_path": "powercap/min_cap", 433 "object_path": "powercap/n_cap", 439 "object_path": "powercap/user_cap", 459 "class": "PowerCap",
|
/openbmc/linux/tools/power/cpupower/utils/idle_monitor/ |
D | rapl_monitor.c |
|
/openbmc/linux/include/linux/ |
D | powercap.h |
|
/openbmc/phosphor-webui/app/server-control/controllers/ |
H A D | power-usage-controller.js | 51 if (!$scope.power_cap.PowerCap) { 79 return APIUtils.setPowerCap($scope.power_cap.PowerCap)
|
/openbmc/webui-vue/src/store/modules/ResourceManagement/ |
H A D | PowerControlStore.js | 46 const powerCap = powerControl[0].PowerLimit.LimitInWatts; 50 commit('setPowerCapValue', powerCap);
|
/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
|
/openbmc/openbmc/meta-ibm/recipes-phosphor/settings/phosphor-settings-read-settings-mrw-native/ |
H A D | mrw-override-settings.yaml | 4 PowerCap:
|
/openbmc/openbmc/meta-ibm/recipes-phosphor/settings/phosphor-settings-defaults-native/ |
H A D | ibm_host_settings.override.yml | 4 PowerCap:
|