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

/linux-4.4.14/drivers/pci/
H A Dsetup-bus.c1662 enum enable_type enable_local) pci_realloc_detect()
1666 if (enable_local != undefined) pci_realloc_detect()
1667 return enable_local; pci_realloc_detect()
1673 return enable_local; pci_realloc_detect()
1677 enum enable_type enable_local) pci_realloc_detect()
1679 return enable_local; pci_realloc_detect()
1700 enum enable_type enable_local; pci_assign_unassigned_root_bus_resources() local
1703 enable_local = pci_realloc_detect(bus, pci_realloc_enable); pci_assign_unassigned_root_bus_resources()
1704 if (pci_realloc_enabled(enable_local)) { pci_assign_unassigned_root_bus_resources()
1735 if (enable_local == undefined) pci_assign_unassigned_root_bus_resources()
1737 else if (enable_local == auto_enabled) pci_assign_unassigned_root_bus_resources()
1661 pci_realloc_detect(struct pci_bus *bus, enum enable_type enable_local) pci_realloc_detect() argument
1676 pci_realloc_detect(struct pci_bus *bus, enum enable_type enable_local) pci_realloc_detect() argument

Completed in 67 milliseconds