Home
last modified time | relevance | path

Searched full:powercap (Results 1 – 25 of 69) sorted by relevance

123

/openbmc/linux/Documentation/ABI/testing/
Dsysfs-class-powercap
/openbmc/linux/arch/powerpc/platforms/powernv/
Dopal-powercap.c
/openbmc/linux/tools/power/cpupower/man/
Dcpupower-powercap-info.1
/openbmc/linux/drivers/powercap/
DKconfig
Darm_scmi_powercap.c
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Power/
H A DCapLimits.interface.yaml10 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 DCap.interface.yaml5 - 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 Dpowercap.cpp4 #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 Dpowercap.hpp20 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/
Dindex.rst
/openbmc/linux/Documentation/translations/zh_CN/power/
Dindex.rst
/openbmc/linux/tools/power/cpupower/lib/
Dpowercap.h
/openbmc/openpower-occ-control/test/
H A Dutest.cpp1 #include "powercap.hpp"
36 powercap::PowerCap pcap;
/openbmc/bmcweb/redfish-core/lib/
H A Dpower.hpp67 "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/
Dpowercap-info.c
/openbmc/linux/tools/power/cpupower/
DMakefile
/openbmc/linux/Documentation/power/powercap/
Ddtpm.rst
/openbmc/openbmc-test-automation/data/
H A DPalmetto.py356 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/
Drapl_monitor.c
/openbmc/linux/include/linux/
Dpowercap.h
/openbmc/phosphor-webui/app/server-control/controllers/
H A Dpower-usage-controller.js51 if (!$scope.power_cap.PowerCap) {
79 return APIUtils.setPowerCap($scope.power_cap.PowerCap)
/openbmc/webui-vue/src/store/modules/ResourceManagement/
H A DPowerControlStore.js46 const powerCap = powerControl[0].PowerLimit.LimitInWatts;
50 commit('setPowerCapValue', powerCap);
/openbmc/openbmc-test-automation/lib/
H A Denergy_scale_utils.robot116 ${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 Dmrw-override-settings.yaml4 PowerCap:
/openbmc/openbmc/meta-ibm/recipes-phosphor/settings/phosphor-settings-defaults-native/
H A Dibm_host_settings.override.yml4 PowerCap:

123