Searched refs:powercap (Results 1 – 14 of 14) sorted by relevance
1 What: /sys/firmware/opal/powercap9 What: /sys/firmware/opal/powercap/system-powercap10 /sys/firmware/opal/powercap/system-powercap/powercap-min11 /sys/firmware/opal/powercap/system-powercap/powercap-max12 /sys/firmware/opal/powercap/system-powercap/powercap-current15 Description: System powercap directory and attributes applicable for18 This directory provides powercap information. It21 - powercap-min : This file provides the minimum22 possible powercap in Watt units24 - powercap-max : This file provides the maximum[all …]
1 What: /sys/class/powercap/6 The powercap/ class sub directory belongs to the power cap8 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>/enabled27 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>/name55 What: /sys/class/powercap/.../<power zone>/energy_uj[all …]
144 struct device_node *powercap, *node; in opal_powercap_init() local147 powercap = of_find_compatible_node(NULL, NULL, "ibm,opal-powercap"); in opal_powercap_init()148 if (!powercap) { in opal_powercap_init()153 pcaps = kzalloc_objs(*pcaps, of_get_child_count(powercap)); in opal_powercap_init()164 for_each_child_of_node(powercap, node) { in opal_powercap_init()232 of_node_put(powercap); in opal_powercap_init()247 of_node_put(powercap); in opal_powercap_init()
42 * powercap/powercap43 * powercap/dtpm
29 powercap,用“抽象刻度”描述功率值可能会导致问题。这些子系统对过去使用的功率的
32 The DTPM framework relies on the powercap framework to create the33 powercap entries in the sysfs directory and implement the backend126 powercap framework. Thus the sysfs interface is the same, please refer127 to the powercap documentation for further details.193 The registration of the dtpm node is done with the powercap
34 /sys/devices/virtual/powercap262 Detailed API can be generated using kernel-doc on include/linux/powercap.h.
10 scmi-protocols-y := base.o clock.o perf.o power.o reset.o sensors.o system.o voltage.o powercap.o
382 DECLARE_SCMI_REGISTER_UNREGISTER(powercap);
172 obj-$(CONFIG_POWERCAP) += powercap/
208 source "drivers/powercap/Kconfig"
473 ATTRIBUTE_GROUPS(powercap);
407 throttle_attr(powercap, reason[POWERCAP]);
9099 F: drivers/powercap/dtpm*21249 F: drivers/powercap/21253 F: include/linux/powercap.h25993 F: drivers/powercap/arm_scmi_powercap.c