/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-firmware-opal-powercap | 1 What: /sys/firmware/opal/powercap 9 What: /sys/firmware/opal/powercap/system-powercap 10 /sys/firmware/opal/powercap/system-powercap/powercap-min 11 /sys/firmware/opal/powercap/system-powercap/powercap-max 12 /sys/firmware/opal/powercap/system-powercap/powercap-current 21 - powercap-min : This file provides the minimum 22 possible powercap in Watt units 24 - powercap-max : This file provides the maximum 25 possible powercap in Watt units 30 powercap requested must be between powercap-min [all …]
|
H A D | sysfs-class-powercap | 1 What: /sys/class/powercap/ 6 The powercap/ class sub directory belongs to the power cap 8 Documentation/power/powercap/powercap.rst for details. 10 What: /sys/class/powercap/<control type> 15 A <control type> is a unique name under /sys/class/powercap. 19 What: /sys/class/powercap/<control type>/enabled 27 What: /sys/class/powercap/<control type>/<power zone> 48 What: /sys/class/powercap/.../<power zone>/name 55 What: /sys/class/powercap/.../<power zone>/energy_uj 72 What: /sys/class/powercap/.../<power zone>/power_uw [all …]
|
H A D | sysfs-devices-system-cpu | 422 /sys/devices/system/cpu/cpuX/cpufreq/throttle_stats/powercap 449 - powercap : This file gives the total number of times the max 465 powercap, overtemp, supply_fault, overcurrent and occ_reset map to 472 /sys/devices/system/cpu/cpufreq/policyX/throttle_stats/powercap
|
/openbmc/linux/arch/powerpc/platforms/powernv/ |
H A D | opal-powercap.c | 144 struct device_node *powercap, *node; in opal_powercap_init() local 147 powercap = of_find_compatible_node(NULL, NULL, "ibm,opal-powercap"); in opal_powercap_init() 148 if (!powercap) { in opal_powercap_init() 153 pcaps = kcalloc(of_get_child_count(powercap), sizeof(*pcaps), in opal_powercap_init() 165 for_each_child_of_node(powercap, node) { in opal_powercap_init() 235 of_node_put(powercap); in opal_powercap_init() 250 of_node_put(powercap); in opal_powercap_init()
|
H A D | Makefile | 15 obj-y += opal-kmsg.o opal-powercap.o opal-psr.o opal-sensor-groups.o
|
/openbmc/linux/Documentation/power/ |
H A D | index.rst | 32 powercap/powercap 33 powercap/dtpm
|
/openbmc/linux/Documentation/translations/zh_CN/power/ |
H A D | index.rst | 42 * powercap/powercap 43 * powercap/dtpm
|
H A D | energy-model.rst | 29 powercap,用“抽象刻度”描述功率值可能会导致问题。这些子系统对过去使用的功率的
|
/openbmc/linux/Documentation/driver-api/thermal/ |
H A D | intel_dptf.rst | 134 Refer to Documentation/power/powercap/powercap.rst for powercap 138 Maximum powercap sysfs constraint_0_power_limit_uw for Intel RAPL 144 Minimum powercap sysfs constraint_0_power_limit_uw for Intel RAPL 147 Minimum powercap sysfs constraint_0_time_window_us for Intel RAPL 150 Maximum powercap sysfs constraint_0_time_window_us for Intel RAPL 153 Maximum powercap sysfs constraint_1_power_limit_uw for Intel RAPL 159 Minimum powercap sysfs constraint_1_power_limit_uw for Intel RAPL 162 Minimum powercap sysfs constraint_1_time_window_us for Intel RAPL 165 Maximum powercap sysfs constraint_1_time_window_us for Intel RAPL
|
/openbmc/linux/Documentation/power/powercap/ |
H A D | dtpm.rst | 32 The DTPM framework relies on the powercap framework to create the 33 powercap entries in the sysfs directory and implement the backend 126 powercap framework. Thus the sysfs interface is the same, please refer 127 to the powercap documentation for further details. 193 The registration of the dtpm node is done with the powercap
|
H A D | powercap.rst | 34 /sys/devices/virtual/powercap 262 Detailed API can be generated using kernel-doc on include/linux/powercap.h.
|
/openbmc/openpower-occ-control/ |
H A D | powercap.hpp | 19 namespace powercap namespace
|
H A D | meson.build | 119 'powercap.cpp',
|
H A D | occ_manager.hpp | 220 std::unique_ptr<open_power::occ::powercap::PowerCap> pcap;
|
H A D | powercap.cpp | 13 namespace powercap namespace
|
H A D | occ_manager.cpp | 371 pcap = std::make_unique<open_power::occ::powercap::PowerCap>( in createObjects() 589 pcap = std::make_unique<open_power::occ::powercap::PowerCap>( in initStatusObjects()
|
/openbmc/linux/drivers/firmware/arm_scmi/ |
H A D | Makefile | 13 scmi-protocols-y = base.o clock.o perf.o power.o reset.o sensors.o system.o voltage.o powercap.o
|
H A D | protocols.h | 347 DECLARE_SCMI_REGISTER_UNREGISTER(powercap);
|
/openbmc/openpower-occ-control/test/ |
H A D | utest.cpp | 41 powercap::PowerCap pcap;
|
H A D | meson.build | 32 '../powercap.cpp',
|
/openbmc/phosphor-settingsd/ |
H A D | settings.yaml | 5 powercap:
|
/openbmc/qemu/docs/tools/ |
H A D | qemu-vmsr-helper.rst | 15 Accessing the RAPL (Running Average Power Limit) MSR enables the RAPL powercap
|
/openbmc/linux/drivers/powercap/ |
H A D | Kconfig | 7 bool "Generic powercap sysfs driver"
|
/openbmc/linux/drivers/ |
H A D | Makefile | 176 obj-$(CONFIG_POWERCAP) += powercap/
|
H A D | Kconfig | 198 source "drivers/powercap/Kconfig"
|