Symbol: dbg
arch/parisc/kernel/unwind.c
31
#define dbg(x...) pr_debug(x)
arch/parisc/kernel/unwind.c
33
#define dbg(x...) do { } while (0)
drivers/block/amiflop.c
1143
static void dbg(unsigned long ptr)
drivers/infiniband/hw/hfi1/file_ops.c
138
#define dbg(fmt, ...) \
drivers/input/joystick/grip_mp.c
29
#define dbg(format, arg...) printk(KERN_ERR __FILE__ ": " format "\n" , ## arg)
drivers/input/joystick/grip_mp.c
31
#define dbg(format, arg...) do {} while (0)
drivers/input/joystick/sidewinder.c
44
#define dbg(format, arg...) printk(KERN_DEBUG __FILE__ ": " format "\n" , ## arg)
drivers/input/joystick/sidewinder.c
46
#define dbg(format, arg...) do {} while (0)
drivers/input/serio/i8042.h
63
#define dbg(format, arg...) \
drivers/input/serio/i8042.h
82
#define dbg(format, arg...) \
drivers/media/platform/samsung/exynos4-is/fimc-core.h
29
#define dbg(fmt, args...) \
drivers/media/rc/ene_ir.h
177
#define dbg(format, ...) __dbg(1, format, ## __VA_ARGS__)
drivers/memstick/core/ms_block.h
283
#define dbg(format, ...) __dbg(1, format, ## __VA_ARGS__)
drivers/memstick/host/r592.h
168
#define dbg(format, ...) __dbg(1, format, ## __VA_ARGS__)
drivers/misc/ibmasm/ibmasm.h
35
#define dbg(STR, ARGS...) \
drivers/mtd/nand/raw/r852.h
145
#define dbg(format, ...) \
drivers/mtd/sm_ftl.h
74
#define dbg(format, ...) \
drivers/net/wan/farsync.c
511
#define dbg(F, fmt, args...) \
drivers/net/wan/farsync.c
517
#define dbg(F, fmt, args...) \
drivers/pci/hotplug/acpi_pcihp.c
24
#define dbg(fmt, arg...) do { if (debug_acpi) printk(KERN_DEBUG "%s: %s: " fmt, MY_NAME, __func__, ## arg); } while (0)
drivers/pci/hotplug/cpci_hotplug_core.c
32
#define dbg(format, arg...) \
drivers/pci/hotplug/cpci_hotplug_pci.c
22
#define dbg(format, arg...) \
drivers/pci/hotplug/cpcihp_generic.c
35
#define dbg(format, arg...) \
drivers/pci/hotplug/cpcihp_zt5550.c
30
#define dbg(format, arg...) \
drivers/pci/hotplug/cpqphp.h
25
#define dbg(fmt, arg...) do { if (cpqhp_debug) printk(KERN_DEBUG "%s: " fmt, MY_NAME, ## arg); } while (0)
drivers/pci/hotplug/pci_hotplug_core.c
31
#define dbg(fmt, arg...) do { if (debug) printk(KERN_DEBUG "%s: %s: " fmt, MY_NAME, __func__, ## arg); } while (0)
drivers/pci/hotplug/rpaphp.h
36
#define dbg(format, arg...) \
drivers/video/fbdev/s1d13xxxfb.c
46
#define dbg(fmt, args...) do { printk(KERN_INFO fmt, ## args); } while(0)
drivers/video/fbdev/s1d13xxxfb.c
48
#define dbg(fmt, args...) do { no_printk(KERN_INFO fmt, ## args); } while (0)
include/soc/fsl/qe/immap_qe.h
372
struct dbg {
lib/bch.c
98
#define dbg(_fmt, args...) do {} while (0)
tools/objtool/include/objtool/warn.h
133
#define dbg(args...) \
tools/testing/selftests/drivers/net/psp_responder.c
15
#define dbg(msg...) \
tools/usb/usbip/libsrc/usbip_common.h
86
#define dbg(fmt, args...) \