/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 | core.c | 40 static bool _find_opp_dev(const struct device *dev, struct opp_table *opp_table) in _find_opp_dev() 55 struct opp_table *opp_table; in _find_opp_table_unlocked() local 94 static bool assert_single_clk(struct opp_table *opp_table, in assert_single_clk() 103 static bool assert_clk_index(struct opp_table *opp_table, in assert_clk_index() 112 static bool assert_bandwidth_index(struct opp_table *opp_table, in assert_bandwidth_index() 426 int _get_opp_count(struct opp_table *opp_table) in _get_opp_count() 513 static struct dev_pm_opp *_opp_table_find_key(struct opp_table *opp_table, in _opp_table_find_key() 518 bool (*assert)(struct opp_table *opp_table, unsigned int index)) in _opp_table_find_key() 549 bool (*assert)(struct opp_table *opp_table, unsigned int index)) in _find_key() 567 bool (*assert)(struct opp_table *opp_table, unsigned int index)) in _find_key_exact() [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 static inline struct opp_table *dev_pm_opp_get_opp_table_ref(struct opp_table *opp_table) in dev_pm_opp_get_opp_table_ref() 217 static inline void dev_pm_opp_put_opp_table(struct opp_table *opp_table) {} in dev_pm_opp_put_opp_table() 415 struct opp_table *opp_table, struct dev_pm_opp *opp, void *data, in dev_pm_opp_config_clks_simple() 578 static inline int dev_pm_opp_of_find_icc_paths(struct device *dev, struct opp_table *opp_table) in dev_pm_opp_of_find_icc_paths()
|
H A D | devfreq.h | 187 struct opp_table *opp_table; member
|
H A D | pm_domain.h | 193 struct opp_table *opp_table; /* OPP table of the genpd */ 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 opp_table: *mut bindings::opp_table, in config_clks() argument 623 unsafe fn from_raw_table(ptr: *mut bindings::opp_table, dev: &ARef<Device>) -> Self { in from_raw_table()
|
/linux/arch/arm64/boot/dts/qcom/ |
H A D | msm8939.dtsi | 1464 opp_table: opp-table { label
|
/linux/drivers/ufs/core/ |
H A D | ufshcd.c | 1118 int ufshcd_opp_config_clks(struct device *dev, struct opp_table *opp_table, in ufshcd_opp_config_clks()
|