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

/linux-master/drivers/acpi/
H A Dosl.c852 static struct acpi_debugger acpi_debugger; variable in typeref:struct:acpi_debugger
860 mutex_lock(&acpi_debugger.lock);
861 if (acpi_debugger.ops) {
866 acpi_debugger.owner = owner;
867 acpi_debugger.ops = ops;
870 mutex_unlock(&acpi_debugger.lock);
877 mutex_lock(&acpi_debugger.lock);
878 if (ops == acpi_debugger.ops) {
879 acpi_debugger
[all...]
/linux-master/include/linux/
H A Dacpi.h146 struct acpi_debugger { struct

Completed in 178 milliseconds