Searched refs:opp_device (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/opp/ |
H A D | opp.h | 101 * struct opp_device - devices managed by 'struct opp_table' 109 struct opp_device { struct 219 struct opp_device *_add_opp_dev(const struct device *dev, struct opp_table *opp_table); 246 void opp_debug_register(struct opp_device *opp_dev, struct opp_table *opp_table); 247 void opp_debug_unregister(struct opp_device *opp_dev, struct opp_table *opp_table); 254 static inline void opp_debug_register(struct opp_device *opp_dev, in opp_debug_register() 257 static inline void opp_debug_unregister(struct opp_device *opp_dev, in opp_debug_unregister()
|
H A D | debugfs.c | 143 static void opp_list_debug_create_dir(struct opp_device *opp_dev, in opp_list_debug_create_dir() 158 static void opp_list_debug_create_link(struct opp_device *opp_dev, in opp_list_debug_create_link() 179 void opp_debug_register(struct opp_device *opp_dev, struct opp_table *opp_table) in opp_debug_register() 187 static void opp_migrate_dentry(struct opp_device *opp_dev, in opp_migrate_dentry() 190 struct opp_device *new_dev; in opp_migrate_dentry() 224 void opp_debug_unregister(struct opp_device *opp_dev, in opp_debug_unregister()
|
H A 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()
|
H A 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() 1031 static void _remove_opp_dev(struct opp_device *opp_dev, in _remove_opp_dev() 1039 static struct opp_device *_add_opp_dev_unlocked(const struct device *dev, in _add_opp_dev_unlocked() 1042 struct opp_device *opp_dev; in _add_opp_dev_unlocked() 1059 struct opp_device *_add_opp_dev(const struct device *dev, in _add_opp_dev() 1062 struct opp_device *opp_dev; in _add_opp_dev() 1074 struct opp_device *opp_dev; in _allocate_opp_table() 1186 struct opp_device *opp_dev, *temp; in _opp_table_kref_release()
|
/kernel/linux/linux-6.6/drivers/opp/ |
H A D | opp.h | 123 * struct opp_device - devices managed by 'struct opp_table' 131 struct opp_device { struct 249 struct opp_device *_add_opp_dev(const struct device *dev, struct opp_table *opp_table); 281 void opp_debug_register(struct opp_device *opp_dev, struct opp_table *opp_table); 282 void opp_debug_unregister(struct opp_device *opp_dev, struct opp_table *opp_table); 289 static inline void opp_debug_register(struct opp_device *opp_dev, in opp_debug_register() 292 static inline void opp_debug_unregister(struct opp_device *opp_dev, in opp_debug_unregister()
|
H A D | debugfs.c | 171 static void opp_list_debug_create_dir(struct opp_device *opp_dev, in opp_list_debug_create_dir() 186 static void opp_list_debug_create_link(struct opp_device *opp_dev, in opp_list_debug_create_link() 207 void opp_debug_register(struct opp_device *opp_dev, struct opp_table *opp_table) in opp_debug_register() 215 static void opp_migrate_dentry(struct opp_device *opp_dev, in opp_migrate_dentry() 218 struct opp_device *new_dev = NULL, *iter; in opp_migrate_dentry() 256 void opp_debug_unregister(struct opp_device *opp_dev, in opp_debug_unregister()
|
H A 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()
|
H A D | core.c | 42 struct opp_device *opp_dev; in _find_opp_dev() 1368 static void _remove_opp_dev(struct opp_device *opp_dev, in _remove_opp_dev() 1376 struct opp_device *_add_opp_dev(const struct device *dev, in _add_opp_dev() 1379 struct opp_device *opp_dev; in _add_opp_dev() 1401 struct opp_device *opp_dev; in _allocate_opp_table() 1590 struct opp_device *opp_dev, *temp; in _opp_table_kref_release()
|
Completed in 12 milliseconds