Searched refs:opp_device (Results 1 – 4 of 4) sorted by relevance
/drivers/base/power/opp/ |
D | opp.h | 112 struct opp_device { struct 192 struct opp_device *_add_opp_dev(const struct device *dev, struct opp_table *opp_table); 210 int opp_debug_register(struct opp_device *opp_dev, struct opp_table *opp_table); 211 void opp_debug_unregister(struct opp_device *opp_dev, struct opp_table *opp_table); 218 static inline int opp_debug_register(struct opp_device *opp_dev, in opp_debug_register() 222 static inline void opp_debug_unregister(struct opp_device *opp_dev, in opp_debug_unregister()
|
D | debugfs.c | 86 static int opp_list_debug_create_dir(struct opp_device *opp_dev, in opp_list_debug_create_dir() 107 static int opp_list_debug_create_link(struct opp_device *opp_dev, in opp_list_debug_create_link() 139 int opp_debug_register(struct opp_device *opp_dev, struct opp_table *opp_table) in opp_debug_register() 152 static void opp_migrate_dentry(struct opp_device *opp_dev, in opp_migrate_dentry() 155 struct opp_device *new_dev; in opp_migrate_dentry() 189 void opp_debug_unregister(struct opp_device *opp_dev, in opp_debug_unregister()
|
D | core.c | 43 static struct opp_device *_find_opp_dev(const struct device *dev, in _find_opp_dev() 46 struct opp_device *opp_dev; in _find_opp_dev() 701 struct opp_device *opp_dev; in _kfree_opp_dev_rcu() 703 opp_dev = container_of(head, struct opp_device, rcu_head); in _kfree_opp_dev_rcu() 707 static void _remove_opp_dev(struct opp_device *opp_dev, in _remove_opp_dev() 716 struct opp_device *_add_opp_dev(const struct device *dev, in _add_opp_dev() 719 struct opp_device *opp_dev; in _add_opp_dev() 751 struct opp_device *opp_dev; in _add_opp_table() 817 struct opp_device *opp_dev; in _remove_opp_table() 835 opp_dev = list_first_entry(&opp_table->dev_list, struct opp_device, in _remove_opp_table()
|
D | cpu.c | 182 struct opp_device *opp_dev; in dev_pm_opp_set_sharing_cpus() 241 struct opp_device *opp_dev; in dev_pm_opp_get_sharing_cpus()
|