Searched refs:get_power_limit_uw (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/drivers/powercap/ |
H A D | dtpm.c | 190 static int get_power_limit_uw(struct powercap_zone *pcz, in get_power_limit_uw() function 255 ret = get_power_limit_uw(&child->zone, cid, &power); in __set_power_limit_uw() 301 .get_power_limit_uw = get_power_limit_uw,
|
H A D | arm_scmi_powercap.c | 252 .get_power_limit_uw = scmi_powercap_get_power_limit_uw,
|
H A D | powercap_sys.c | 292 if (!power_zone || !const_ops || !const_ops->get_power_limit_uw || in create_constraints()
|
H A D | intel_rapl_common.c | 554 .get_power_limit_uw = get_current_power_limit,
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | powercap.h | 157 * @get_power_limit_uw: Get power limit in micro-watts. 169 * get_power_limit_uw 177 int (*get_power_limit_uw) (struct powercap_zone *, int, u64 *); member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | powercap.h | 157 * @get_power_limit_uw: Get power limit in micro-watts. 169 * get_power_limit_uw 177 int (*get_power_limit_uw) (struct powercap_zone *, int, u64 *); member
|
/kernel/linux/linux-5.10/drivers/powercap/ |
H A D | powercap_sys.c | 292 if (!power_zone || !const_ops || !const_ops->get_power_limit_uw || in create_constraints()
|
H A D | intel_rapl_common.c | 526 .get_power_limit_uw = get_current_power_limit,
|
Completed in 14 milliseconds