Home
last modified time | relevance | path

Searched refs:pci_claim_resource (Results 1 – 17 of 17) sorted by relevance

/linux-4.4.14/arch/mn10300/unit-asb2305/
Dpci-asb2305.c151 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()
Dpci.c297 pci_claim_resource(dev, idx); in pcibios_fixup_device_resources()
/linux-4.4.14/arch/x86/pci/
Di386.c277 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/
Dsetup-res.c113 int pci_claim_resource(struct pci_dev *dev, int resource) in pci_claim_resource() function
142 EXPORT_SYMBOL(pci_claim_resource);
Dsetup-bus.c713 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()
Dxen-pcifront.c405 if (pci_claim_resource(dev, i)) { in pcifront_claim_resource()
Dquirks.c397 if (!pci_claim_resource(dev, nr)) in quirk_io_region()
/linux-4.4.14/arch/frv/mb93090-mb00/
Dpci-frv.c126 if (pci_claim_resource(dev, idx) < 0) { in pcibios_allocate_resources()
/linux-4.4.14/arch/alpha/kernel/
Dpci.c289 if (pci_claim_resource(dev, i) == 0) in pcibios_claim_one_bus()
/linux-4.4.14/arch/ia64/pci/
Dpci.c339 pci_claim_resource(dev, idx); in pcibios_fixup_device_resources()
/linux-4.4.14/arch/s390/pci/
Dpci.c658 pci_claim_resource(pdev, i); in pcibios_add_device()
/linux-4.4.14/arch/sparc/kernel/
Dpci.c639 pci_claim_resource(dev, i); in pci_claim_bus_resources()
/linux-4.4.14/arch/microblaze/pci/
Dpci-common.c1238 if (pci_claim_resource(dev, i) == 0) in pcibios_claim_one_bus()
/linux-4.4.14/arch/powerpc/kernel/
Dpci-common.c1412 if (pci_claim_resource(dev, i) == 0) in pcibios_claim_one_bus()
/linux-4.4.14/drivers/parisc/
Dlba_pci.c778 pci_claim_resource(dev, i); in lba_fixup_bus()
/linux-4.4.14/drivers/pcmcia/
Dyenta_socket.c713 if (pci_claim_resource(dev, PCI_BRIDGE_RESOURCES + nr) == 0) in yenta_allocate_res()
/linux-4.4.14/include/linux/
Dpci.h1107 int pci_claim_resource(struct pci_dev *, int);