Searched refs:ACPI_LV_FUNCTIONS (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/acpi/acpica/ |
D | utdebug.c | 287 if (ACPI_IS_DEBUG_ENABLED(ACPI_LV_FUNCTIONS, component_id)) { in ACPI_EXPORT_SYMBOL() 288 acpi_debug_print(ACPI_LV_FUNCTIONS, in ACPI_EXPORT_SYMBOL() 323 if (ACPI_IS_DEBUG_ENABLED(ACPI_LV_FUNCTIONS, component_id)) { in ACPI_EXPORT_SYMBOL() 324 acpi_debug_print(ACPI_LV_FUNCTIONS, in ACPI_EXPORT_SYMBOL() 359 if (ACPI_IS_DEBUG_ENABLED(ACPI_LV_FUNCTIONS, component_id)) { in acpi_ut_trace_str() 360 acpi_debug_print(ACPI_LV_FUNCTIONS, in acpi_ut_trace_str() 395 if (ACPI_IS_DEBUG_ENABLED(ACPI_LV_FUNCTIONS, component_id)) { in acpi_ut_trace_u32() 396 acpi_debug_print(ACPI_LV_FUNCTIONS, in acpi_ut_trace_u32() 427 if (ACPI_IS_DEBUG_ENABLED(ACPI_LV_FUNCTIONS, component_id)) { in acpi_ut_exit() 428 acpi_debug_print(ACPI_LV_FUNCTIONS, in acpi_ut_exit() [all …]
|
D | dbxface.c | 245 acpi_dbg_level &= ~(ACPI_LV_PARSE | ACPI_LV_FUNCTIONS); in acpi_db_single_step()
|
/linux-4.4.14/include/acpi/ |
D | acoutput.h | 115 #define ACPI_LV_FUNCTIONS 0x00200000 macro 166 #define ACPI_DB_FUNCTIONS ACPI_DEBUG_LEVEL (ACPI_LV_FUNCTIONS)
|
/linux-4.4.14/Documentation/acpi/ |
D | debug.txt | 104 ACPI_LV_FUNCTIONS 0x00200000
|
/linux-4.4.14/drivers/acpi/ |
D | sysfs.c | 91 ACPI_DEBUG_INIT(ACPI_LV_FUNCTIONS),
|