Searched refs:pci_alloc_pci_controller (Results 1 – 3 of 3) sorted by relevance
27 extern struct pci_controller* pci_alloc_pci_controller(char *model, enum phb_types controller_type);
460 phb = pci_alloc_pci_controller("PHB PY",phb_type_python); in alloc_phb()506 phb = pci_alloc_pci_controller("PHB SW",phb_type_speedwagon); in alloc_phb()533 phb=pci_alloc_pci_controller("PHB UK",phb_type_unknown); in alloc_phb()
435 pci_alloc_pci_controller(char *model, enum phb_types controller_type) in pci_alloc_pci_controller() function