Searched refs:RawType (Results 1 – 6 of 6) sorted by relevance
30 type RawType: Copy; typedef58 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() argument170 fn id(&self, index: usize) -> &T::RawType; in id() argument177 fn as_ptr(&self) -> *const T::RawType { in as_ptr() argument183 fn id(&self, index: usize) -> &T::RawType { in id() argument
22 type RawType = bindings::of_device_id; typedef
22 type RawType = bindings::acpi_device_id; typedef
140 type RawType = bindings::auxiliary_device_id; typedef
165 type RawType = bindings::pci_device_id; typedef
748 type RawType = bindings::mdio_device_id; typedef
Completed in 8 milliseconds