Searched defs:opp_table (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/drivers/opp/ |
D | opp.h | 87 struct opp_table *opp_table; member 152 struct opp_table { struct 167 enum opp_table_access shared_opp; argument 189 void _get_opp_table_kref(struct opp_table *opp_table); argument 205 static inline void _of_init_opp_table(struct opp_table *opp_table, struct device *dev) {} in _of_init_opp_table() 217 struct opp_table *opp_table) in opp_debug_create_one() 220 struct opp_table *opp_table) in opp_debug_register() 224 struct opp_table *opp_table) in opp_debug_unregister()
|
D | core.c | 37 struct opp_table *opp_table) in _find_opp_dev() 50 struct opp_table *opp_table; in _find_opp_table_unlocked() local 76 struct opp_table *opp_table; in _find_opp_table() local 157 struct opp_table *opp_table; in dev_pm_opp_get_max_clock_latency() local 180 struct opp_table *opp_table; in dev_pm_opp_get_max_volt_latency() local 266 struct opp_table *opp_table; in dev_pm_opp_get_suspend_opp_freq() local 282 int _get_opp_count(struct opp_table *opp_table) in _get_opp_count() 308 struct opp_table *opp_table; in dev_pm_opp_get_opp_count() local 353 struct opp_table *opp_table; in dev_pm_opp_find_freq_exact() local 384 static noinline struct dev_pm_opp *_find_freq_ceil(struct opp_table *opp_table, in _find_freq_ceil() [all …]
|
D | debugfs.c | 39 struct opp_table *opp_table, in opp_debug_create_supplies() 76 int opp_debug_create_one(struct dev_pm_opp *opp, struct opp_table *opp_table) in opp_debug_create_one() 131 struct opp_table *opp_table) in opp_list_debug_create_dir() 152 struct opp_table *opp_table) 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() 197 struct opp_table *opp_table) in opp_migrate_dentry() 234 struct opp_table *opp_table) in opp_debug_unregister()
|
D | of.c | 28 struct opp_table *opp_table, *managed_table = NULL; in _managed_opp() local 55 void _of_init_opp_table(struct opp_table *opp_table, struct device *dev) in _of_init_opp_table() 75 static bool _opp_is_supported(struct device *dev, struct opp_table *opp_table, in _opp_is_supported() 113 struct opp_table *opp_table) in opp_parse_supplies() 286 static int _opp_add_static_v2(struct opp_table *opp_table, struct device *dev, in _opp_add_static_v2() 384 struct opp_table *opp_table; in _of_add_opp_table_v2() local 449 struct opp_table *opp_table; in _of_add_opp_table_v1() local 728 struct opp_table *opp_table; in of_dev_pm_opp_find_required_opp() local
|
D | cpu.c | 161 struct opp_table *opp_table; in dev_pm_opp_set_sharing_cpus() local 210 struct opp_table *opp_table; in dev_pm_opp_get_sharing_cpus() local
|
/Linux-v4.19/include/linux/ |
D | pm_opp.h | 139 static inline void dev_pm_opp_put_opp_table(struct opp_table *opp_table) {} in dev_pm_opp_put_opp_table() 238 static inline void dev_pm_opp_put_supported_hw(struct opp_table *opp_table) {} in dev_pm_opp_put_supported_hw() 246 static inline void dev_pm_opp_unregister_set_opp_helper(struct opp_table *opp_table) {} in dev_pm_opp_unregister_set_opp_helper() 253 static inline void dev_pm_opp_put_prop_name(struct opp_table *opp_table) {} in dev_pm_opp_put_prop_name() 260 static inline void dev_pm_opp_put_regulators(struct opp_table *opp_table) {} in dev_pm_opp_put_regulators() 267 static inline void dev_pm_opp_put_clkname(struct opp_table *opp_table) {} in dev_pm_opp_put_clkname()
|
/Linux-v4.19/drivers/cpufreq/ |
D | cpufreq-dt.c | 31 struct opp_table *opp_table; member 155 struct opp_table *opp_table = NULL; in cpufreq_init() local
|
D | sti-cpufreq.c | 163 struct opp_table *opp_table; in sti_cpufreq_set_opp_info() local
|
D | ti-cpufreq.c | 62 struct opp_table *opp_table; member
|