Home
last modified time | relevance | path

Searched refs:debug_layer (Results 1 – 10 of 10) sorted by relevance

/linux-4.1.27/Documentation/acpi/
Ddebug.txt18 you're interested in. At boot-time, use the acpi.debug_layer and
20 debug_layer and debug_level files in /sys/module/acpi/parameters/ to control
23 debug_layer (component)
26 The "debug_layer" is a mask that selects components of interest, e.g., a
27 specific driver or part of the ACPI interpreter. To build the debug_layer
30 You can set the debug_layer mask at boot-time using the acpi.debug_layer
32 to /sys/module/acpi/parameters/debug_layer.
35 include/acpi/acpi_drivers.h. Reading /sys/module/acpi/parameters/debug_layer
124 To turn on this message, set the ACPI_BUS_COMPONENT bit in acpi.debug_layer
132 acpi.debug_layer=0xffffffff acpi.debug_level=0x2
[all …]
Dmethod-tracing.txt7 The temporary debug_layer used when tracing the method.
Dinitrd_table_override.txt73 acpi.debug_level=0x2 acpi.debug_layer=0xFFFFFFFF
/linux-4.1.27/drivers/acpi/acpica/
Dpsxface.c79 acpi_debug_trace(char *name, u32 debug_level, u32 debug_layer, u32 flags) in acpi_debug_trace() argument
96 if (debug_layer) { in acpi_debug_trace()
97 acpi_gbl_trace_dbg_layer = debug_layer; in acpi_debug_trace()
Dutxface.c203 info_ptr->debug_layer = acpi_dbg_layer; in ACPI_EXPORT_SYMBOL()
/linux-4.1.27/include/acpi/
Dactypes.h1021 u32 debug_layer; member
Dacpixf.h503 u32 debug_layer, u32 flags))
/linux-4.1.27/drivers/acpi/
Dsysfs.c162 module_param_cb(debug_layer, &param_ops_debug_layer, &acpi_dbg_layer, 0644);
DKconfig267 Use the acpi.debug_layer and acpi.debug_level kernel command-line
/linux-4.1.27/Documentation/
Dkernel-parameters.txt200 acpi.debug_layer= [HW,ACPI,ACPI_DEBUG]
204 debug output. Bits in debug_layer correspond to a
215 acpi.debug_layer=0x20000000
217 acpi.debug_layer=0x400000
220 acpi.debug_layer=0xffffffff acpi.debug_level=0x2
222 acpi.debug_layer=0x2 acpi.debug_level=0xffffffff