Home
last modified time | relevance | path

Searched refs:acpi_debugger_ops (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/include/linux/
Dacpi.h152 struct acpi_debugger_ops { struct
161 const struct acpi_debugger_ops *ops; argument
169 const struct acpi_debugger_ops *ops);
170 void acpi_unregister_debugger(const struct acpi_debugger_ops *ops);
183 const struct acpi_debugger_ops *ops) in acpi_register_debugger()
188 static inline void acpi_unregister_debugger(const struct acpi_debugger_ops *ops) in acpi_unregister_debugger()
/Linux-v4.19/drivers/acpi/
Dosl.c841 const struct acpi_debugger_ops *ops) in acpi_register_debugger()
860 void acpi_unregister_debugger(const struct acpi_debugger_ops *ops) in acpi_unregister_debugger()
Dacpi_dbg.c743 static const struct acpi_debugger_ops acpi_aml_debugger = {