Home
last modified time | relevance | path

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

/linux-6.15/drivers/pci/
H A Dsetup-bus.c1910 enum enable_type enable_local) in pci_realloc_detect() argument
1915 if (enable_local != undefined) in pci_realloc_detect()
1916 return enable_local; in pci_realloc_detect()
1926 return enable_local; in pci_realloc_detect()
1930 enum enable_type enable_local) in pci_realloc_detect() argument
1932 return enable_local; in pci_realloc_detect()
2276 enum enable_type enable_local; in pci_assign_unassigned_root_bus_resources() local
2279 enable_local = pci_realloc_detect(bus, pci_realloc_enable); in pci_assign_unassigned_root_bus_resources()
2280 if (pci_realloc_enabled(enable_local)) { in pci_assign_unassigned_root_bus_resources()
2314 if (enable_local == undefined) { in pci_assign_unassigned_root_bus_resources()
[all …]