Searched defs:OPP (Results 1 – 1 of 1) sorted by relevance
| /linux/rust/kernel/ |
| H A D | opp.rs | 296 fn config_clks(_dev: &Device, _table: &Table, _opp: &OPP, _scaling_down: bool) -> Result { in config_clks() 304 _opp_old: &OPP, in config_regulators() 305 _opp_new: &OPP, in config_regulators() 849 ) -> Result<ARef<OPP>> { in opp_from_freq() 888 pub fn opp_from_level(&self, mut level: u32, stype: SearchType) -> Result<ARef<OPP>> { in opp_from_level() 914 pub fn opp_from_bw(&self, mut bw: u32, index: i32, stype: SearchType) -> Result<ARef<OPP>> { in opp_from_bw() 1034 pub struct OPP(Opaque<bindings::dev_pm_opp>); struct 1037 unsafe impl Send for OPP {} implementation 1041 unsafe impl Sync for OPP {} implementation 1044 unsafe impl AlwaysRefCounted for OPP { implementation [all …]
|