Home
last modified time | relevance | path

Searched defs:opp_table (Results 1 – 8 of 8) 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 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