Lines Matching refs:devfreq
53 struct devfreq *devfreq; member
88 struct devfreq *df = dfc->devfreq; in devfreq_cooling_set_cur_state()
148 static unsigned long get_voltage(struct devfreq *df, unsigned long freq) in get_voltage()
194 struct devfreq *df = dfc->devfreq; in devfreq_cooling_get_requested_power()
291 struct devfreq *df = dfc->devfreq; in devfreq_cooling_power2state()
351 struct devfreq *df = dfc->devfreq; in devfreq_cooling_gen_tables()
393 of_devfreq_cooling_register_power(struct device_node *np, struct devfreq *df, in of_devfreq_cooling_register_power()
409 dfc->devfreq = df; in of_devfreq_cooling_register_power()
490 of_devfreq_cooling_register(struct device_node *np, struct devfreq *df) in of_devfreq_cooling_register()
500 struct thermal_cooling_device *devfreq_cooling_register(struct devfreq *df) in devfreq_cooling_register()
523 devfreq_cooling_em_register(struct devfreq *df, in devfreq_cooling_em_register()
565 dev = dfc->devfreq->dev.parent; in devfreq_cooling_unregister()