Home
last modified time | relevance | path

Searched refs:acpi_debugger (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/drivers/acpi/
Dosl.c855 static struct acpi_debugger acpi_debugger; variable
863 mutex_lock(&acpi_debugger.lock); in acpi_register_debugger()
864 if (acpi_debugger.ops) { in acpi_register_debugger()
869 acpi_debugger.owner = owner; in acpi_register_debugger()
870 acpi_debugger.ops = ops; in acpi_register_debugger()
873 mutex_unlock(&acpi_debugger.lock); in acpi_register_debugger()
880 mutex_lock(&acpi_debugger.lock); in acpi_unregister_debugger()
881 if (ops == acpi_debugger.ops) { in acpi_unregister_debugger()
882 acpi_debugger.ops = NULL; in acpi_unregister_debugger()
883 acpi_debugger.owner = NULL; in acpi_unregister_debugger()
[all …]
/linux-6.6.21/include/linux/
Dacpi.h147 struct acpi_debugger { struct