Searched refs:__acpi_handle_debug (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/include/linux/ |
D | acpi.h | 656 void __acpi_handle_debug(struct _ddebug *descriptor, acpi_handle handle, const char *fmt, ...); 658 #define __acpi_handle_debug(descriptor, handle, fmt, ...) \ macro 692 __acpi_handle_debug(&descriptor, handle, pr_fmt(fmt), \
|
/linux-4.1.27/drivers/acpi/ |
D | utils.c | 530 __acpi_handle_debug(struct _ddebug *descriptor, acpi_handle handle, in __acpi_handle_debug() function 547 EXPORT_SYMBOL(__acpi_handle_debug);
|