Lines Matching defs:power
8 * DTPM tree which in turns update the power number by propagating the
9 * power number from the CPU energy model information to the parents.
11 * The association between the power and the performance state, allows
12 * to set the power of the CPU at the OPP granularity.
14 * The CPU hotplug is supported and the power numbers will be updated
47 u64 power;
55 power = pd->table[i].power * nr_cpus;
57 if (power > power_limit)
65 power_limit = pd->table[i - 1].power * nr_cpus;
70 static u64 scale_pd_power_uw(struct cpumask *pd_mask, u64 power)
84 return (power * ((sum_util << 10) / max)) >> 10;
106 return scale_pd_power_uw(pd_mask, pd->table[i].power);
122 dtpm->power_min = em->table[0].power;
125 dtpm->power_max = em->table[em->nr_perf_states - 1].power;
262 * figure out the power consumption limits.
267 * tear down callback. So the power can not be updated when
276 * consistent with the power numbers we want to update.