Home
last modified time | relevance | path

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

/linux-2.6.39/arch/mn10300/unit-asb2305/
Dpci-asb2305.c109 pci_claim_resource(dev, idx) < 0) { in pcibios_allocate_bus_resources()
151 if (pci_claim_resource(dev, idx) < 0) { in pcibios_allocate_resources()
194 if (pci_claim_resource(dev, PCI_ROM_RESOURCE) < 0) { in pcibios_assign_resources()
Dpci.c371 pci_claim_resource(dev, i); in pcibios_fixup_device_resources()
/linux-2.6.39/arch/x86/pci/
Di386.c130 pci_claim_resource(dev, idx) < 0) { in pcibios_allocate_bus_resources()
182 if (pci_claim_resource(dev, idx) < 0) { in pcibios_allocate_resources()
222 if (pci_claim_resource(dev, PCI_ROM_RESOURCE) < 0) { in pcibios_assign_resources()
/linux-2.6.39/arch/frv/mb93090-mb00/
Dpci-frv.c97 pci_claim_resource(dev, idx); in pcibios_allocate_bus_resources()
126 if (pci_claim_resource(dev, idx) < 0) { in pcibios_allocate_resources()
/linux-2.6.39/drivers/pci/
Dsetup-res.c93 int pci_claim_resource(struct pci_dev *dev, int resource) in pci_claim_resource() function
115 EXPORT_SYMBOL(pci_claim_resource);
Dxen-pcifront.c402 if (pci_claim_resource(dev, i)) { in pcifront_claim_resource()
Dquirks.c405 if (pci_claim_resource(dev, nr) == 0) in quirk_io_region()
/linux-2.6.39/arch/alpha/kernel/
Dpci.c396 pci_claim_resource(dev, i); in pcibios_claim_one_bus()
/linux-2.6.39/drivers/parisc/
Dlba_pci.c652 pci_claim_resource(bus->self, i); in lba_fixup_bus()
777 pci_claim_resource(dev, i); in lba_fixup_bus()
/linux-2.6.39/arch/ia64/pci/
Dpci.c480 pci_claim_resource(dev, i); in pcibios_fixup_resources()
/linux-2.6.39/arch/powerpc/kernel/
Dpci-common.c1517 pci_claim_resource(dev, i); in pcibios_claim_one_bus()
/linux-2.6.39/arch/microblaze/pci/
Dpci-common.c1467 pci_claim_resource(dev, i); in pcibios_claim_one_bus()
/linux-2.6.39/include/linux/
Dpci.h849 int pci_claim_resource(struct pci_dev *, int);
/linux-2.6.39/drivers/pcmcia/
Dyenta_socket.c713 if (pci_claim_resource(dev, PCI_BRIDGE_RESOURCES + nr) == 0) in yenta_allocate_res()