Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/char/agp/
Dalpha-agp.c175 pdev = pci_alloc_dev(NULL); in alpha_core_agp_setup()
Dparisc-agp.c347 fake_bridge_dev = pci_alloc_dev(NULL); in parisc_agp_setup()
/Linux-v6.6/arch/powerpc/kernel/
Dpci_of_scan.c180 dev = pci_alloc_dev(bus); in of_create_pci_dev()
/Linux-v6.6/Documentation/mm/
Dslub.rst410 338 pci_alloc_dev+0x2c/0xa0 waste=521872/1544 age=290837/291891/293509 pid=1 cpus=106 nodes=0-1
413 pci_alloc_dev+0x2c/0xa0
/Linux-v6.6/drivers/pci/
Dprobe.c2310 struct pci_dev *pci_alloc_dev(struct pci_bus *bus) in pci_alloc_dev() function
2333 EXPORT_SYMBOL(pci_alloc_dev);
2432 dev = pci_alloc_dev(bus); in pci_scan_device()
Diov.c302 virtfn = pci_alloc_dev(bus); in pci_iov_add_virtfn()
/Linux-v6.6/arch/sparc/kernel/
Dpci.c273 dev = pci_alloc_dev(bus); in of_create_pci_dev()
/Linux-v6.6/include/linux/
Dpci.h543 struct pci_dev *pci_alloc_dev(struct pci_bus *bus);
/Linux-v6.6/drivers/scsi/
Dmegaraid.c1993 *pdev = pci_alloc_dev(NULL); in make_local_pdev()