Home
last modified time | relevance | path

Searched refs:get_power_limit_uw (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/powercap/
H A Ddtpm.c190 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 Darm_scmi_powercap.c252 .get_power_limit_uw = scmi_powercap_get_power_limit_uw,
H A Dpowercap_sys.c292 if (!power_zone || !const_ops || !const_ops->get_power_limit_uw || in create_constraints()
/linux/include/linux/
H A Dpowercap.h177 int (*get_power_limit_uw) (struct powercap_zone *, int, u64 *); member