/linux/drivers/opp/ |
H A D | opp.h | 49 struct opp_table *opp_table; member 126 struct opp_table *opp_table; member 206 struct opp_table { struct 222 enum opp_table_access shared_opp; argument 227 struct opp_table **required_opp_tables; argument 228 struct device **required_devs; 229 unsigned int required_opp_count; 253 bool _opp_remove_all_static(struct opp_table *opp_table); argument 266 static inline bool lazy_linking_pending(struct opp_table *opp_table) in lazy_linking_pending() 277 static inline void _of_init_opp_table(struct opp_table *opp_table, struct device *dev, int index) {} in _of_init_opp_table() [all …]
|
H A D | of.c | 47 struct opp_table *opp_table, *managed_table = NULL; in _managed_opp() local 74 static struct dev_pm_opp *_find_opp_of_np(struct opp_table *opp_table, in _find_opp_of_np() 99 struct opp_table *opp_table; in _find_table_of_opp_np() local 116 static void _opp_table_free_required_tables(struct opp_table *opp_table) in _opp_table_free_required_tables() 144 static void _opp_table_alloc_required_tables(struct opp_table *opp_table, in _opp_table_alloc_required_tables() 199 void _of_init_opp_table(struct opp_table *opp_table, struct device *dev, in _of_init_opp_table() 236 void _of_clear_opp_table(struct opp_table *opp_table) in _of_clear_opp_table() 246 static void _of_opp_free_required_opps(struct opp_table *opp_table, in _of_opp_free_required_opps() 267 void _of_clear_opp(struct opp_table *opp_table, struct dev_pm_opp *opp) in _of_clear_opp() 293 static int _of_opp_alloc_required_opps(struct opp_table *opp_table, in _of_opp_alloc_required_opps() [all …]
|
H A D | cpu.c | 44 struct cpufreq_frequency_table **opp_table) in dev_pm_opp_init_cpufreq_table() 96 struct cpufreq_frequency_table **opp_table) in dev_pm_opp_free_cpufreq_table()
|
/linux/drivers/cpufreq/ |
H 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() localVariable
|
/linux/drivers/devfreq/ |
H 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
|
H A D | governor.h | 69 struct opp_table *opp_table; member
|
H A D | tegra30-devfreq.c | 825 struct opp_table *opp_table, in tegra_devfreq_config_clks_nop()
|
/linux/include/linux/ |
H A D | pm_opp.h | 212 dev_pm_opp_get_opp_table_ref(struct opp_table * opp_table) dev_pm_opp_get_opp_table_ref() argument 217 dev_pm_opp_put_opp_table(struct opp_table * opp_table) dev_pm_opp_put_opp_table() argument 415 dev_pm_opp_config_clks_simple(struct device * dev,struct opp_table * opp_table,struct dev_pm_opp * opp,void * data,bool scaling_down) dev_pm_opp_config_clks_simple() argument 578 dev_pm_opp_of_find_icc_paths(struct device * dev,struct opp_table * opp_table) dev_pm_opp_of_find_icc_paths() argument [all...] |
H A D | devfreq.h | 191 struct opp_table *opp_table; member
|
H A D | pm_domain.h | 213 struct opp_table *opp_table; /* OPP table of the genpd */ global() member
|
/linux/drivers/soc/samsung/ |
H A D | exynos-asv.c | 88 struct opp_table *opp_table; in exynos_asv_update_opps() local
|
/linux/arch/arm/boot/dts/ti/davinci/ |
H A D | da850.dtsi | 32 opp_table: opp-table { label
|
/linux/rust/kernel/ |
H A D | opp.rs | 515 config_clks( dev: *mut bindings::device, opp_table: *mut bindings::opp_table, opp: *mut bindings::dev_pm_opp, _data: *mut c_void, scaling_down: bool, ) -> c_int config_clks() argument 623 from_raw_table(ptr: *mut bindings::opp_table, dev: &ARef<Device>) -> Self from_raw_table() argument [all...] |
/linux/drivers/ufs/core/ |
H A D | ufshcd.c | 1146 int ufshcd_opp_config_clks(struct device *dev, struct opp_table *opp_table, in ufshcd_opp_config_clks()
|