Home
last modified time | relevance | path

Searched defs:opp_table (Results 1 – 14 of 14) sorted by relevance

/linux/drivers/opp/
H A Dopp.h49 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 Dof.c47 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 Dcpu.c44 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 Drcpufreq_dt.rs44 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 Dgovernor_passive.c52 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 Dgovernor.h69 struct opp_table *opp_table; member
H A Dtegra30-devfreq.c825 struct opp_table *opp_table, in tegra_devfreq_config_clks_nop()
/linux/include/linux/
H A Dpm_opp.h212 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 Ddevfreq.h191 struct opp_table *opp_table; member
H A Dpm_domain.h213 struct opp_table *opp_table; /* OPP table of the genpd */ global() member
/linux/drivers/soc/samsung/
H A Dexynos-asv.c88 struct opp_table *opp_table; in exynos_asv_update_opps() local
/linux/arch/arm/boot/dts/ti/davinci/
H A Dda850.dtsi32 opp_table: opp-table { label
/linux/rust/kernel/
H A Dopp.rs515 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 Dufshcd.c1146 int ufshcd_opp_config_clks(struct device *dev, struct opp_table *opp_table, in ufshcd_opp_config_clks()