Home
last modified time | relevance | path

Searched refs:get_device (Results 1 – 4 of 4) sorted by relevance

/rust/kernel/
A Ddevice.rs59 pub unsafe fn get_device(ptr: *mut bindings::device) -> ARef<Self> { in get_device() method
298 unsafe { bindings::get_device(self.as_raw()) }; in inc_ref()
A Dplatform.rs298 unsafe { bindings::get_device(self.as_ref().as_raw()) }; in inc_ref()
A Dauxiliary.rs251 unsafe { bindings::get_device(self.as_ref().as_raw()) }; in inc_ref()
A Dopp.rs522 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