Home
last modified time | relevance | path

Searched defs:dev_pm_opp (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/opp/
H A Dopp.h108 struct dev_pm_opp { struct
120 struct dev_pm_opp_supply *supplies; argument
121 struct dev_pm_opp_icc_bw *bandwidth; argument
125 struct dev_pm_opp **required_opps; argument
126 struct opp_table *opp_table;
128 struct device_node *np;
131 struct dentry *dentry;
132 const char *of_name;
/linux/rust/kernel/
H A Dopp.rs516 opp: *mut bindings::dev_pm_opp, in config_clks()
540 old_opp: *mut bindings::dev_pm_opp, in config_regulators()
541 new_opp: *mut bindings::dev_pm_opp, in config_regulators()
1094 fn as_raw(&self) -> *mut bindings::dev_pm_opp { in as_raw()