Home
last modified time | relevance | path

Searched refs:powercap (Results 1 – 21 of 21) sorted by relevance

/Linux-v6.6/Documentation/ABI/testing/
Dsysfs-firmware-opal-powercap1 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
15 Description: System powercap directory and attributes applicable for
18 This directory provides powercap information. It
21 - powercap-min : This file provides the minimum
22 possible powercap in Watt units
24 - powercap-max : This file provides the maximum
[all …]
Dsysfs-class-powercap1 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>
37 What: /sys/class/powercap/<control type>/<power zone>/<child power zone>
48 What: /sys/class/powercap/.../<power zone>/name
55 What: /sys/class/powercap/.../<power zone>/energy_uj
[all …]
Dsysfs-devices-system-cpu422 /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
/Linux-v6.6/arch/powerpc/platforms/powernv/
Dopal-powercap.c144 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()
229 of_node_put(powercap); in opal_powercap_init()
244 of_node_put(powercap); in opal_powercap_init()
DMakefile15 obj-y += opal-kmsg.o opal-powercap.o opal-psr.o opal-sensor-groups.o
/Linux-v6.6/Documentation/power/
Dindex.rst32 powercap/powercap
33 powercap/dtpm
Denergy-model.rst28 powercap power values expressed in an 'abstract scale' might cause issues.
/Linux-v6.6/Documentation/translations/zh_CN/power/
Dindex.rst42 * powercap/powercap
43 * powercap/dtpm
Denergy-model.rst29 powercap,用“抽象刻度”描述功率值可能会导致问题。这些子系统对过去使用的功率的
/Linux-v6.6/Documentation/driver-api/thermal/
Dintel_dptf.rst134 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
/Linux-v6.6/Documentation/power/powercap/
Ddtpm.rst32 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
Dpowercap.rst34 /sys/devices/virtual/powercap
262 Detailed API can be generated using kernel-doc on include/linux/powercap.h.
/Linux-v6.6/drivers/firmware/arm_scmi/
DMakefile13 scmi-protocols-y = base.o clock.o perf.o power.o reset.o sensors.o system.o voltage.o powercap.o
Dprotocols.h347 DECLARE_SCMI_REGISTER_UNREGISTER(powercap);
Dpowercap.c989 DEFINE_SCMI_PROTOCOL_REGISTER_UNREGISTER(powercap, scmi_powercap)
/Linux-v6.6/drivers/
DMakefile176 obj-$(CONFIG_POWERCAP) += powercap/
DKconfig198 source "drivers/powercap/Kconfig"
/Linux-v6.6/drivers/powercap/
DKconfig7 bool "Generic powercap sysfs driver"
Dpowercap_sys.c474 ATTRIBUTE_GROUPS(powercap);
/Linux-v6.6/drivers/cpufreq/
Dpowernv-cpufreq.c408 throttle_attr(powercap, reason[POWERCAP]);
/Linux-v6.6/
DMAINTAINERS7339 F: drivers/powercap/dtpm*
17116 F: drivers/powercap/
17120 F: include/linux/powercap.h
20904 F: drivers/powercap/arm_scmi_powercap.c