Searched refs:acpi_debugger (Results 1 – 2 of 2) sorted by relevance
852 static struct acpi_debugger acpi_debugger; variable861 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 …]
147 struct acpi_debugger { struct
Completed in 109 milliseconds