Searched refs:ACPI_IS_DEBUG_ENABLED (Results 1 – 6 of 6) sorted by relevance
| /acpica-latest/source/components/utilities/ |
| D | utdebug.c | 304 if (!ACPI_IS_DEBUG_ENABLED (RequestedDebugLevel, ComponentId)) in AcpiDebugPrint() 402 if (!ACPI_IS_DEBUG_ENABLED (RequestedDebugLevel, ComponentId)) in ACPI_EXPORT_SYMBOL() 444 if (ACPI_IS_DEBUG_ENABLED (ACPI_LV_FUNCTIONS, ComponentId)) in ACPI_EXPORT_SYMBOL() 486 if (ACPI_IS_DEBUG_ENABLED (ACPI_LV_FUNCTIONS, ComponentId)) in ACPI_EXPORT_SYMBOL() 526 if (ACPI_IS_DEBUG_ENABLED (ACPI_LV_FUNCTIONS, ComponentId)) in AcpiUtTraceStr() 566 if (ACPI_IS_DEBUG_ENABLED (ACPI_LV_FUNCTIONS, ComponentId)) in AcpiUtTraceU32() 601 if (ACPI_IS_DEBUG_ENABLED (ACPI_LV_FUNCTIONS, ComponentId)) in AcpiUtExit() 645 if (ACPI_IS_DEBUG_ENABLED (ACPI_LV_FUNCTIONS, ComponentId)) in ACPI_EXPORT_SYMBOL() 700 if (ACPI_IS_DEBUG_ENABLED (ACPI_LV_FUNCTIONS, ComponentId)) in ACPI_EXPORT_SYMBOL() 745 if (ACPI_IS_DEBUG_ENABLED (ACPI_LV_FUNCTIONS, ComponentId)) in ACPI_EXPORT_SYMBOL() [all …]
|
| /acpica-latest/source/include/ |
| D | acoutput.h | 406 #define ACPI_IS_DEBUG_ENABLED(Level, Component) \ macro 443 if (ACPI_IS_DEBUG_ENABLED (Level, Component)) \ 598 #define ACPI_IS_DEBUG_ENABLED(Level, Component) 0 macro
|
| /acpica-latest/source/components/resources/ |
| D | rsdump.c | 258 if (!ACPI_IS_DEBUG_ENABLED (ACPI_LV_RESOURCES, _COMPONENT)) in AcpiRsDumpResourceList() 344 if (!ACPI_IS_DEBUG_ENABLED (ACPI_LV_RESOURCES, _COMPONENT)) in AcpiRsDumpIrqList()
|
| /acpica-latest/source/components/parser/ |
| D | pswalk.c | 197 if (ACPI_IS_DEBUG_ENABLED (ACPI_LV_PARSE_TREES, _COMPONENT)) in AcpiPsDeleteParseTree()
|
| /acpica-latest/source/components/namespace/ |
| D | nsdump.c | 221 if (!ACPI_IS_DEBUG_ENABLED (ACPI_LV_NAMES, ACPI_NAMESPACE)) in AcpiNsPrintPathname() 283 if (!ACPI_IS_DEBUG_ENABLED (Level, Component)) in AcpiNsDumpPathname()
|
| /acpica-latest/source/components/executer/ |
| D | exdump.c | 755 if (!ACPI_IS_DEBUG_ENABLED (ACPI_LV_EXEC, _COMPONENT)) in AcpiExDumpOperand() 1131 if (!ACPI_IS_DEBUG_ENABLED (ACPI_LV_OBJECTS, _COMPONENT)) in AcpiExDumpNamespaceNode() 1342 if (!ACPI_IS_DEBUG_ENABLED (ACPI_LV_OBJECTS, _COMPONENT)) in AcpiExDumpObjectDescriptor()
|