| /drivers/opp/ |
| A D | core.c | 55 struct opp_table *opp_table; in _find_opp_table_unlocked() local 1403 struct opp_table *opp_table) in _add_opp_dev() argument 1425 struct opp_table *opp_table; in _allocate_opp_table() local 1546 struct opp_table *opp_table; in _add_opp_table_indexed() local 1661 struct opp_table *opp_table = opp->opp_table; in _opp_kref_release() local 1832 struct opp_table *opp_table) in _opp_supported_by_regulators() argument 1975 struct opp_table *opp_table) in _opp_add() argument 1990 new_opp->opp_table = opp_table; in _opp_add() 2445 struct opp_table *opp_table; in dev_pm_opp_set_config() local 2460 data->opp_table = opp_table; in dev_pm_opp_set_config() [all …]
|
| A D | opp.h | 49 struct opp_table *opp_table; member 126 struct opp_table *opp_table; member 206 struct opp_table { struct 253 bool _opp_remove_all_static(struct opp_table *opp_table); argument 254 int _get_opp_count(struct opp_table *opp_table); 257 struct dev_pm_opp *_opp_allocate(struct opp_table *opp_table); 266 static inline bool lazy_linking_pending(struct opp_table *opp_table) in lazy_linking_pending() argument 273 void _of_clear_opp_table(struct opp_table *opp_table); 292 struct opp_table *opp_table) { } in opp_debug_create_one() argument 295 struct opp_table *opp_table) { } in opp_debug_register() argument [all …]
|
| A D | of.c | 47 struct opp_table *opp_table, *managed_table = NULL; in _managed_opp() local 99 struct opp_table *opp_table; in _find_table_of_opp_np() local 236 void _of_clear_opp_table(struct opp_table *opp_table) in _of_clear_opp_table() argument 345 struct opp_table *opp_table, *temp, **required_opp_tables; in lazy_link_required_opp_table() local 439 struct opp_table *opp_table) in dev_pm_opp_of_find_icc_paths() argument 553 struct opp_table *opp_table, in _parse_named_prop() argument 616 struct opp_table *opp_table, bool *triplet) in opp_parse_microvolt() argument 644 struct opp_table *opp_table) in opp_parse_supplies() argument 803 struct opp_table *opp_table, struct device_node *np) in _read_opp_key() argument 1065 struct opp_table *opp_table; in _of_add_table_indexed() local [all …]
|
| A D | debugfs.c | 57 struct opp_table *opp_table, in opp_debug_create_bw() argument 80 struct opp_table *opp_table, in opp_debug_create_clks() argument 98 struct opp_table *opp_table, in opp_debug_create_supplies() argument 129 void opp_debug_create_one(struct dev_pm_opp *opp, struct opp_table *opp_table) in opp_debug_create_one() argument 172 struct opp_table *opp_table) in opp_list_debug_create_dir() argument 183 opp_table->dentry = d; in opp_list_debug_create_dir() 187 struct opp_table *opp_table) in opp_list_debug_create_link() argument 207 void opp_debug_register(struct opp_device *opp_dev, struct opp_table *opp_table) in opp_debug_register() argument 209 if (opp_table->dentry) in opp_debug_register() 216 struct opp_table *opp_table) in opp_migrate_dentry() argument [all …]
|
| A D | cpu.c | 78 *opp_table = &freq_table[0]; in dev_pm_opp_init_cpufreq_table() 98 if (!opp_table) in dev_pm_opp_free_cpufreq_table() 101 kfree(*opp_table); in dev_pm_opp_free_cpufreq_table() 102 *opp_table = NULL; in dev_pm_opp_free_cpufreq_table() 157 struct opp_table *opp_table __free(put_opp_table); in dev_pm_opp_set_sharing_cpus() 163 if (IS_ERR(opp_table)) in dev_pm_opp_set_sharing_cpus() 164 return PTR_ERR(opp_table); in dev_pm_opp_set_sharing_cpus() 204 struct opp_table *opp_table __free(put_opp_table); in dev_pm_opp_get_sharing_cpus() 208 if (IS_ERR(opp_table)) in dev_pm_opp_get_sharing_cpus() 209 return PTR_ERR(opp_table); in dev_pm_opp_get_sharing_cpus() [all …]
|
| /drivers/devfreq/ |
| A D | governor_passive.c | 43 if (parent_cpu_data->opp_table) in delete_parent_cpu_data() 51 struct opp_table *p_opp_table, in get_target_freq_by_required_opp() 52 struct opp_table *opp_table, in get_target_freq_by_required_opp() argument 105 parent_cpu_data->opp_table, in get_target_freq_with_cpufreq() 106 devfreq->opp_table, &cpu_cur); in get_target_freq_with_cpufreq() 141 parent_devfreq->opp_table, in get_target_freq_with_devfreq() 142 devfreq->opp_table, freq); in get_target_freq_with_devfreq() 257 struct opp_table *opp_table = NULL; in cpufreq_passive_register_notifier() local 303 if (IS_ERR(opp_table)) { in cpufreq_passive_register_notifier() 305 ret = PTR_ERR(opp_table); in cpufreq_passive_register_notifier() [all …]
|
| A D | governor.h | 69 struct opp_table *opp_table; member
|
| A D | devfreq.c | 780 if (devfreq->opp_table) in devfreq_dev_release() 781 dev_pm_opp_put_opp_table(devfreq->opp_table); in devfreq_dev_release() 876 devfreq->opp_table = dev_pm_opp_get_opp_table(dev); in devfreq_add_device() 877 if (IS_ERR(devfreq->opp_table)) in devfreq_add_device() 878 devfreq->opp_table = NULL; in devfreq_add_device()
|
| A D | tegra30-devfreq.c | 825 struct opp_table *opp_table, in tegra_devfreq_config_clks_nop() argument
|
| /drivers/soc/samsung/ |
| A D | exynos-asv.c | 83 struct opp_table *last_opp_table = NULL; in exynos_asv_update_opps() 88 struct opp_table *opp_table; in exynos_asv_update_opps() local 94 opp_table = dev_pm_opp_get_opp_table(cpu); in exynos_asv_update_opps() 95 if (IS_ERR(opp_table)) in exynos_asv_update_opps() 98 if (!last_opp_table || opp_table != last_opp_table) { in exynos_asv_update_opps() 99 last_opp_table = opp_table; in exynos_asv_update_opps() 114 dev_pm_opp_put_opp_table(opp_table); in exynos_asv_update_opps()
|
| /drivers/cpufreq/ |
| A D | rcpufreq_dt.rs | 44 opp_table: opp::Table, field 103 let mut opp_table = match opp::Table::from_of_cpumask(dev, &mut mask) { in init() variables 116 opp_table.opp_count()?; in init() 121 opp_table.set_sharing_cpus(&mut mask)?; in init() 124 let mut transition_latency = opp_table.max_transition_latency_ns() as u32; in init() 131 .set_suspend_freq(opp_table.suspend_freq()) in init() 134 let freq_table = opp_table.cpufreq_table()?; in init() 145 opp_table, in init() 184 data.opp_table.set_rate(freq) in target_index()
|
| A D | airoha-cpufreq.c | 23 struct opp_table *opp_table, in airoha_cpufreq_config_clks_nop() argument
|
| A D | tegra194-cpufreq.c | 425 struct cpufreq_frequency_table **opp_table) in tegra_cpufreq_init_cpufreq_table() argument 493 *opp_table = &freq_table[0]; in tegra_cpufreq_init_cpufreq_table()
|
| /drivers/pmdomain/ |
| A D | core.c | 406 return dev_pm_opp_xlate_performance_state(genpd->opp_table, in genpd_xlate_performance_state() 407 parent->opp_table, in genpd_xlate_performance_state() 2401 genpd->opp_table = NULL; in pm_genpd_init() 2700 WARN_ON(IS_ERR(genpd->opp_table)); in of_genpd_add_provider_simple() 2713 if (genpd->opp_table) { in of_genpd_add_provider_simple() 2714 dev_pm_opp_put_opp_table(genpd->opp_table); in of_genpd_add_provider_simple() 2791 WARN_ON(IS_ERR(genpd->opp_table)); in of_genpd_add_provider_onecell() 2814 if (genpd->opp_table) { in of_genpd_add_provider_onecell() 2815 dev_pm_opp_put_opp_table(genpd->opp_table); in of_genpd_add_provider_onecell() 2848 if (gpd->opp_table) { in of_genpd_del_provider() [all …]
|
| /drivers/ufs/core/ |
| A D | ufshcd.c | 1146 int ufshcd_opp_config_clks(struct device *dev, struct opp_table *opp_table, in ufshcd_opp_config_clks() argument
|