Home
last modified time | relevance | path

Searched refs:enable_local (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/drivers/pci/
Dsetup-bus.c1687 enum enable_type enable_local) in pci_realloc_detect() argument
1691 if (enable_local != undefined) in pci_realloc_detect()
1692 return enable_local; in pci_realloc_detect()
1698 return enable_local; in pci_realloc_detect()
1702 enum enable_type enable_local) in pci_realloc_detect() argument
1704 return enable_local; in pci_realloc_detect()
1723 enum enable_type enable_local; in pci_assign_unassigned_root_bus_resources() local
1726 enable_local = pci_realloc_detect(bus, pci_realloc_enable); in pci_assign_unassigned_root_bus_resources()
1727 if (pci_realloc_enabled(enable_local)) { in pci_assign_unassigned_root_bus_resources()
1758 if (enable_local == undefined) in pci_assign_unassigned_root_bus_resources()
[all …]