Home
last modified time | relevance | path

Searched defs:acpi_pci_root (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/include/acpi/
Dacpi_bus.h611 struct acpi_pci_root { struct
612 struct acpi_device * device;
613 struct pci_bus *bus;
614 u16 segment;
615 int bridge_type;
616 struct resource secondary; /* downstream bus range */
618 u32 osc_support_set; /* _OSC state of support bits */
619 u32 osc_control_set; /* _OSC state of control bits */
620 u32 osc_ext_support_set; /* _OSC state of extended support bits */
621 u32 osc_ext_control_set; /* _OSC state of extended control bits */
[all …]
/kernel/linux/linux-5.10/include/acpi/
Dacpi_bus.h575 struct acpi_pci_root { struct
576 struct acpi_device * device;
577 struct pci_bus *bus;
578 u16 segment;
602 struct acpi_pci_root *acpi_pci_find_root(acpi_handle handle); argument