Searched refs:from_raw_opp (Results 1 – 1 of 1) sorted by relevance
530 unsafe { OPP::from_raw_opp(opp)? }, in config_clks()553 unsafe { OPP::from_raw_opp(old_opp)? }, in config_regulators()555 unsafe { OPP::from_raw_opp(new_opp)? }, in config_regulators()1086 pub unsafe fn from_raw_opp<'a>(ptr: *mut bindings::dev_pm_opp) -> Result<&'a Self> { in from_raw_opp() method