Lines Matching refs:power_table
54 u32 *power_table; member
290 dyn_power = dfc->power_table[state]; in devfreq_cooling_get_requested_power()
321 *power = dfc->power_table[state] + static_power; in devfreq_cooling_state2power()
352 if (dyn_power >= dfc->power_table[i]) in devfreq_cooling_power2state()
390 u32 *power_table = NULL; in devfreq_cooling_gen_tables() local
397 power_table = kcalloc(num_opps, sizeof(*power_table), in devfreq_cooling_gen_tables()
399 if (!power_table) in devfreq_cooling_gen_tables()
433 power_table[i] = power_dyn; in devfreq_cooling_gen_tables()
440 dfc->power_table = power_table; in devfreq_cooling_gen_tables()
450 kfree(power_table); in devfreq_cooling_gen_tables()
521 kfree(dfc->power_table); in of_devfreq_cooling_register_power()
568 kfree(dfc->power_table); in devfreq_cooling_unregister()