Searched refs:pcibios_enable_device (Results 1 – 11 of 11) sorted by relevance
| /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
|
| /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
|
| /linux/arch/mips/pci/ |
| H A D | pci-legacy.c | 252 int pcibios_enable_device(struct pci_dev *dev, int mask) in pcibios_enable_device() function
|
| /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
|
| /linux/drivers/bcma/ |
| H A D | driver_pci_host.c | 543 if (pcibios_enable_device(dev, ~0) < 0) { in bcma_core_pci_fixup_pcibridge()
|
| /linux/drivers/ssb/ |
| H A D | driver_pcicore.c | 293 if (pcibios_enable_device(dev, ~0) < 0) { in ssb_pcicore_fixup_pcibridge()
|
| /linux/arch/s390/pci/ |
| H A D | pci.c | 636 int pcibios_enable_device(struct pci_dev *pdev, int mask) in pcibios_enable_device() function
|
| /linux/arch/powerpc/kernel/ |
| H A D | pci-common.c | 1504 int pcibios_enable_device(struct pci_dev *dev, int mask) in pcibios_enable_device() function
|
| /linux/Documentation/admin-guide/mm/ |
| H A D | slab.rst | 460 pcibios_enable_device+0x39/0x40
|
| /linux/drivers/pci/ |
| H A D | pci.c | 1954 int __weak pcibios_enable_device(struct pci_dev *dev, int bars) in pcibios_enable_device() function 2000 err = pcibios_enable_device(dev, bars); in do_pci_enable_device()
|
| /linux/include/linux/ |
| H A D | pci.h | 1204 int __must_check pcibios_enable_device(struct pci_dev *, int mask);
|