Searched refs:ACPI_LV_FUNCTIONS (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/acpi/acpica/ |
D | utdebug.c | 263 if (ACPI_IS_DEBUG_ENABLED(ACPI_LV_FUNCTIONS, component_id)) { in ACPI_EXPORT_SYMBOL() 264 acpi_debug_print(ACPI_LV_FUNCTIONS, in ACPI_EXPORT_SYMBOL() 301 if (ACPI_IS_DEBUG_ENABLED(ACPI_LV_FUNCTIONS, component_id)) { in ACPI_EXPORT_SYMBOL() 302 acpi_debug_print(ACPI_LV_FUNCTIONS, in ACPI_EXPORT_SYMBOL() 337 if (ACPI_IS_DEBUG_ENABLED(ACPI_LV_FUNCTIONS, component_id)) { in acpi_ut_trace_str() 338 acpi_debug_print(ACPI_LV_FUNCTIONS, in acpi_ut_trace_str() 373 if (ACPI_IS_DEBUG_ENABLED(ACPI_LV_FUNCTIONS, component_id)) { in acpi_ut_trace_u32() 374 acpi_debug_print(ACPI_LV_FUNCTIONS, in acpi_ut_trace_u32() 405 if (ACPI_IS_DEBUG_ENABLED(ACPI_LV_FUNCTIONS, component_id)) { in acpi_ut_exit() 406 acpi_debug_print(ACPI_LV_FUNCTIONS, in acpi_ut_exit() [all …]
|
D | dbxface.c | 221 acpi_dbg_level &= ~(ACPI_LV_PARSE | ACPI_LV_FUNCTIONS); in acpi_db_single_step()
|
/Linux-v4.19/include/acpi/ |
D | acoutput.h | 81 #define ACPI_LV_FUNCTIONS 0x00200000 macro 133 #define ACPI_DB_FUNCTIONS ACPI_DEBUG_LEVEL (ACPI_LV_FUNCTIONS)
|
/Linux-v4.19/Documentation/acpi/ |
D | debug.txt | 104 ACPI_LV_FUNCTIONS 0x00200000
|
/Linux-v4.19/drivers/acpi/ |
D | sysfs.c | 94 ACPI_DEBUG_INIT(ACPI_LV_FUNCTIONS),
|