Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dacpi.h144 struct acpi_debugger_ops { struct
153 const struct acpi_debugger_ops *ops; argument
161 const struct acpi_debugger_ops *ops);
162 void acpi_unregister_debugger(const struct acpi_debugger_ops *ops);
175 const struct acpi_debugger_ops *ops) in acpi_register_debugger()
180 static inline void acpi_unregister_debugger(const struct acpi_debugger_ops *ops) in acpi_unregister_debugger()
/OK3568_Linux_fs/kernel/drivers/acpi/
H A Dosl.c856 const struct acpi_debugger_ops *ops) in acpi_register_debugger()
875 void acpi_unregister_debugger(const struct acpi_debugger_ops *ops) in acpi_unregister_debugger()
H A Dacpi_dbg.c740 static const struct acpi_debugger_ops acpi_aml_debugger = {