Searched refs:debug_layer (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/Documentation/acpi/ |
D | debug.txt | 18 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 …]
|
D | method-tracing.txt | 7 The temporary debug_layer used when tracing the method.
|
D | initrd_table_override.txt | 73 acpi.debug_level=0x2 acpi.debug_layer=0xFFFFFFFF
|
/linux-4.1.27/drivers/acpi/acpica/ |
D | psxface.c | 79 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()
|
D | utxface.c | 203 info_ptr->debug_layer = acpi_dbg_layer; in ACPI_EXPORT_SYMBOL()
|
/linux-4.1.27/include/acpi/ |
D | actypes.h | 1021 u32 debug_layer; member
|
D | acpixf.h | 503 u32 debug_layer, u32 flags))
|
/linux-4.1.27/drivers/acpi/ |
D | sysfs.c | 162 module_param_cb(debug_layer, ¶m_ops_debug_layer, &acpi_dbg_layer, 0644);
|
D | Kconfig | 267 Use the acpi.debug_layer and acpi.debug_level kernel command-line
|
/linux-4.1.27/Documentation/ |
D | kernel-parameters.txt | 200 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
|