Lines Matching defs:acpi_pci_root
610 struct acpi_pci_root { struct
611 struct acpi_device * device;
612 struct pci_bus *bus;
613 u16 segment;
614 int bridge_type;
615 struct resource secondary; /* downstream bus range */
617 u32 osc_support_set; /* _OSC state of support bits */
618 u32 osc_control_set; /* _OSC state of control bits */
619 u32 osc_ext_support_set; /* _OSC state of extended support bits */
620 u32 osc_ext_control_set; /* _OSC state of extended control bits */
644 struct acpi_pci_root *acpi_pci_find_root(acpi_handle handle); argument