Searched defs:opp_table (Results 1 – 13 of 13) sorted by relevance
/linux-6.3-rc2/drivers/opp/ |
A D | opp.h | 48 struct opp_table *opp_table; member 114 struct opp_table *opp_table; member 196 struct opp_table { struct 212 enum opp_table_access shared_opp; argument 219 struct opp_table **required_opp_tables; argument 220 unsigned int required_opp_count; 222 unsigned int *supported_hw; 246 bool _opp_remove_all_static(struct opp_table *opp_table); argument 287 struct opp_table *opp_table) { } in opp_debug_create_one() 290 struct opp_table *opp_table) { } in opp_debug_register() [all …]
|
A D | core.c | 61 struct opp_table *opp_table; in _find_opp_table_unlocked() local 86 struct opp_table *opp_table; in _find_opp_table() local 276 struct opp_table *opp_table; in dev_pm_opp_get_max_clock_latency() local 299 struct opp_table *opp_table; in dev_pm_opp_get_max_volt_latency() local 385 struct opp_table *opp_table; in dev_pm_opp_get_suspend_opp_freq() local 427 struct opp_table *opp_table; in dev_pm_opp_get_opp_count() local 535 struct opp_table *opp_table; in _find_key() local 1178 struct opp_table *opp_table; in dev_pm_opp_set_rate() local 1255 struct opp_table *opp_table; in dev_pm_opp_set_opp() local 1304 struct opp_table *opp_table; in _allocate_opp_table() local [all …]
|
A D | of.c | 44 struct opp_table *opp_table, *managed_table = NULL; in _managed_opp() local 104 struct opp_table *opp_table; in _find_table_of_opp_np() local 247 void _of_clear_opp_table(struct opp_table *opp_table) in _of_clear_opp_table() 362 struct opp_table *opp_table, *temp, **required_opp_tables; in lazy_link_required_opp_table() local 462 struct opp_table *opp_table) in dev_pm_opp_of_find_icc_paths() 582 struct opp_table *opp_table, in _parse_named_prop() 645 struct opp_table *opp_table, bool *triplet) in opp_parse_microvolt() 673 struct opp_table *opp_table) in opp_parse_supplies() 832 struct opp_table *opp_table, struct device_node *np) in _read_opp_key() 1101 struct opp_table *opp_table; in _of_add_table_indexed() local [all …]
|
A D | debugfs.c | 55 struct opp_table *opp_table, in opp_debug_create_bw() 78 struct opp_table *opp_table, in opp_debug_create_clks() 96 struct opp_table *opp_table, in opp_debug_create_supplies() 127 void opp_debug_create_one(struct dev_pm_opp *opp, struct opp_table *opp_table) in opp_debug_create_one() 171 struct opp_table *opp_table) in opp_list_debug_create_dir() 186 struct opp_table *opp_table) in opp_list_debug_create_link() 206 void opp_debug_register(struct opp_device *opp_dev, struct opp_table *opp_table) in opp_debug_register() 215 struct opp_table *opp_table) in opp_migrate_dentry() 256 struct opp_table *opp_table) in opp_debug_unregister()
|
A D | cpu.c | 44 struct cpufreq_frequency_table **opp_table) in dev_pm_opp_init_cpufreq_table() 97 struct cpufreq_frequency_table **opp_table) in dev_pm_opp_free_cpufreq_table() 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-6.3-rc2/drivers/devfreq/ |
A D | governor_passive.c | 52 struct opp_table *opp_table, in get_target_freq_by_required_opp() 257 struct opp_table *opp_table = NULL; in cpufreq_passive_register_notifier() local
|
A D | governor.h | 69 struct opp_table *opp_table; member
|
A D | tegra30-devfreq.c | 825 struct opp_table *opp_table, in tegra_devfreq_config_clks_nop()
|
/linux-6.3-rc2/drivers/soc/samsung/ |
A D | exynos-asv.c | 86 struct opp_table *opp_table; in exynos_asv_update_opps() local
|
/linux-6.3-rc2/include/linux/ |
A D | pm_opp.h | 186 static inline void dev_pm_opp_put_opp_table(struct opp_table *opp_table) {} in dev_pm_opp_put_opp_table() 349 struct opp_table *opp_table, struct dev_pm_opp *opp, void *data, in dev_pm_opp_config_clks_simple() 483 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()
|
A D | devfreq.h | 186 struct opp_table *opp_table; member
|
A D | pm_domain.h | 143 struct opp_table *opp_table; /* OPP table of the genpd */ member
|
/linux-6.3-rc2/arch/arm/boot/dts/ |
A D | da850.dtsi | 32 opp_table: opp-table { label
|
Completed in 36 milliseconds