/Linux-v5.15/drivers/opp/ |
D | opp.h | 93 struct opp_table *opp_table; member 173 struct opp_table { struct 189 enum opp_table_access shared_opp; argument 196 struct opp_table **required_opp_tables; argument 197 unsigned int required_opp_count; 199 unsigned int *supported_hw; 223 bool _opp_remove_all_static(struct opp_table *opp_table); argument 238 static inline bool lazy_linking_pending(struct opp_table *opp_table) in lazy_linking_pending() 250 static inline void _of_init_opp_table(struct opp_table *opp_table, struct device *dev, int index) {} in _of_init_opp_table() 251 static inline void _of_clear_opp_table(struct opp_table *opp_table) {} in _of_clear_opp_table() [all …]
|
D | core.c | 39 static bool _find_opp_dev(const struct device *dev, struct opp_table *opp_table) in _find_opp_dev() 57 struct opp_table *opp_table; in _find_opp_table_unlocked() local 82 struct opp_table *opp_table; in _find_opp_table() local 207 struct opp_table *opp_table; in dev_pm_opp_get_max_clock_latency() local 230 struct opp_table *opp_table; in dev_pm_opp_get_max_volt_latency() local 316 struct opp_table *opp_table; in dev_pm_opp_get_suspend_opp_freq() local 332 int _get_opp_count(struct opp_table *opp_table) in _get_opp_count() 358 struct opp_table *opp_table; in dev_pm_opp_get_opp_count() local 403 struct opp_table *opp_table; in dev_pm_opp_find_freq_exact() local 452 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() 104 struct opp_table *opp_table; in _find_table_of_opp_np() local 129 static void _opp_table_free_required_tables(struct opp_table *opp_table) in _opp_table_free_required_tables() 155 static void _opp_table_alloc_required_tables(struct opp_table *opp_table, in _opp_table_alloc_required_tables() 208 void _of_init_opp_table(struct opp_table *opp_table, struct device *dev, in _of_init_opp_table() 248 void _of_clear_opp_table(struct opp_table *opp_table) in _of_clear_opp_table() 257 void _of_opp_free_required_opps(struct opp_table *opp_table, in _of_opp_free_required_opps() 279 static int _of_opp_alloc_required_opps(struct opp_table *opp_table, in _of_opp_alloc_required_opps() 329 static int lazy_link_required_opps(struct opp_table *opp_table, in lazy_link_required_opps() [all …]
|
D | debugfs.c | 54 struct opp_table *opp_table, in opp_debug_create_bw() 77 struct opp_table *opp_table, in opp_debug_create_supplies() 105 void opp_debug_create_one(struct dev_pm_opp *opp, struct opp_table *opp_table) in opp_debug_create_one() 144 struct opp_table *opp_table) in opp_list_debug_create_dir() 159 struct opp_table *opp_table) 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() 188 struct opp_table *opp_table) in opp_migrate_dentry() 225 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.15/drivers/cpufreq/ |
D | tegra20-cpufreq.c | 35 static void tegra20_cpufreq_put_supported_hw(void *opp_table) in tegra20_cpufreq_put_supported_hw() 48 struct opp_table *opp_table; in tegra20_cpufreq_probe() local
|
D | cpufreq-dt.c | 32 struct opp_table *opp_table; member
|
D | sti-cpufreq.c | 161 struct opp_table *opp_table; in sti_cpufreq_set_opp_info() local
|
D | ti-cpufreq.c | 63 struct opp_table *opp_table; member
|
/Linux-v5.15/include/linux/ |
D | pm_opp.h | 182 static inline void dev_pm_opp_put_opp_table(struct opp_table *opp_table) {} in dev_pm_opp_put_opp_table() 323 static inline void dev_pm_opp_put_supported_hw(struct opp_table *opp_table) {} in dev_pm_opp_put_supported_hw() 338 static inline void dev_pm_opp_unregister_set_opp_helper(struct opp_table *opp_table) {} in dev_pm_opp_unregister_set_opp_helper() 351 static inline void dev_pm_opp_put_prop_name(struct opp_table *opp_table) {} in dev_pm_opp_put_prop_name() 358 static inline void dev_pm_opp_put_regulators(struct opp_table *opp_table) {} in dev_pm_opp_put_regulators() 372 static inline void dev_pm_opp_put_clkname(struct opp_table *opp_table) {} in dev_pm_opp_put_clkname() 384 static inline void dev_pm_opp_detach_genpd(struct opp_table *opp_table) {} in dev_pm_opp_detach_genpd() 521 static inline int dev_pm_opp_of_find_icc_paths(struct device *dev, struct opp_table *opp_table) in dev_pm_opp_of_find_icc_paths()
|
D | devfreq.h | 183 struct opp_table *opp_table; member
|
D | pm_domain.h | 131 struct opp_table *opp_table; /* OPP table of the genpd */ member
|
/Linux-v5.15/drivers/soc/samsung/ |
D | exynos-asv.c | 86 struct opp_table *opp_table; in exynos_asv_update_opps() local
|
/Linux-v5.15/drivers/devfreq/ |
D | exynos-bus.c | 36 struct opp_table *opp_table; member 182 struct opp_table *opp_table; in exynos_bus_parent_parse_of() local
|
D | tegra30-devfreq.c | 181 struct opp_table *opp_table; member
|
/Linux-v5.15/arch/arm/boot/dts/ |
D | da850.dtsi | 32 opp_table: opp-table { label
|