Searched refs:opp_dev (Results 1 – 2 of 2) sorted by relevance
157 struct opp_device *opp_dev; in dev_pm_opp_set_sharing_cpus() local178 opp_dev = _add_opp_dev(dev, opp_table); in dev_pm_opp_set_sharing_cpus()179 if (!opp_dev) { in dev_pm_opp_set_sharing_cpus()205 struct opp_device *opp_dev; in dev_pm_opp_get_sharing_cpus() local220 list_for_each_entry(opp_dev, &opp_table->dev_list, node) in dev_pm_opp_get_sharing_cpus()221 cpumask_set_cpu(opp_dev->dev->id, cpumask); in dev_pm_opp_get_sharing_cpus()
286 void opp_debug_register(struct opp_device *opp_dev, struct opp_table *opp_table);287 void opp_debug_unregister(struct opp_device *opp_dev, struct opp_table *opp_table);294 static inline void opp_debug_register(struct opp_device *opp_dev, in opp_debug_register() argument297 static inline void opp_debug_unregister(struct opp_device *opp_dev, in opp_debug_unregister() argument