Searched refs:pci_claim_resource (Results 1 – 13 of 13) sorted by relevance
| /Linux-v5.4/arch/x86/pci/ |
| D | i386.c | 278 if (pci_claim_resource(dev, idx) < 0) { in pcibios_allocate_dev_resources() 336 if (pci_claim_resource(dev, PCI_ROM_RESOURCE) < 0) { in pcibios_allocate_dev_rom_resource()
|
| /Linux-v5.4/drivers/pci/ |
| D | setup-res.c | 130 int pci_claim_resource(struct pci_dev *dev, int resource) in pci_claim_resource() function 167 EXPORT_SYMBOL(pci_claim_resource);
|
| D | setup-bus.c | 701 if (pci_claim_resource(bridge, i) == 0) in pci_claim_bridge_resource() 724 if (pci_claim_resource(bridge, i) == 0) in pci_claim_bridge_resource() 1393 pci_claim_resource(dev, i); in pci_claim_device_resources() 2149 pci_claim_resource(bridge, i); in pci_reassign_bridge_resources()
|
| D | xen-pcifront.c | 405 if (pci_claim_resource(dev, i)) { in pcifront_claim_resource()
|
| D | quirks.c | 579 if (!pci_claim_resource(dev, nr)) in quirk_io_region()
|
| /Linux-v5.4/arch/alpha/kernel/ |
| D | pci.c | 300 if (pci_claim_resource(dev, i) == 0) in pcibios_claim_one_bus()
|
| /Linux-v5.4/arch/ia64/pci/ |
| D | pci.c | 339 pci_claim_resource(dev, idx); in pcibios_fixup_device_resources()
|
| /Linux-v5.4/arch/s390/pci/ |
| D | pci.c | 580 pci_claim_resource(pdev, i); in pcibios_add_device()
|
| /Linux-v5.4/arch/sparc/kernel/ |
| D | pci.c | 679 pci_claim_resource(dev, i); in pci_claim_bus_resources()
|
| /Linux-v5.4/drivers/parisc/ |
| D | lba_pci.c | 813 pci_claim_resource(dev, i); in lba_fixup_bus()
|
| /Linux-v5.4/arch/powerpc/kernel/ |
| D | pci-common.c | 1406 if (pci_claim_resource(dev, i) == 0) in pcibios_claim_one_bus()
|
| /Linux-v5.4/drivers/pcmcia/ |
| D | yenta_socket.c | 715 if (pci_claim_resource(dev, PCI_BRIDGE_RESOURCES + nr) == 0) in yenta_allocate_res()
|
| /Linux-v5.4/include/linux/ |
| D | pci.h | 1272 int pci_claim_resource(struct pci_dev *, int);
|