Searched refs:opp_device (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/opp/ |
D | opp.h | 105 struct opp_device { struct 192 struct opp_device *_add_opp_dev(const struct device *dev, struct opp_table *opp_table); 211 int opp_debug_register(struct opp_device *opp_dev, struct opp_table *opp_table); 212 void opp_debug_unregister(struct opp_device *opp_dev, struct opp_table *opp_table); 219 static inline int opp_debug_register(struct opp_device *opp_dev, in opp_debug_register() 223 static inline void opp_debug_unregister(struct opp_device *opp_dev, in opp_debug_unregister()
|
D | debugfs.c | 130 static int opp_list_debug_create_dir(struct opp_device *opp_dev, in opp_list_debug_create_dir() 151 static int opp_list_debug_create_link(struct opp_device *opp_dev, in opp_list_debug_create_link() 183 int opp_debug_register(struct opp_device *opp_dev, struct opp_table *opp_table) in opp_debug_register() 196 static void opp_migrate_dentry(struct opp_device *opp_dev, in opp_migrate_dentry() 199 struct opp_device *new_dev; in opp_migrate_dentry() 233 void opp_debug_unregister(struct opp_device *opp_dev, in opp_debug_unregister()
|
D | cpu.c | 160 struct opp_device *opp_dev; in dev_pm_opp_set_sharing_cpus() 209 struct opp_device *opp_dev; in dev_pm_opp_get_sharing_cpus()
|
D | core.c | 36 static struct opp_device *_find_opp_dev(const struct device *dev, in _find_opp_dev() 39 struct opp_device *opp_dev; in _find_opp_dev() 749 static void _remove_opp_dev(struct opp_device *opp_dev, in _remove_opp_dev() 757 struct opp_device *_add_opp_dev(const struct device *dev, in _add_opp_dev() 760 struct opp_device *opp_dev; in _add_opp_dev() 783 struct opp_device *opp_dev; in _allocate_opp_table() 851 struct opp_device *opp_dev; in _opp_table_kref_release() 857 opp_dev = list_first_entry(&opp_table->dev_list, struct opp_device, in _opp_table_kref_release()
|