Home
last modified time | relevance | path

Searched defs:opp_table (Results 1 – 7 of 7) 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 …]
/linux/drivers/cpufreq/
H A Drcpufreq_dt.rs40 opp_table: opp::Table, field
99 let mut opp_table = match opp::Table::from_of_cpumask(dev, &mut mask) { in init() localVariable
/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.rs517 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 Ddevfreq.h191 struct opp_table *opp_table; member
/linux/drivers/ufs/core/
H A Dufshcd.c1151 int ufshcd_opp_config_clks(struct device *dev, struct opp_table *opp_table, in ufshcd_opp_config_clks()