Home
last modified time | relevance | path

Searched defs:opp_table (Results 1 – 9 of 9) 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
75 static struct dev_pm_opp *_find_opp_of_np(struct opp_table *opp_table, in _find_opp_of_np() argument
99 struct opp_table *opp_table; _find_table_of_opp_np() local
118 _opp_table_free_required_tables(struct opp_table * opp_table) _opp_table_free_required_tables() argument
146 _opp_table_alloc_required_tables(struct opp_table * opp_table,struct device * dev,struct device_node * opp_np) _opp_table_alloc_required_tables() argument
202 _of_init_opp_table(struct opp_table * opp_table,struct device * dev,int index) _of_init_opp_table() argument
240 _of_clear_opp_table(struct opp_table * opp_table) _of_clear_opp_table() argument
250 _of_opp_free_required_opps(struct opp_table * opp_table,struct dev_pm_opp * opp) _of_opp_free_required_opps() argument
271 _of_clear_opp(struct opp_table * opp_table,struct dev_pm_opp * opp) _of_clear_opp() argument
297 _of_opp_alloc_required_opps(struct opp_table * opp_table,struct dev_pm_opp * opp) _of_opp_alloc_required_opps() argument
331 lazy_link_required_opps(struct opp_table * opp_table,struct opp_table * new_table,int index) lazy_link_required_opps() argument
349 struct opp_table *opp_table, *temp, **required_opp_tables; lazy_link_required_opp_table() local
405 _bandwidth_supported(struct device * dev,struct opp_table * opp_table) _bandwidth_supported() argument
443 dev_pm_opp_of_find_icc_paths(struct device * dev,struct opp_table * opp_table) dev_pm_opp_of_find_icc_paths() argument
500 _opp_is_supported(struct device * dev,struct opp_table * opp_table,struct device_node * np) _opp_is_supported() argument
557 _parse_named_prop(struct dev_pm_opp * opp,struct device * dev,struct opp_table * opp_table,const char * prop_type,bool * triplet) _parse_named_prop() argument
620 opp_parse_microvolt(struct dev_pm_opp * opp,struct device * dev,struct opp_table * opp_table,bool * triplet) opp_parse_microvolt() argument
648 opp_parse_supplies(struct dev_pm_opp * opp,struct device * dev,struct opp_table * opp_table) opp_parse_supplies() argument
721 _read_rate(struct dev_pm_opp * new_opp,struct opp_table * opp_table,struct device_node * np) _read_rate() argument
765 _read_bw(struct dev_pm_opp * new_opp,struct opp_table * opp_table,struct device_node * np,bool peak) _read_bw() argument
807 _read_opp_key(struct dev_pm_opp * new_opp,struct opp_table * opp_table,struct device_node * np) _read_opp_key() argument
866 _opp_add_static_v2(struct opp_table * opp_table,struct device * dev,struct device_node * np) _opp_add_static_v2() argument
957 _of_add_opp_table_v2(struct device * dev,struct opp_table * opp_table) _of_add_opp_table_v2() argument
1003 _of_add_opp_table_v1(struct device * dev,struct opp_table * opp_table) _of_add_opp_table_v1() argument
1067 struct opp_table *opp_table; _of_add_table_indexed() local
[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/devfreq/
H A Dgovernor_passive.c39 struct opp_table *opp_table; member
77 struct opp_table *opp_table, in get_target_freq_by_required_opp()
282 struct opp_table *opp_table = NULL; in cpufreq_passive_register_notifier() local
/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/drivers/cpufreq/
H A Dtegra186-cpufreq.c98 struct cpufreq_frequency_table **opp_table) in tegra_cpufreq_init_cpufreq_table()
/linux/rust/kernel/
H A Dopp.rs517 opp_table: *mut bindings::opp_table, in config_clks() argument
625 from_raw_table(ptr: *mut bindings::opp_table, dev: &ARef<Device>) -> Self from_raw_table() argument
[all...]
/linux/include/linux/
H A Ddevfreq.h191 struct opp_table *opp_table; member