Lines Matching refs:DeviceId
73 let id = unsafe { &*id.cast::<DeviceId>() }; in probe_callback()
124 pub struct DeviceId(bindings::pci_device_id); struct
126 impl DeviceId { impl
136 subvendor: DeviceId::PCI_ANY_ID, in from_id()
137 subdevice: DeviceId::PCI_ANY_ID, in from_id()
150 vendor: DeviceId::PCI_ANY_ID, in from_class()
151 device: DeviceId::PCI_ANY_ID, in from_class()
152 subvendor: DeviceId::PCI_ANY_ID, in from_class()
153 subdevice: DeviceId::PCI_ANY_ID, in from_class()
166 unsafe impl RawDeviceId for DeviceId { implementation
177 pub type IdTable<T> = &'static dyn kernel::device_id::IdTable<DeviceId, T>;
184 $crate::pci::DeviceId,