Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/pci/
H A Di386.c278 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()
/OK3568_Linux_fs/kernel/drivers/pci/
H A Dsetup-res.c131 int pci_claim_resource(struct pci_dev *dev, int resource) in pci_claim_resource() function
168 EXPORT_SYMBOL(pci_claim_resource);
H A Dsetup-bus.c703 if (pci_claim_resource(bridge, i) == 0) in pci_claim_bridge_resource()
726 if (pci_claim_resource(bridge, i) == 0) in pci_claim_bridge_resource()
1431 pci_claim_resource(dev, i); in pci_claim_device_resources()
2219 pci_claim_resource(bridge, i); in pci_reassign_bridge_resources()
H A Dxen-pcifront.c399 if (pci_claim_resource(dev, i)) { in pcifront_claim_resource()
H A Dquirks.c580 if (!pci_claim_resource(dev, nr)) in quirk_io_region()
/OK3568_Linux_fs/kernel/arch/alpha/kernel/
H A Dpci.c300 if (pci_claim_resource(dev, i) == 0) in pcibios_claim_one_bus()
/OK3568_Linux_fs/kernel/arch/ia64/pci/
H A Dpci.c339 pci_claim_resource(dev, idx); in pcibios_fixup_device_resources()
/OK3568_Linux_fs/kernel/arch/s390/pci/
H A Dpci.c579 pci_claim_resource(pdev, i); in pcibios_add_device()
/OK3568_Linux_fs/kernel/arch/sparc/kernel/
H A Dpci.c679 pci_claim_resource(dev, i); in pci_claim_bus_resources()
/OK3568_Linux_fs/kernel/drivers/parisc/
H A Dlba_pci.c813 pci_claim_resource(dev, i); in lba_fixup_bus()
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dpci-common.c1385 if (pci_claim_resource(dev, i) == 0) in pcibios_claim_one_bus()
/OK3568_Linux_fs/kernel/drivers/pcmcia/
H A Dyenta_socket.c714 if (pci_claim_resource(dev, nr) == 0) in yenta_allocate_res()
/OK3568_Linux_fs/kernel/include/linux/
H A Dpci.h1327 int pci_claim_resource(struct pci_dev *, int);