Searched defs:acpi_pci_root (Results 1 – 1 of 1) sorted by relevance
603 struct acpi_pci_root { struct604 struct acpi_device * device;605 struct pci_bus *bus;606 u16 segment;607 int bridge_type;608 struct resource secondary; /* downstream bus range */610 u32 osc_support_set; /* _OSC state of support bits */611 u32 osc_control_set; /* _OSC state of control bits */612 u32 osc_ext_support_set; /* _OSC state of extended support bits */613 u32 osc_ext_control_set; /* _OSC state of extended control bits */[all …]
Completed in 8 milliseconds