Searched defs:OPP (Results 1 – 1 of 1) sorted by relevance
/linux/rust/kernel/ |
H A D | opp.rs | 295 config_clks(_dev: &Device, _table: &Table, _opp: &OPP, _scaling_down: bool) -> Result config_clks() argument 303 config_regulators( _dev: &Device, _opp_old: &OPP, _opp_new: &OPP, _data: *mut *mut bindings::regulator, _count: u32, ) -> Result config_regulators() argument 304 config_regulators( _dev: &Device, _opp_old: &OPP, _opp_new: &OPP, _data: *mut *mut bindings::regulator, _count: u32, ) -> Result config_regulators() argument 850 opp_from_freq( &self, freq: Hertz, available: Option<bool>, index: Option<u32>, stype: SearchType, ) -> Result<ARef<OPP>> opp_from_freq() argument 889 opp_from_level(&self, mut level: u32, stype: SearchType) -> Result<ARef<OPP>> opp_from_level() argument 915 opp_from_bw(&self, mut bw: u32, index: i32, stype: SearchType) -> Result<ARef<OPP>> opp_from_bw() argument 1035 pub struct OPP(Opaque<bindings::dev_pm_opp>); global() struct 1038 unsafe impl Send for OPP {} global() implementation 1042 unsafe impl Sync for OPP {} global() implementation 1045 unsafe impl AlwaysRefCounted for OPP { global() implementation 1057 impl OPP { global() implementation [all...] |