Home
last modified time | relevance | path

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

/linux-6.15/drivers/acpi/
H A Dosl.c884 static struct acpi_debugger acpi_debugger; variable
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()
911 acpi_debugger.ops = NULL; in acpi_unregister_debugger()
912 acpi_debugger.owner = NULL; in acpi_unregister_debugger()
927 if (!acpi_debugger.ops) { in acpi_debugger_create_thread()
957 if (!acpi_debugger.ops) { in acpi_debugger_write_log()
987 if (!acpi_debugger.ops) { in acpi_debugger_read_cmd()
1017 if (!acpi_debugger.ops) { in acpi_debugger_wait_command_ready()
[all …]
/linux-6.15/include/linux/
H A Dacpi.h147 struct acpi_debugger { struct