Lines Matching refs:DeviceId
72 let id = unsafe { &*id.cast::<DeviceId>() }; in probe_callback()
124 pub struct DeviceId(bindings::pci_device_id); struct
126 impl DeviceId { impls
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()
164 unsafe impl RawDeviceId for DeviceId { implementation
169 unsafe impl RawDeviceIdIndex for DeviceId { implementation
178 pub type IdTable<T> = &'static dyn kernel::device_id::IdTable<DeviceId, T>;
185 $crate::pci::DeviceId,