pci_claim_resource
if (pci_claim_resource(dev, i) == 0)
if (pci_claim_resource(dev, i) == 0)
pci_claim_resource(pdev, i);
pci_claim_resource(dev, i);
if (pci_claim_resource(dev, idx) < 0) {
if (pci_claim_resource(dev, PCI_ROM_RESOURCE) < 0) {
pci_claim_resource(dev, i);
if (!pci_claim_resource(dev, nr))
pci_claim_resource(dev, i);
if (pci_claim_resource(dev, i))
if (pci_claim_resource(bridge, i) == 0)
ret = pci_claim_resource(bridge, i);
EXPORT_SYMBOL(pci_claim_resource);
if (pci_claim_resource(dev, i)) {
if (pci_claim_resource(dev, nr) == 0)
int pci_claim_resource(struct pci_dev *, int);