Searched defs:acpi_pci_root (Results 1 – 1 of 1) sorted by relevance
581 struct acpi_pci_root { struct582 struct acpi_device * device;583 struct pci_bus *bus;584 u16 segment;585 struct resource secondary; /* downstream bus range */587 u32 osc_support_set; /* _OSC state of support bits */611 struct acpi_pci_root *acpi_pci_find_root(acpi_handle handle); argument