Home
last modified time | relevance | path

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

/linux-4.4.14/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()
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)
Dpciehp.h41 #define MY_NAME "pciehp" macro
50 printk(KERN_DEBUG "%s: " format, MY_NAME , ## arg); \
53 printk(KERN_ERR "%s: " format, MY_NAME , ## arg)
55 printk(KERN_INFO "%s: " format, MY_NAME , ## arg)
57 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)
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)
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)
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)
608 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)
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)
Dcpqphp_core.c832 printk(KERN_ERR MY_NAME ": cannot enable PCI device %s (%d)\n", in cpqhpc_probe()
1107 pci_resource_len(pdev, 0), MY_NAME)) { in cpqhpc_probe()
1203 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()
1068 MY_NAME, (void *)ctrl); in shpc_init()
Dpciehp_hpc.c92 retval = request_irq(irq, pcie_isr, IRQF_SHARED, MY_NAME, ctrl); in pciehp_request_irq()
/linux-4.4.14/drivers/acpi/
Dpci_slot.c51 #define MY_NAME "pci_slot" macro
52 #define err(format, arg...) pr_err("%s: " format , MY_NAME , ## arg)
53 #define info(format, arg...) pr_info("%s: " format , MY_NAME , ## arg)
57 pr_debug("%s: " format, MY_NAME , ## arg); \
/linux-4.4.14/drivers/scsi/
Dscsi_debug.c72 #define MY_NAME "scsi_debug" macro
646 static char sdebug_proc_name[] = MY_NAME;
647 static const char *my_name = MY_NAME;