Searched refs:_ddebug (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/include/linux/ |
D | dynamic_debug.h | 9 struct _ddebug { struct 39 int ddebug_add_module(struct _ddebug *tab, unsigned int n, argument 45 void __dynamic_pr_debug(struct _ddebug *descriptor, const char *fmt, ...); 53 void __dynamic_dev_dbg(struct _ddebug *descriptor, const struct device *dev, 59 void __dynamic_netdev_dbg(struct _ddebug *descriptor, 64 static struct _ddebug __aligned(8) \
|
D | acpi.h | 696 void __acpi_handle_debug(struct _ddebug *descriptor, acpi_handle handle, const char *fmt, ...);
|
/linux-4.4.14/lib/ |
D | dynamic_debug.c | 40 extern struct _ddebug __start___verbose[]; 41 extern struct _ddebug __stop___verbose[]; 47 struct _ddebug *ddebugs; 89 static char *ddebug_describe_flags(struct _ddebug *dp, char *buf, in ddebug_describe_flags() 157 struct _ddebug *dp = &dt->ddebugs[i]; in ddebug_change() 508 static char *dynamic_emit_prefix(const struct _ddebug *desc, char *buf) in dynamic_emit_prefix() 540 void __dynamic_pr_debug(struct _ddebug *descriptor, const char *fmt, ...) in __dynamic_pr_debug() 560 void __dynamic_dev_dbg(struct _ddebug *descriptor, in __dynamic_dev_dbg() 591 void __dynamic_netdev_dbg(struct _ddebug *descriptor, in __dynamic_netdev_dbg() 684 static struct _ddebug *ddebug_iter_first(struct ddebug_iter *iter) in ddebug_iter_first() [all …]
|
/linux-4.4.14/drivers/acpi/ |
D | utils.c | 526 __acpi_handle_debug(struct _ddebug *descriptor, acpi_handle handle, in __acpi_handle_debug()
|
/linux-4.4.14/kernel/ |
D | module.c | 327 struct _ddebug *debug; 2559 static void dynamic_debug_setup(struct _ddebug *debug, unsigned int num) in dynamic_debug_setup() 2570 static void dynamic_debug_remove(struct _ddebug *debug) in dynamic_debug_remove()
|