Searched defs:opp_table (Results 1 – 12 of 12) sorted by relevance
/Linux-v5.4/drivers/opp/ |
D | opp.h | 88 struct opp_table *opp_table; member 163 struct opp_table { struct 180 enum opp_table_access shared_opp; argument 185 struct opp_table **required_opp_tables; argument 208 void _opp_remove_all_static(struct opp_table *opp_table); argument 229 static inline void _of_init_opp_table(struct opp_table *opp_table, struct device *dev, int index) {} in _of_init_opp_table() 230 static inline void _of_clear_opp_table(struct opp_table *opp_table) {} in _of_clear_opp_table() 232 static inline void _of_opp_free_required_opps(struct opp_table *opp_table, in _of_opp_free_required_opps() 245 struct opp_table *opp_table) { } in opp_debug_create_one() 248 struct opp_table *opp_table) { } in opp_debug_register() [all …]
|
D | core.c | 34 struct opp_table *opp_table) in _find_opp_dev() 47 struct opp_table *opp_table; in _find_opp_table_unlocked() local 78 struct opp_table *opp_table; in _find_opp_table() local 177 struct opp_table *opp_table; in dev_pm_opp_get_max_clock_latency() local 200 struct opp_table *opp_table; in dev_pm_opp_get_max_volt_latency() local 286 struct opp_table *opp_table; in dev_pm_opp_get_suspend_opp_freq() local 302 int _get_opp_count(struct opp_table *opp_table) in _get_opp_count() 328 struct opp_table *opp_table; in dev_pm_opp_get_opp_count() local 373 struct opp_table *opp_table; in dev_pm_opp_find_freq_exact() local 422 struct opp_table *opp_table; in dev_pm_opp_find_level_exact() local [all …]
|
D | of.c | 44 struct opp_table *opp_table, *managed_table = NULL; in _managed_opp() local 75 static struct dev_pm_opp *_find_opp_of_np(struct opp_table *opp_table, in _find_opp_of_np() 112 struct opp_table *opp_table; in _find_table_of_opp_np() local 136 static void _opp_table_free_required_tables(struct opp_table *opp_table) in _opp_table_free_required_tables() 161 static void _opp_table_alloc_required_tables(struct opp_table *opp_table, in _opp_table_alloc_required_tables() 219 void _of_init_opp_table(struct opp_table *opp_table, struct device *dev, in _of_init_opp_table() 259 void _of_clear_opp_table(struct opp_table *opp_table) in _of_clear_opp_table() 268 void _of_opp_free_required_opps(struct opp_table *opp_table, in _of_opp_free_required_opps() 290 static int _of_opp_alloc_required_opps(struct opp_table *opp_table, in _of_opp_alloc_required_opps() 335 static bool _opp_is_supported(struct device *dev, struct opp_table *opp_table, in _opp_is_supported() [all …]
|
D | debugfs.c | 36 struct opp_table *opp_table, in opp_debug_create_supplies() 64 void opp_debug_create_one(struct dev_pm_opp *opp, struct opp_table *opp_table) in opp_debug_create_one() 102 struct opp_table *opp_table) in opp_list_debug_create_dir() 117 struct opp_table *opp_table) 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() 146 struct opp_table *opp_table) in opp_migrate_dentry() 183 struct opp_table *opp_table) in opp_debug_unregister()
|
D | cpu.c | 159 struct opp_table *opp_table; in dev_pm_opp_set_sharing_cpus() local 208 struct opp_table *opp_table; in dev_pm_opp_get_sharing_cpus() local
|
/Linux-v5.4/include/linux/ |
D | pm_opp.h | 152 static inline void dev_pm_opp_put_opp_table(struct opp_table *opp_table) {} in dev_pm_opp_put_opp_table() 272 static inline void dev_pm_opp_put_supported_hw(struct opp_table *opp_table) {} in dev_pm_opp_put_supported_hw() 280 static inline void dev_pm_opp_unregister_set_opp_helper(struct opp_table *opp_table) {} in dev_pm_opp_unregister_set_opp_helper() 287 static inline void dev_pm_opp_put_prop_name(struct opp_table *opp_table) {} in dev_pm_opp_put_prop_name() 294 static inline void dev_pm_opp_put_regulators(struct opp_table *opp_table) {} in dev_pm_opp_put_regulators() 301 static inline void dev_pm_opp_put_clkname(struct opp_table *opp_table) {} in dev_pm_opp_put_clkname() 308 static inline void dev_pm_opp_detach_genpd(struct opp_table *opp_table) {} in dev_pm_opp_detach_genpd()
|
D | pm_domain.h | 115 struct opp_table *opp_table; /* OPP table of the genpd */ member
|
/Linux-v5.4/drivers/cpufreq/ |
D | cpufreq-dt.c | 27 struct opp_table *opp_table; member 151 struct opp_table *opp_table = NULL; in cpufreq_init() local
|
D | sti-cpufreq.c | 160 struct opp_table *opp_table; in sti_cpufreq_set_opp_info() local
|
D | ti-cpufreq.c | 54 struct opp_table *opp_table; member
|
/Linux-v5.4/drivers/devfreq/ |
D | exynos-bus.c | 36 struct opp_table *opp_table; member 179 struct opp_table *opp_table; in exynos_bus_parent_parse_of() local
|
/Linux-v5.4/arch/arm/boot/dts/ |
D | da850.dtsi | 32 opp_table: opp-table { label
|