Searched refs:__acpi_handle_debug (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/include/linux/ |
D | acpi.h | 696 void __acpi_handle_debug(struct _ddebug *descriptor, acpi_handle handle, const char *fmt, ...); 698 #define __acpi_handle_debug(descriptor, handle, fmt, ...) \ macro 732 __acpi_handle_debug(&descriptor, handle, pr_fmt(fmt), \
|
/linux-4.4.14/drivers/acpi/ |
D | utils.c | 526 __acpi_handle_debug(struct _ddebug *descriptor, acpi_handle handle, in __acpi_handle_debug() function 543 EXPORT_SYMBOL(__acpi_handle_debug);
|