Home
last modified time | relevance | path

Searched refs:MY_NAME (Results 1 – 20 of 20) sorted by relevance

/drivers/pci/hotplug/
Drpaphp.h48 #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)
Dcpcihp_generic.c49 #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)
Dcpcihp_zt5550.c47 #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()
Dacpiphp.h46 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)
Dpciehp.h41 #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)
Dpcihp_skeleton.c49 #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)
Dshpchp.h41 #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)
Dcpci_hotplug_pci.c34 #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)
Dibmphp.h38 #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)
Dcpci_hotplug_core.c43 #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()
Dpci_hotplug_core.c46 #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)
Dacpi_pcihp.c37 #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)
Dcpqphp.h37 #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)
Dacpiphp_ibm.c54 #define MY_NAME "acpiphp_ibm" macro
61 MY_NAME , ## arg); \
Dacpiphp_core.c46 #define MY_NAME "acpiphp" macro
Dcpqphp_core.c833 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()
Dshpchp_hpc.c999 if (!request_mem_region(ctrl->mmio_base, ctrl->mmio_size, MY_NAME)) { in shpc_init()
1070 MY_NAME, (void *)ctrl); in shpc_init()
Dpciehp_hpc.c115 retval = request_irq(irq, pcie_isr, IRQF_SHARED, MY_NAME, ctrl); in pciehp_request_irq()
Dacpiphp_glue.c59 #define MY_NAME "acpiphp_glue" macro
/drivers/acpi/
Dpci_slot.c54 #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); \