Home
last modified time | relevance | path

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

/linux/drivers/acpi/
H A Dosl.c884 static struct acpi_debugger acpi_debugger; variable
892 mutex_lock(&acpi_debugger.lock); in acpi_register_debugger()
893 if (acpi_debugger.ops) { in acpi_register_debugger()
898 acpi_debugger.owner = owner; in acpi_register_debugger()
899 acpi_debugger.ops = ops; in acpi_register_debugger()
902 mutex_unlock(&acpi_debugger.lock); in acpi_register_debugger()
909 mutex_lock(&acpi_debugger.lock); in acpi_unregister_debugger()
910 if (ops == acpi_debugger.ops) { in acpi_unregister_debugger()
911 acpi_debugger.ops = NULL; in acpi_unregister_debugger()
912 acpi_debugger.owner = NULL; in acpi_unregister_debugger()
[all …]
/linux/include/linux/
H A Dacpi.h149 struct acpi_debugger { struct