Lines Matching defs:acpi_pci_root
603 struct acpi_pci_root { struct
604 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 */
637 struct acpi_pci_root *acpi_pci_find_root(acpi_handle handle); argument