Home
last modified time | relevance | path

Searched refs:pcibios_enable_device (Results 1 – 12 of 12) sorted by relevance

/linux/arch/m68k/kernel/
H A Dpcibios.c45 int pcibios_enable_device(struct pci_dev *dev, int mask) in pcibios_enable_device() function
/linux/arch/sparc/kernel/
H A Dleon_pci.c64 int pcibios_enable_device(struct pci_dev *dev, int mask) in pcibios_enable_device() function
H A Dpcic.c644 int pcibios_enable_device(struct pci_dev *dev, int mask) in pcibios_enable_device() function
/linux/arch/parisc/kernel/
H A Dpci.c227 int pcibios_enable_device(struct pci_dev *dev, int mask) in pcibios_enable_device() function
/linux/arch/mips/pci/
H A Dpci-legacy.c287 int pcibios_enable_device(struct pci_dev *dev, int mask) in pcibios_enable_device() function
/linux/arch/x86/pci/
H A Dcommon.c691 int pcibios_enable_device(struct pci_dev *dev, int mask) in pcibios_enable_device() function
/linux/drivers/bcma/
H A Ddriver_pci_host.c543 if (pcibios_enable_device(dev, ~0) < 0) { in bcma_core_pci_fixup_pcibridge()
/linux/drivers/ssb/
H A Ddriver_pcicore.c293 if (pcibios_enable_device(dev, ~0) < 0) { in ssb_pcicore_fixup_pcibridge()
/linux/arch/s390/pci/
H A Dpci.c624 int pcibios_enable_device(struct pci_dev *pdev, int mask) in pcibios_enable_device() function
/linux/arch/powerpc/kernel/
H A Dpci-common.c1504 int pcibios_enable_device(struct pci_dev *dev, int mask) in pcibios_enable_device() function
/linux/Documentation/admin-guide/mm/
H A Dslab.rst460 pcibios_enable_device+0x39/0x40
/linux/drivers/pci/
H A Dpci.c2036 int __weak pcibios_enable_device(struct pci_dev *dev, int bars) in pcibios_enable_device() function
2082 err = pcibios_enable_device(dev, bars); in do_pci_enable_device()