Searched defs:acpi_pci_root (Results 1 – 1 of 1) sorted by relevance
720 struct acpi_pci_root { struct721 struct acpi_device * device;722 struct pci_bus *bus;723 u16 segment;724 int bridge_type;725 struct resource secondary; /* downstream bus range */727 u32 osc_support_set; /* _OSC state of support bits */728 u32 osc_control_set; /* _OSC state of control bits */729 u32 osc_ext_support_set; /* _OSC state of extended support bits */730 u32 osc_ext_control_set; /* _OSC state of extended control bits */[all …]