Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Ddynamic_debug.h45 void __dynamic_pr_debug(struct _ddebug *descriptor, const char *fmt, ...);
78 __dynamic_pr_debug(&descriptor, pr_fmt(fmt), \
Dnet.h254 __dynamic_pr_debug(&descriptor, fmt, ##__VA_ARGS__); \
Dprintk.h410 __dynamic_pr_debug(&descriptor, pr_fmt(fmt), ##__VA_ARGS__); \
/linux-4.4.14/lib/
Ddynamic_debug.c540 void __dynamic_pr_debug(struct _ddebug *descriptor, const char *fmt, ...) in __dynamic_pr_debug() function
558 EXPORT_SYMBOL(__dynamic_pr_debug);
/linux-4.4.14/drivers/acpi/
Dutils.c538 __dynamic_pr_debug(descriptor, "ACPI: %s: %pV", path ? path : "<n/a>", &vaf); in __acpi_handle_debug()