Home
last modified time | relevance | path

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

/linux-6.15/rust/kernel/
Dfaux.rs54 fn as_ref(&self) -> &device::Device { in as_ref() method
Dstr.rs146 fn as_ref(&self) -> &BStr { in as_ref() method
152 fn as_ref(&self) -> &BStr { in as_ref() method
491 fn as_ref(&self) -> &BStr { in as_ref() method
Dplatform.rs227 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.rs459 fn as_ref(&self) -> &device::Device { in as_ref() method
/linux-6.15/rust/kernel/sync/lock/
Dglobal.rs157 pub fn as_ref<'a>(&'a self, _guard: &'a GlobalGuard<B>) -> &'a T { in as_ref() method
/linux-6.15/rust/kernel/list/
Darc.rs440 fn as_ref(&self) -> &Arc<T> { in as_ref() function
/linux-6.15/rust/kernel/sync/
Darc.rs421 fn as_ref(&self) -> &T { in as_ref() method
/linux-6.15/rust/kernel/net/
Dphy.rs285 fn as_ref(&self) -> &kernel::device::Device { in as_ref() method