Home
last modified time | relevance | path

Searched refs:get_max_power_uw (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/powercap/
H A Ddtpm.c292 static int get_max_power_uw(struct powercap_zone *pcz, int id, u64 *max_power) in get_max_power_uw() function
304 .get_max_power_uw = get_max_power_uw,
H A Darm_scmi_powercap.c255 .get_max_power_uw = scmi_powercap_get_max_power_uw,
H A Dpowercap_sys.c310 if (pconst->ops->get_max_power_uw) in create_constraints()