Searched defs:opp_table (Results 1 – 12 of 12) sorted by relevance
| /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() 428 int _get_opp_count(struct opp_table *opp_table) in _get_opp_count() 541 static struct dev_pm_opp *_opp_table_find_key(struct opp_table *opp_table, in _opp_table_find_key() 546 bool (*assert)(struct opp_table *opp_table, unsigned int index)) in _opp_table_find_key() 572 static struct dev_pm_opp *_opp_table_find_opp_key(struct opp_table *opp_table, in _opp_table_find_opp_key() 578 bool (*assert)(struct opp_table *opp_table, unsigned int index)) in _opp_table_find_opp_key() [all …]
|
| H A D | of.c | 47 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() 99 struct opp_table *opp_table; in _find_table_of_opp_np() local 118 static void _opp_table_free_required_tables(struct opp_table *opp_table) in _opp_table_free_required_tables() 146 static void _opp_table_alloc_required_tables(struct opp_table *opp_table, in _opp_table_alloc_required_tables() 202 void _of_init_opp_table(struct opp_table *opp_table, struct device *dev, in _of_init_opp_table() 240 void _of_clear_opp_table(struct opp_table *opp_table) in _of_clear_opp_table() 250 static void _of_opp_free_required_opps(struct opp_table *opp_table, in _of_opp_free_required_opps() 271 void _of_clear_opp(struct opp_table *opp_table, struct dev_pm_opp *opp) in _of_clear_opp() 297 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/devfreq/ |
| H A D | governor_passive.c | 39 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 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/drivers/cpufreq/ |
| H A D | tegra186-cpufreq.c | 98 struct cpufreq_frequency_table **opp_table) in tegra_cpufreq_init_cpufreq_table()
|
| H A D | tegra194-cpufreq.c | 425 struct cpufreq_frequency_table **opp_table) in tegra_cpufreq_init_cpufreq_table()
|
| /linux/rust/kernel/ |
| H A D | opp.rs | 517 opp_table: *mut bindings::opp_table, in config_clks() argument 625 unsafe fn from_raw_table(ptr: *mut bindings::opp_table, dev: &ARef<Device>) -> Self { in from_raw_table()
|
| /linux/include/linux/ |
| H A D | devfreq.h | 191 struct opp_table *opp_table; member
|
| /linux/drivers/ufs/core/ |
| H A D | ufshcd.c | 1155 int ufshcd_opp_config_clks(struct device *dev, struct opp_table *opp_table, in ufshcd_opp_config_clks() argument
|