Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/pci/ !
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()
/linux-6.6.21/drivers/pci/ !
Dsetup-res.c135 int pci_claim_resource(struct pci_dev *dev, int resource) in pci_claim_resource() function
172 EXPORT_SYMBOL(pci_claim_resource);
Dsetup-bus.c700 if (pci_claim_resource(bridge, i) == 0) in pci_claim_bridge_resource()
723 if (pci_claim_resource(bridge, i) == 0) in pci_claim_bridge_resource()
1424 pci_claim_resource(dev, i); in pci_claim_device_resources()
2314 pci_claim_resource(bridge, i); in pci_reassign_bridge_resources()
Dxen-pcifront.c396 if (pci_claim_resource(dev, i)) { in pcifront_claim_resource()
Dquirks.c673 if (!pci_claim_resource(dev, nr)) in quirk_io_region()
/linux-6.6.21/arch/alpha/kernel/ !
Dpci.c299 if (pci_claim_resource(dev, i) == 0) in pcibios_claim_one_bus()
/linux-6.6.21/arch/ia64/pci/ !
Dpci.c339 pci_claim_resource(dev, idx); in pcibios_fixup_device_resources()
/linux-6.6.21/arch/sparc/kernel/ !
Dpci.c678 pci_claim_resource(dev, i); in pci_claim_bus_resources()
/linux-6.6.21/arch/s390/pci/ !
Dpci.c592 pci_claim_resource(pdev, i); in pcibios_device_add()
/linux-6.6.21/drivers/parisc/ !
Dlba_pci.c813 pci_claim_resource(dev, i); in lba_fixup_bus()
/linux-6.6.21/arch/powerpc/kernel/ !
Dpci-common.c1466 if (pci_claim_resource(dev, i) == 0) in pcibios_claim_one_bus()
/linux-6.6.21/drivers/pcmcia/ !
Dyenta_socket.c716 if (pci_claim_resource(dev, nr) == 0) in yenta_allocate_res()
/linux-6.6.21/include/linux/ !
Dpci.h1429 int pci_claim_resource(struct pci_dev *, int);