Lines Matching defs:ops
859 const struct acpi_debugger_ops *ops)
864 if (acpi_debugger.ops) {
870 acpi_debugger.ops = ops;
878 void acpi_unregister_debugger(const struct acpi_debugger_ops *ops)
881 if (ops == acpi_debugger.ops) {
882 acpi_debugger.ops = NULL;
898 if (!acpi_debugger.ops) {
906 func = acpi_debugger.ops->create_thread;
928 if (!acpi_debugger.ops) {
936 func = acpi_debugger.ops->write_log;
958 if (!acpi_debugger.ops) {
966 func = acpi_debugger.ops->read_cmd;
988 if (!acpi_debugger.ops) {
996 func = acpi_debugger.ops->wait_command_ready;
1019 if (!acpi_debugger.ops) {
1027 func = acpi_debugger.ops->notify_command_complete;