Searched refs:__acpi_handle_debug (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/include/linux/ |
D | acpi.h | 950 void __acpi_handle_debug(struct _ddebug *descriptor, acpi_handle handle, const char *fmt, ...); 952 #define __acpi_handle_debug(descriptor, handle, fmt, ...) \ macro 986 __acpi_handle_debug(&descriptor, handle, pr_fmt(fmt), \
|
/Linux-v4.19/drivers/acpi/ |
D | utils.c | 524 __acpi_handle_debug(struct _ddebug *descriptor, acpi_handle handle, in __acpi_handle_debug() function 541 EXPORT_SYMBOL(__acpi_handle_debug);
|