Searched refs:pci_claim_resource (Results 1 – 17 of 17) sorted by relevance
/linux-4.4.14/arch/mn10300/unit-asb2305/ |
D | pci-asb2305.c | 151 if (pci_claim_resource(dev, idx) < 0) { in pcibios_allocate_resources() 193 if (pci_claim_resource(dev, PCI_ROM_RESOURCE) < 0) { in pcibios_assign_resources()
|
D | pci.c | 297 pci_claim_resource(dev, idx); in pcibios_fixup_device_resources()
|
/linux-4.4.14/arch/x86/pci/ |
D | i386.c | 277 if (pci_claim_resource(dev, idx) < 0) { in pcibios_allocate_dev_resources() 335 if (pci_claim_resource(dev, PCI_ROM_RESOURCE) < 0) { in pcibios_allocate_dev_rom_resource()
|
/linux-4.4.14/drivers/pci/ |
D | setup-res.c | 113 int pci_claim_resource(struct pci_dev *dev, int resource) in pci_claim_resource() function 142 EXPORT_SYMBOL(pci_claim_resource);
|
D | setup-bus.c | 713 if (pci_claim_resource(bridge, i) == 0) in pci_claim_bridge_resource() 736 if (pci_claim_resource(bridge, i) == 0) in pci_claim_bridge_resource()
|
D | xen-pcifront.c | 405 if (pci_claim_resource(dev, i)) { in pcifront_claim_resource()
|
D | quirks.c | 397 if (!pci_claim_resource(dev, nr)) in quirk_io_region()
|
/linux-4.4.14/arch/frv/mb93090-mb00/ |
D | pci-frv.c | 126 if (pci_claim_resource(dev, idx) < 0) { in pcibios_allocate_resources()
|
/linux-4.4.14/arch/alpha/kernel/ |
D | pci.c | 289 if (pci_claim_resource(dev, i) == 0) in pcibios_claim_one_bus()
|
/linux-4.4.14/arch/ia64/pci/ |
D | pci.c | 339 pci_claim_resource(dev, idx); in pcibios_fixup_device_resources()
|
/linux-4.4.14/arch/s390/pci/ |
D | pci.c | 658 pci_claim_resource(pdev, i); in pcibios_add_device()
|
/linux-4.4.14/arch/sparc/kernel/ |
D | pci.c | 639 pci_claim_resource(dev, i); in pci_claim_bus_resources()
|
/linux-4.4.14/arch/microblaze/pci/ |
D | pci-common.c | 1238 if (pci_claim_resource(dev, i) == 0) in pcibios_claim_one_bus()
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | pci-common.c | 1412 if (pci_claim_resource(dev, i) == 0) in pcibios_claim_one_bus()
|
/linux-4.4.14/drivers/parisc/ |
D | lba_pci.c | 778 pci_claim_resource(dev, i); in lba_fixup_bus()
|
/linux-4.4.14/drivers/pcmcia/ |
D | yenta_socket.c | 713 if (pci_claim_resource(dev, PCI_BRIDGE_RESOURCES + nr) == 0) in yenta_allocate_res()
|
/linux-4.4.14/include/linux/ |
D | pci.h | 1107 int pci_claim_resource(struct pci_dev *, int);
|