Home
last modified time | relevance | path

Searched refs:acpi_debug_levels (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/acpi/
H A Dsysfs.c71 static const struct acpi_dlevel acpi_debug_levels[] = { variable
143 for (i = 0; i < ARRAY_SIZE(acpi_debug_levels); i++) { in param_get_debug_level()
145 acpi_debug_levels[i].name, in param_get_debug_level()
146 acpi_debug_levels[i].value, in param_get_debug_level()
147 (acpi_dbg_level & acpi_debug_levels[i].value) in param_get_debug_level()
/kernel/linux/linux-6.6/drivers/acpi/
H A Dsysfs.c55 static const struct acpi_dlevel acpi_debug_levels[] = { variable
127 for (i = 0; i < ARRAY_SIZE(acpi_debug_levels); i++) { in param_get_debug_level()
129 acpi_debug_levels[i].name, in param_get_debug_level()
130 acpi_debug_levels[i].value, in param_get_debug_level()
131 (acpi_dbg_level & acpi_debug_levels[i].value) in param_get_debug_level()

Completed in 3 milliseconds