Searched refs:pcibios_enable_device (Results 1 – 15 of 15) sorted by relevance
/openbmc/linux/arch/m68k/kernel/ |
H A D | pcibios.c | 45 int pcibios_enable_device(struct pci_dev *dev, int mask) in pcibios_enable_device() function
|
/openbmc/linux/arch/sparc/kernel/ |
H A D | leon_pci.c | 64 int pcibios_enable_device(struct pci_dev *dev, int mask) in pcibios_enable_device() function
|
H A D | pcic.c | 644 int pcibios_enable_device(struct pci_dev *dev, int mask) in pcibios_enable_device() function
|
H A D | pci.c | 725 int pcibios_enable_device(struct pci_dev *dev, int mask) in pcibios_enable_device() function
|
/openbmc/linux/arch/parisc/kernel/ |
H A D | pci.c | 227 int pcibios_enable_device(struct pci_dev *dev, int mask) in pcibios_enable_device() function
|
/openbmc/linux/arch/mips/pci/ |
H A D | pci-legacy.c | 279 int pcibios_enable_device(struct pci_dev *dev, int mask) in pcibios_enable_device() function
|
/openbmc/linux/arch/ia64/pci/ |
H A D | pci.c | 392 pcibios_enable_device (struct pci_dev *dev, int mask) in pcibios_enable_device() function
|
/openbmc/linux/arch/x86/pci/ |
H A D | common.c | 691 int pcibios_enable_device(struct pci_dev *dev, int mask) in pcibios_enable_device() function
|
/openbmc/linux/drivers/bcma/ |
H A D | driver_pci_host.c | 543 if (pcibios_enable_device(dev, ~0) < 0) { in bcma_core_pci_fixup_pcibridge()
|
/openbmc/linux/drivers/ssb/ |
H A D | driver_pcicore.c | 293 if (pcibios_enable_device(dev, ~0) < 0) { in ssb_pcicore_fixup_pcibridge()
|
/openbmc/linux/arch/s390/pci/ |
H A D | pci.c | 606 int pcibios_enable_device(struct pci_dev *pdev, int mask) in pcibios_enable_device() function
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | pci-common.c | 1505 int pcibios_enable_device(struct pci_dev *dev, int mask) in pcibios_enable_device() function
|
/openbmc/linux/Documentation/mm/ |
H A D | slub.rst | 452 pcibios_enable_device+0x39/0x40
|
/openbmc/linux/drivers/pci/ |
H A D | pci.c | 1973 int __weak pcibios_enable_device(struct pci_dev *dev, int bars) in pcibios_enable_device() function 1993 err = pcibios_enable_device(dev, bars); in do_pci_enable_device()
|
/openbmc/linux/include/linux/ |
H A D | pci.h | 1092 int __must_check pcibios_enable_device(struct pci_dev *, int mask);
|