Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Ddynamic_debug.h45 void __dynamic_pr_debug(struct _ddebug *descriptor, const char *fmt, ...);
78 __dynamic_pr_debug(&descriptor, pr_fmt(fmt), \
Dprintk.h408 __dynamic_pr_debug(&descriptor, fmt, ##__VA_ARGS__); \
/linux-4.1.27/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.1.27/drivers/acpi/
Dutils.c542 __dynamic_pr_debug(descriptor, "ACPI: %s: %pV", path ? path : "<n/a>", &vaf); in __acpi_handle_debug()