Searched defs:ID_TABLE (Results 1 – 7 of 7) sorted by relevance
| /linux/samples/rust/ | ||
| H A D | rust_driver_auxiliary.rs | 36 const ID_TABLE: auxiliary::IdTable<Self::IdInfo> = &AUX_TABLE; constant |
| H A D | rust_driver_usb.rs | 21 const ID_TABLE: usb::IdTable<Self::IdInfo> = &USB_TABLE; global() constant |
| H A D | rust_dma.rs | 61 const ID_TABLE: pci::IdTable<Self::IdInfo> = &PCI_TABLE; global() constant |
| H A D | rust_driver_pci.rs | 98 const ID_TABLE: pci::IdTable<Self::IdInfo> = &PCI_TABLE; global() constant |
| /linux/rust/kernel/ | ||
| H A D | auxiliary.rs | 201 const ID_TABLE: IdTable<Self::IdInfo>; global() constant |
| H A D | pci.rs | 304 const ID_TABLE: IdTable<Self::IdInfo>; global() constant |
| H A D | usb.rs | 310 const ID_TABLE: IdTable<Self::IdInfo>; global() constant |