Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dacpi.h139 struct acpi_debugger_ops { struct
148 const struct acpi_debugger_ops *ops; argument
156 const struct acpi_debugger_ops *ops);
157 void acpi_unregister_debugger(const struct acpi_debugger_ops *ops);
170 const struct acpi_debugger_ops *ops) in acpi_register_debugger()
175 static inline void acpi_unregister_debugger(const struct acpi_debugger_ops *ops) in acpi_unregister_debugger()
/openbmc/linux/drivers/acpi/
H A Dosl.c859 const struct acpi_debugger_ops *ops) in acpi_register_debugger()
878 void acpi_unregister_debugger(const struct acpi_debugger_ops *ops) in acpi_unregister_debugger()
H A Dacpi_dbg.c733 static const struct acpi_debugger_ops acpi_aml_debugger = {