Home
last modified time | relevance | path

Searched defs:acpi_pci_routing_table (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/include/acpi/
Dacrestyp.h670 struct acpi_pci_routing_table { struct
671 u32 length;
672 u32 pin;
673 u64 address; /* here for 64-bit alignment */
674 u32 source_index;
675 char source[4]; /* pad to 64 bits so sizeof() works in all cases */
/kernel/linux/linux-6.6/include/acpi/
Dacrestyp.h697 struct acpi_pci_routing_table { struct
698 u32 length;
699 u32 pin;
700 u64 address; /* here for 64-bit alignment */
701 u32 source_index;
702 union {