Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/pci/hotplug/
Drpaphp.h34 #define MY_NAME "rpaphp" macro
40 MY_NAME, ## arg); \
42 #define err(format, arg...) printk(KERN_ERR "%s: " format, MY_NAME, ## arg)
43 #define info(format, arg...) printk(KERN_INFO "%s: " format, MY_NAME, ## arg)
44 #define warn(format, arg...) printk(KERN_WARNING "%s: " format, MY_NAME, ## arg)
Dcpcihp_generic.c30 #define MY_NAME "cpcihp_generic" macro
32 #define MY_NAME THIS_MODULE->name macro
39 MY_NAME, ## arg); \
41 #define err(format, arg...) printk(KERN_ERR "%s: " format "\n", MY_NAME, ## arg)
42 #define info(format, arg...) printk(KERN_INFO "%s: " format "\n", MY_NAME, ## arg)
43 #define warn(format, arg...) printk(KERN_WARNING "%s: " format "\n", MY_NAME, ## arg)
Dacpi_pcihp.c22 #define MY_NAME "acpi_pcihp" macro
24 #define dbg(fmt, arg...) do { if (debug_acpi) printk(KERN_DEBUG "%s: %s: " fmt, MY_NAME, __func__, …
25 #define err(format, arg...) printk(KERN_ERR "%s: " format, MY_NAME, ## arg)
26 #define info(format, arg...) printk(KERN_INFO "%s: " format, MY_NAME, ## arg)
27 #define warn(format, arg...) printk(KERN_WARNING "%s: " format, MY_NAME, ## arg)
Dcpcihp_zt5550.c28 #define MY_NAME "cpcihp_zt5550" macro
34 MY_NAME, ## arg); \
36 #define err(format, arg...) printk(KERN_ERR "%s: " format "\n", MY_NAME, ## arg)
37 #define info(format, arg...) printk(KERN_INFO "%s: " format "\n", MY_NAME, ## arg)
38 #define warn(format, arg...) printk(KERN_WARNING "%s: " format "\n", MY_NAME, ## arg)
83 pci_resource_len(hc_dev, 1), MY_NAME)) { in zt5550_hc_config()
Dpciehp.h29 #define MY_NAME "pciehp" macro
38 printk(KERN_DEBUG "%s: " format, MY_NAME, ## arg); \
41 printk(KERN_ERR "%s: " format, MY_NAME, ## arg)
43 printk(KERN_INFO "%s: " format, MY_NAME, ## arg)
45 printk(KERN_WARNING "%s: " format, MY_NAME, ## arg)
Dcpci_hotplug_pci.c20 #define MY_NAME "cpci_hotplug" macro
28 MY_NAME, ## arg); \
30 #define err(format, arg...) printk(KERN_ERR "%s: " format "\n", MY_NAME, ## arg)
31 #define info(format, arg...) printk(KERN_INFO "%s: " format "\n", MY_NAME, ## arg)
32 #define warn(format, arg...) printk(KERN_WARNING "%s: " format "\n", MY_NAME, ## arg)
Dshpchp.h27 #define MY_NAME "shpchp" macro
29 #define MY_NAME THIS_MODULE->name macro
39 printk(KERN_DEBUG "%s: " format, MY_NAME, ## arg); \
42 printk(KERN_ERR "%s: " format, MY_NAME, ## arg)
44 printk(KERN_INFO "%s: " format, MY_NAME, ## arg)
46 printk(KERN_WARNING "%s: " format, MY_NAME, ## arg)
Dibmphp.h24 #define MY_NAME "ibmphpd" macro
26 #define MY_NAME THIS_MODULE->name macro
28 #define debug(fmt, arg...) do { if (ibmphp_debug == 1) printk(KERN_DEBUG "%s: " fmt, MY_NAME, ## ar…
29 #define debug_pci(fmt, arg...) do { if (ibmphp_debug) printk(KERN_DEBUG "%s: " fmt, MY_NAME, ## arg…
30 #define err(format, arg...) printk(KERN_ERR "%s: " format, MY_NAME, ## arg)
31 #define info(format, arg...) printk(KERN_INFO "%s: " format, MY_NAME, ## arg)
32 #define warn(format, arg...) printk(KERN_WARNING "%s: " format, MY_NAME, ## arg)
Dcpci_hotplug_core.c30 #define MY_NAME "cpci_hotplug" macro
36 MY_NAME, ## arg); \
38 #define err(format, arg...) printk(KERN_ERR "%s: " format "\n", MY_NAME, ## arg)
39 #define info(format, arg...) printk(KERN_INFO "%s: " format "\n", MY_NAME, ## arg)
40 #define warn(format, arg...) printk(KERN_WARNING "%s: " format "\n", MY_NAME, ## arg)
588 MY_NAME, in cpci_hp_register_controller()
Dpci_hotplug_core.c35 #define MY_NAME "pci_hotplug" macro
37 #define dbg(fmt, arg...) do { if (debug) printk(KERN_DEBUG "%s: %s: " fmt, MY_NAME, __func__, ## ar…
38 #define err(format, arg...) printk(KERN_ERR "%s: " format, MY_NAME, ## arg)
39 #define info(format, arg...) printk(KERN_INFO "%s: " format, MY_NAME, ## arg)
40 #define warn(format, arg...) printk(KERN_WARNING "%s: " format, MY_NAME, ## arg)
Dcpqphp.h23 #define MY_NAME "cpqphp" macro
25 #define dbg(fmt, arg...) do { if (cpqhp_debug) printk(KERN_DEBUG "%s: " fmt, MY_NAME, ## arg); } wh…
26 #define err(format, arg...) printk(KERN_ERR "%s: " format, MY_NAME, ## arg)
27 #define info(format, arg...) printk(KERN_INFO "%s: " format, MY_NAME, ## arg)
28 #define warn(format, arg...) printk(KERN_WARNING "%s: " format, MY_NAME, ## arg)
Dcpqphp_core.c807 printk(KERN_ERR MY_NAME ": cannot enable PCI device %s (%d)\n", in cpqhpc_probe()
1082 pci_resource_len(pdev, 0), MY_NAME)) { in cpqhpc_probe()
1178 IRQF_SHARED, MY_NAME, ctrl)) { in cpqhpc_probe()
Dshpchp_hpc.c982 if (!request_mem_region(ctrl->mmio_base, ctrl->mmio_size, MY_NAME)) { in shpc_init()
1053 MY_NAME, (void *)ctrl); in shpc_init()
Dpciehp_hpc.c52 IRQF_SHARED, MY_NAME, ctrl); in pciehp_request_irq()