Home
last modified time | relevance | path

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

/linux/drivers/acpi/
A Dosl.c852 static struct acpi_debugger acpi_debugger; variable
861 if (acpi_debugger.ops) { in acpi_register_debugger()
866 acpi_debugger.owner = owner; in acpi_register_debugger()
867 acpi_debugger.ops = ops; in acpi_register_debugger()
879 acpi_debugger.ops = NULL; in acpi_unregister_debugger()
880 acpi_debugger.owner = NULL; in acpi_unregister_debugger()
895 if (!acpi_debugger.ops) { in acpi_debugger_create_thread()
925 if (!acpi_debugger.ops) { in acpi_debugger_write_log()
955 if (!acpi_debugger.ops) { in acpi_debugger_read_cmd()
985 if (!acpi_debugger.ops) { in acpi_debugger_wait_command_ready()
[all …]
/linux/include/linux/
A Dacpi.h147 struct acpi_debugger { struct

Completed in 109 milliseconds