Searched refs:__acpi_handle_debug (Results 1 - 2 of 2) sorted by relevance
/linux-4.4.14/drivers/acpi/ |
H A D | utils.c | 518 * __acpi_handle_debug: pr_debug with ACPI prefix and object path 526 __acpi_handle_debug(struct _ddebug *descriptor, acpi_handle handle, __acpi_handle_debug() function 543 EXPORT_SYMBOL(__acpi_handle_debug); variable
|
/linux-4.4.14/include/linux/ |
H A D | acpi.h | 696 void __acpi_handle_debug(struct _ddebug *descriptor, acpi_handle handle, const char *fmt, ...); acpi_handle_printk() 698 #define __acpi_handle_debug(descriptor, handle, fmt, ...) \ acpi_handle_printk() macro 732 __acpi_handle_debug(&descriptor, handle, pr_fmt(fmt), \ acpi_handle_printk()
|
Completed in 103 milliseconds