Searched refs:opp_device (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/drivers/opp/ |
D | opp.h | 106 struct opp_device { struct 212 struct opp_device *_add_opp_dev(const struct device *dev, struct opp_table *opp_table); 239 void opp_debug_register(struct opp_device *opp_dev, struct opp_table *opp_table); 240 void opp_debug_unregister(struct opp_device *opp_dev, struct opp_table *opp_table); 247 static inline void opp_debug_register(struct opp_device *opp_dev, in opp_debug_register() 250 static inline void opp_debug_unregister(struct opp_device *opp_dev, in opp_debug_unregister()
|
D | debugfs.c | 101 static void opp_list_debug_create_dir(struct opp_device *opp_dev, in opp_list_debug_create_dir() 116 static void opp_list_debug_create_link(struct opp_device *opp_dev, in opp_list_debug_create_link() 137 void opp_debug_register(struct opp_device *opp_dev, struct opp_table *opp_table) in opp_debug_register() 145 static void opp_migrate_dentry(struct opp_device *opp_dev, in opp_migrate_dentry() 148 struct opp_device *new_dev; in opp_migrate_dentry() 182 void opp_debug_unregister(struct opp_device *opp_dev, in opp_debug_unregister()
|
D | cpu.c | 158 struct opp_device *opp_dev; in dev_pm_opp_set_sharing_cpus() 207 struct opp_device *opp_dev; in dev_pm_opp_get_sharing_cpus()
|
D | core.c | 33 static struct opp_device *_find_opp_dev(const struct device *dev, in _find_opp_dev() 36 struct opp_device *opp_dev; in _find_opp_dev() 910 static void _remove_opp_dev(struct opp_device *opp_dev, in _remove_opp_dev() 918 static struct opp_device *_add_opp_dev_unlocked(const struct device *dev, in _add_opp_dev_unlocked() 921 struct opp_device *opp_dev; in _add_opp_dev_unlocked() 938 struct opp_device *_add_opp_dev(const struct device *dev, in _add_opp_dev() 941 struct opp_device *opp_dev; in _add_opp_dev() 953 struct opp_device *opp_dev; in _allocate_opp_table() 1046 struct opp_device *opp_dev, *temp; in _opp_table_kref_release()
|