Home
last modified time | relevance | path

Searched refs:pci_enable_resources (Results 1 – 10 of 10) sorted by relevance

/linux/arch/m68k/kernel/
H A Dpcibios.c50 ret = pci_enable_resources(dev, mask); in pcibios_enable_device()
/linux/arch/parisc/kernel/
H A Dpci.c232 err = pci_enable_resources(dev, mask); in pcibios_enable_device()
/linux/arch/mips/pci/
H A Dpci-legacy.c256 err = pci_enable_resources(dev, mask); in pcibios_enable_device()
/linux/drivers/pci/
H A Dsetup-res.c434 int pci_enable_resources(struct pci_dev *dev, int mask) in pci_enable_resources() function
H A Diov.c700 if (pci_enable_resources(dev, bars)) { in sriov_enable()
H A Dpci.c1956 return pci_enable_resources(dev, bars); in pcibios_enable_device()
/linux/arch/x86/pci/
H A Dcommon.c695 if ((err = pci_enable_resources(dev, mask)) < 0) in pcibios_enable_device()
/linux/arch/s390/pci/
H A Dpci.c643 return pci_enable_resources(pdev, mask); in pcibios_enable_device()
/linux/arch/powerpc/kernel/
H A Dpci-common.c1512 return pci_enable_resources(dev, mask); in pcibios_enable_device()
/linux/include/linux/
H A Dpci.h1550 int pci_enable_resources(struct pci_dev *, int mask);