Lines Matching refs:devfreq
52 struct devfreq *devfreq; member
108 struct device *dev = dfc->devfreq->dev.parent; in partition_enable_opps()
161 struct devfreq *df = dfc->devfreq; in devfreq_cooling_set_cur_state()
216 struct devfreq *df = dfc->devfreq; in get_static_power()
279 struct devfreq *df = dfc->devfreq; in devfreq_cooling_get_requested_power()
330 struct devfreq *df = dfc->devfreq; in devfreq_cooling_power2state()
386 struct devfreq *df = dfc->devfreq; in devfreq_cooling_gen_tables()
471 of_devfreq_cooling_register_power(struct device_node *np, struct devfreq *df, in of_devfreq_cooling_register_power()
483 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()