Lines Matching defs:ops
856 const struct acpi_debugger_ops *ops)
861 if (acpi_debugger.ops) {
867 acpi_debugger.ops = ops;
875 void acpi_unregister_debugger(const struct acpi_debugger_ops *ops)
878 if (ops == acpi_debugger.ops) {
879 acpi_debugger.ops = NULL;
895 if (!acpi_debugger.ops) {
903 func = acpi_debugger.ops->create_thread;
925 if (!acpi_debugger.ops) {
933 func = acpi_debugger.ops->write_log;
955 if (!acpi_debugger.ops) {
963 func = acpi_debugger.ops->read_cmd;
985 if (!acpi_debugger.ops) {
993 func = acpi_debugger.ops->wait_command_ready;
1016 if (!acpi_debugger.ops) {
1024 func = acpi_debugger.ops->notify_command_complete;