Home
last modified time | relevance | path

Searched refs:RawType (Results 1 – 6 of 6) sorted by relevance

/rust/kernel/
A Ddevice_id.rs30 type RawType: Copy; typedef
58 ids: [T::RawType; N],
59 sentinel: MaybeUninit<T::RawType>,
89 let mut raw_ids = [const { MaybeUninit::<T::RawType>::uninit() }; N];
167 fn as_ptr(&self) -> *const T::RawType; in as_ptr() argument
170 fn id(&self, index: usize) -> &T::RawType; in id() argument
177 fn as_ptr(&self) -> *const T::RawType { in as_ptr() argument
183 fn id(&self, index: usize) -> &T::RawType { in id() argument
A Dof.rs22 type RawType = bindings::of_device_id; typedef
A Dacpi.rs22 type RawType = bindings::acpi_device_id; typedef
A Dauxiliary.rs140 type RawType = bindings::auxiliary_device_id; typedef
A Dpci.rs165 type RawType = bindings::pci_device_id; typedef
/rust/kernel/net/
A Dphy.rs748 type RawType = bindings::mdio_device_id; typedef

Completed in 8 milliseconds