Home
last modified time | relevance | path

Searched defs:RawType (Results 1 – 3 of 3) sorted by relevance

/linux-6.14.4/rust/kernel/
Ddevice_id.rs37 type RawType: Copy; typedef
126 fn as_ptr(&self) -> *const T::RawType; in as_ptr()
129 fn id(&self, index: usize) -> &T::RawType; in id()
136 fn as_ptr(&self) -> *const T::RawType { in as_ptr()
142 fn id(&self, index: usize) -> &T::RawType { in id()
Dof.rs20 type RawType = bindings::of_device_id; typedef
Dpci.rs164 type RawType = bindings::pci_device_id; typedef