Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/char/agp/
H A Dalpha-agp.c175 pdev = pci_alloc_dev(NULL); in alpha_core_agp_setup()
H A Dparisc-agp.c334 fake_bridge_dev = pci_alloc_dev(NULL); in parisc_agp_setup()
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dpci_of_scan.c180 dev = pci_alloc_dev(bus); in of_create_pci_dev()
/OK3568_Linux_fs/kernel/drivers/pci/
H A Dprobe.c2246 struct pci_dev *pci_alloc_dev(struct pci_bus *bus) in pci_alloc_dev() function
2260 EXPORT_SYMBOL(pci_alloc_dev);
2359 dev = pci_alloc_dev(bus); in pci_scan_device()
H A Diov.c174 virtfn = pci_alloc_dev(bus); in pci_iov_add_virtfn()
/OK3568_Linux_fs/kernel/arch/sparc/kernel/
H A Dpci.c272 dev = pci_alloc_dev(bus); in of_create_pci_dev()
/OK3568_Linux_fs/kernel/include/linux/
H A Dpci.h525 struct pci_dev *pci_alloc_dev(struct pci_bus *bus);
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dmegaraid.c2006 *pdev = pci_alloc_dev(NULL); in make_local_pdev()