Home
last modified time | relevance | path

Searched defs:as_ref (Results 1 – 9 of 9) sorted by relevance

/linux-6.14.4/rust/kernel/
Dfaux.rs45 fn as_ref(&self) -> &device::Device { in as_ref() method
Dplatform.rs197 fn as_ref(&self) -> &device::Device { in as_ref() method
Ddevice.rs76 pub unsafe fn as_ref<'a>(ptr: *mut bindings::device) -> &'a Self { in as_ref() method
Dpci.rs431 fn as_ref(&self) -> &device::Device { in as_ref() method
Dstr.rs445 fn as_ref(&self) -> &BStr { in as_ref() method
/linux-6.14.4/rust/kernel/sync/lock/
Dglobal.rs156 pub fn as_ref<'a>(&'a self, _guard: &'a GlobalGuard<B>) -> &'a T { in as_ref() method
/linux-6.14.4/rust/kernel/list/
Darc.rs440 fn as_ref(&self) -> &Arc<T> { in as_ref() function
/linux-6.14.4/rust/kernel/sync/
Darc.rs392 fn as_ref(&self) -> &T { in as_ref() method
/linux-6.14.4/rust/kernel/net/
Dphy.rs285 fn as_ref(&self) -> &kernel::device::Device { in as_ref() method