Lines Matching refs:devfreq
51 struct devfreq *devfreq; member
86 struct devfreq *df = dfc->devfreq; in devfreq_cooling_set_cur_state()
134 static unsigned long get_voltage(struct devfreq *df, unsigned long freq) in get_voltage()
180 struct devfreq *df = dfc->devfreq; in devfreq_cooling_get_requested_power()
255 struct devfreq *df = dfc->devfreq; in devfreq_cooling_power2state()
313 struct devfreq *df = dfc->devfreq; in devfreq_cooling_gen_tables()
355 of_devfreq_cooling_register_power(struct device_node *np, struct devfreq *df, in of_devfreq_cooling_register_power()
368 dfc->devfreq = df; in of_devfreq_cooling_register_power()
444 of_devfreq_cooling_register(struct device_node *np, struct devfreq *df) in of_devfreq_cooling_register()
454 struct thermal_cooling_device *devfreq_cooling_register(struct devfreq *df) in devfreq_cooling_register()
477 devfreq_cooling_em_register(struct devfreq *df, in devfreq_cooling_em_register()
519 dev = dfc->devfreq->dev.parent; in devfreq_cooling_unregister()