Searched refs:get_device (Results 1 – 4 of 4) sorted by relevance
59 pub unsafe fn get_device(ptr: *mut bindings::device) -> ARef<Self> { in get_device() method298 unsafe { bindings::get_device(self.as_raw()) }; in inc_ref()
298 unsafe { bindings::get_device(self.as_ref().as_raw()) }; in inc_ref()
251 unsafe { bindings::get_device(self.as_ref().as_raw()) }; in inc_ref()
522 let dev = unsafe { Device::get_device(dev) }; in config_clks()547 let dev = unsafe { Device::get_device(dev) }; in config_regulators()
Completed in 9 milliseconds