Home
last modified time | relevance | path

Searched refs:pci_alert (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/arch/mips/pci/
Dpci-bcm47xx.c44 pci_alert(dev, "PCI: Failed to init device\n"); in bcm47xx_pcibios_plat_dev_init_ssb()
54 pci_alert(dev, "PCI: Failed to map IRQ of device\n"); in bcm47xx_pcibios_plat_dev_init_ssb()
70 pci_alert(dev, "PCI: Failed to init device\n"); in bcm47xx_pcibios_plat_dev_init_bcma()
78 pci_alert(dev, "PCI: Failed to map IRQ of device\n"); in bcm47xx_pcibios_plat_dev_init_bcma()
/linux-6.6.21/drivers/pci/
Dpci-sysfs.c351 pci_alert(pdev, FW_BUG "Overriding NUMA node to %d. Contact your vendor for updates.", in numa_node_store()
/linux-6.6.21/include/linux/
Dpci.h2654 #define pci_alert(pdev, fmt, arg...) dev_alert(&(pdev)->dev, fmt, ##arg) macro