Home
last modified time | relevance | path

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

/linux-6.15/drivers/char/agp/
H A Dalpha-agp.c175 pdev = pci_alloc_dev(NULL); in alpha_core_agp_setup()
H A Dparisc-agp.c349 fake_bridge_dev = pci_alloc_dev(NULL); in parisc_agp_setup()
/linux-6.15/arch/powerpc/kernel/
H A Dpci_of_scan.c180 dev = pci_alloc_dev(bus); in of_create_pci_dev()
/linux-6.15/Documentation/mm/
H A Dslub.rst419 338 pci_alloc_dev+0x2c/0xa0 waste=521872/1544 age=290837/291891/293509 pid=1 cpus=106 nodes=0-1
422 pci_alloc_dev+0x2c/0xa0
/linux-6.15/drivers/pci/
H A Dprobe.c2406 struct pci_dev *pci_alloc_dev(struct pci_bus *bus) in pci_alloc_dev() function
2429 EXPORT_SYMBOL(pci_alloc_dev);
2562 dev = pci_alloc_dev(bus); in pci_scan_device()
H A Diov.c295 virtfn = pci_alloc_dev(bus); in pci_iov_scan_device()
/linux-6.15/arch/sparc/kernel/
H A Dpci.c273 dev = pci_alloc_dev(bus); in of_create_pci_dev()
/linux-6.15/include/linux/
H A Dpci.h569 struct pci_dev *pci_alloc_dev(struct pci_bus *bus);
/linux-6.15/drivers/scsi/
H A Dmegaraid.c1988 *pdev = pci_alloc_dev(NULL); in make_local_pdev()