/drivers/pci/hotplug/ |
D | rpaphp.h | 48 #define MY_NAME "rpaphp" macro 54 MY_NAME , ## arg); \ 56 #define err(format, arg...) printk(KERN_ERR "%s: " format, MY_NAME , ## arg) 57 #define info(format, arg...) printk(KERN_INFO "%s: " format, MY_NAME , ## arg) 58 #define warn(format, arg...) printk(KERN_WARNING "%s: " format, MY_NAME , ## arg)
|
D | cpcihp_generic.c | 49 #define MY_NAME "cpcihp_generic" macro 51 #define MY_NAME THIS_MODULE->name macro 58 MY_NAME , ## arg); \ 60 #define err(format, arg...) printk(KERN_ERR "%s: " format "\n", MY_NAME , ## arg) 61 #define info(format, arg...) printk(KERN_INFO "%s: " format "\n", MY_NAME , ## arg) 62 #define warn(format, arg...) printk(KERN_WARNING "%s: " format "\n", MY_NAME , ## arg)
|
D | cpcihp_zt5550.c | 47 #define MY_NAME "cpcihp_zt5550" macro 53 MY_NAME , ## arg); \ 55 #define err(format, arg...) printk(KERN_ERR "%s: " format "\n", MY_NAME , ## arg) 56 #define info(format, arg...) printk(KERN_INFO "%s: " format "\n", MY_NAME , ## arg) 57 #define warn(format, arg...) printk(KERN_WARNING "%s: " format "\n", MY_NAME , ## arg) 102 pci_resource_len(hc_dev, 1), MY_NAME)) { in zt5550_hc_config()
|
D | acpiphp.h | 46 MY_NAME , ## arg); \ 48 #define err(format, arg...) printk(KERN_ERR "%s: " format, MY_NAME , ## arg) 49 #define info(format, arg...) printk(KERN_INFO "%s: " format, MY_NAME , ## arg) 50 #define warn(format, arg...) printk(KERN_WARNING "%s: " format, MY_NAME , ## arg)
|
D | pciehp.h | 41 #define MY_NAME "pciehp" macro 51 printk(KERN_DEBUG "%s: " format, MY_NAME , ## arg); \ 54 printk(KERN_ERR "%s: " format, MY_NAME , ## arg) 56 printk(KERN_INFO "%s: " format, MY_NAME , ## arg) 58 printk(KERN_WARNING "%s: " format, MY_NAME , ## arg)
|
D | pcihp_skeleton.c | 49 #define MY_NAME "pcihp_skeleton" macro 55 MY_NAME , ## arg); \ 57 #define err(format, arg...) printk(KERN_ERR "%s: " format "\n", MY_NAME , ## arg) 58 #define info(format, arg...) printk(KERN_INFO "%s: " format "\n", MY_NAME , ## arg) 59 #define warn(format, arg...) printk(KERN_WARNING "%s: " format "\n", MY_NAME , ## arg)
|
D | shpchp.h | 41 #define MY_NAME "shpchp" macro 43 #define MY_NAME THIS_MODULE->name macro 53 printk(KERN_DEBUG "%s: " format, MY_NAME , ## arg); \ 56 printk(KERN_ERR "%s: " format, MY_NAME , ## arg) 58 printk(KERN_INFO "%s: " format, MY_NAME , ## arg) 60 printk(KERN_WARNING "%s: " format, MY_NAME , ## arg)
|
D | cpci_hotplug_pci.c | 34 #define MY_NAME "cpci_hotplug" macro 42 MY_NAME , ## arg); \ 44 #define err(format, arg...) printk(KERN_ERR "%s: " format "\n", MY_NAME , ## arg) 45 #define info(format, arg...) printk(KERN_INFO "%s: " format "\n", MY_NAME , ## arg) 46 #define warn(format, arg...) printk(KERN_WARNING "%s: " format "\n", MY_NAME , ## arg)
|
D | ibmphp.h | 38 #define MY_NAME "ibmphpd" macro 40 #define MY_NAME THIS_MODULE->name macro 42 #define debug(fmt, arg...) do { if (ibmphp_debug == 1) printk(KERN_DEBUG "%s: " fmt , MY_NAME , ## … 43 #define debug_pci(fmt, arg...) do { if (ibmphp_debug) printk(KERN_DEBUG "%s: " fmt , MY_NAME , ## a… 44 #define err(format, arg...) printk(KERN_ERR "%s: " format , MY_NAME , ## arg) 45 #define info(format, arg...) printk(KERN_INFO "%s: " format , MY_NAME , ## arg) 46 #define warn(format, arg...) printk(KERN_WARNING "%s: " format , MY_NAME , ## arg)
|
D | cpci_hotplug_core.c | 43 #define MY_NAME "cpci_hotplug" macro 49 MY_NAME , ## arg); \ 51 #define err(format, arg...) printk(KERN_ERR "%s: " format "\n", MY_NAME , ## arg) 52 #define info(format, arg...) printk(KERN_INFO "%s: " format "\n", MY_NAME , ## arg) 53 #define warn(format, arg...) printk(KERN_WARNING "%s: " format "\n", MY_NAME , ## arg) 604 MY_NAME, in cpci_hp_register_controller()
|
D | pci_hotplug_core.c | 46 #define MY_NAME "pci_hotplug" macro 48 #define dbg(fmt, arg...) do { if (debug) printk(KERN_DEBUG "%s: %s: " fmt , MY_NAME , __func__ , ##… 49 #define err(format, arg...) printk(KERN_ERR "%s: " format , MY_NAME , ## arg) 50 #define info(format, arg...) printk(KERN_INFO "%s: " format , MY_NAME , ## arg) 51 #define warn(format, arg...) printk(KERN_WARNING "%s: " format , MY_NAME , ## arg)
|
D | acpi_pcihp.c | 37 #define MY_NAME "acpi_pcihp" macro 39 #define dbg(fmt, arg...) do { if (debug_acpi) printk(KERN_DEBUG "%s: %s: " fmt , MY_NAME , __func__… 40 #define err(format, arg...) printk(KERN_ERR "%s: " format , MY_NAME , ## arg) 41 #define info(format, arg...) printk(KERN_INFO "%s: " format , MY_NAME , ## arg) 42 #define warn(format, arg...) printk(KERN_WARNING "%s: " format , MY_NAME , ## arg)
|
D | cpqphp.h | 37 #define MY_NAME "cpqphp" macro 39 #define dbg(fmt, arg...) do { if (cpqhp_debug) printk(KERN_DEBUG "%s: " fmt , MY_NAME , ## arg); } … 40 #define err(format, arg...) printk(KERN_ERR "%s: " format , MY_NAME , ## arg) 41 #define info(format, arg...) printk(KERN_INFO "%s: " format , MY_NAME , ## arg) 42 #define warn(format, arg...) printk(KERN_WARNING "%s: " format , MY_NAME , ## arg)
|
D | acpiphp_ibm.c | 54 #define MY_NAME "acpiphp_ibm" macro 61 MY_NAME , ## arg); \
|
D | acpiphp_core.c | 46 #define MY_NAME "acpiphp" macro
|
D | cpqphp_core.c | 833 printk(KERN_ERR MY_NAME ": cannot enable PCI device %s (%d)\n", in cpqhpc_probe() 1110 pci_resource_len(pdev, 0), MY_NAME)) { in cpqhpc_probe() 1206 IRQF_SHARED, MY_NAME, ctrl)) { in cpqhpc_probe()
|
D | shpchp_hpc.c | 999 if (!request_mem_region(ctrl->mmio_base, ctrl->mmio_size, MY_NAME)) { in shpc_init() 1070 MY_NAME, (void *)ctrl); in shpc_init()
|
D | pciehp_hpc.c | 115 retval = request_irq(irq, pcie_isr, IRQF_SHARED, MY_NAME, ctrl); in pciehp_request_irq()
|
D | acpiphp_glue.c | 59 #define MY_NAME "acpiphp_glue" macro
|
/drivers/acpi/ |
D | pci_slot.c | 54 #define MY_NAME "pci_slot" macro 55 #define err(format, arg...) pr_err("%s: " format , MY_NAME , ## arg) 56 #define info(format, arg...) pr_info("%s: " format , MY_NAME , ## arg) 60 pr_debug("%s: " format, MY_NAME , ## arg); \
|