Home
last modified time | relevance | path

Searched refs:_ddebug (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/include/linux/
Ddynamic_debug.h9 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) \
Dacpi.h696 void __acpi_handle_debug(struct _ddebug *descriptor, acpi_handle handle, const char *fmt, ...);
/linux-4.4.14/lib/
Ddynamic_debug.c40 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/
Dutils.c526 __acpi_handle_debug(struct _ddebug *descriptor, acpi_handle handle, in __acpi_handle_debug()
/linux-4.4.14/kernel/
Dmodule.c327 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()