Searched refs:override_only (Results 1 – 8 of 8) sorted by relevance
| /linux/include/linux/device-id/ |
| H A D | cdx.h | 37 __u32 override_only; member
|
| H A D | pci.h | 41 __u32 override_only; member
|
| /linux/rust/kernel/ |
| H A D | pci.rs | 188 override_only: 0, 205 override_only: 0, 228 override_only: 0,
|
| /linux/scripts/mod/ |
| H A D | devicetable-offsets.c | 46 DEVID_FIELD(pci_device_id, override_only); in main() 279 DEVID_FIELD(cdx_device_id, override_only); in main()
|
| H A D | file2alias.c | 434 DEF_FIELD(symval, pci_device_id, override_only); in do_pci_entry() 436 switch (override_only) { in do_pci_entry() 445 override_only); in do_pci_entry() 1396 DEF_FIELD(symval, cdx_device_id, override_only); in do_vchiq_entry() 1398 switch (override_only) { in do_vchiq_entry() 1407 override_only); in do_coreboot_entry()
|
| /linux/include/linux/cdx/ |
| H A D | cdx_bus.h | 82 .subdevice = CDX_ANY_ID, .override_only = (driver_override)
|
| /linux/Documentation/PCI/ |
| H A D | pci.rst | 106 - override_only field defaults to 0.
|
| /linux/include/linux/ |
| H A D | pci.h | 1077 .subdevice = PCI_ANY_ID, .override_only = (driver_override)
|