Lines Matching refs:devfreq
57 struct devfreq *devfreq; member
92 struct devfreq *df = dfc->devfreq; in devfreq_cooling_set_cur_state()
135 static unsigned long get_voltage(struct devfreq *df, unsigned long freq) in get_voltage()
176 struct devfreq *df = dfc->devfreq; in get_static_power()
211 return dfc_power->get_dynamic_power(dfc->devfreq, freq, in get_dynamic_power()
235 struct devfreq *df = dfc->devfreq; in devfreq_cooling_get_requested_power()
312 struct devfreq *df = dfc->devfreq; in devfreq_cooling_power2state()
376 struct devfreq *df = dfc->devfreq; in devfreq_cooling_gen_tables()
460 of_devfreq_cooling_register_power(struct device_node *np, struct devfreq *df, in of_devfreq_cooling_register_power()
472 dfc->devfreq = df; in of_devfreq_cooling_register_power()
537 of_devfreq_cooling_register(struct device_node *np, struct devfreq *df) in of_devfreq_cooling_register()
547 struct thermal_cooling_device *devfreq_cooling_register(struct devfreq *df) in devfreq_cooling_register()