Lines Matching full:shutdown
117 * sysmon_request_shutdown() - request graceful shutdown of remote
124 char *req = "ssr:shutdown"; in sysmon_request_shutdown()
134 dev_err(sysmon->dev, "send sysmon shutdown request failed\n"); in sysmon_request_shutdown()
147 "unexpected response to sysmon shutdown request\n"); in sysmon_request_shutdown()
320 dev_err(sysmon->dev, "timeout waiting for shutdown ack\n"); in ssctl_request_shutdown_wait()
325 * ssctl_request_shutdown() - request shutdown via SSCTL QMI service
348 dev_err(sysmon->dev, "failed to send shutdown request\n"); in ssctl_request_shutdown()
355 dev_err(sysmon->dev, "timeout waiting for shutdown response\n"); in ssctl_request_shutdown()
357 dev_err(sysmon->dev, "shutdown request rejected\n"); in ssctl_request_shutdown()
359 dev_dbg(sysmon->dev, "shutdown request completed\n"); in ssctl_request_shutdown()
549 /* Don't request graceful shutdown if we've crashed */ in sysmon_stop()
649 "shutdown-ack"); in qcom_add_sysmon_subdev()
653 "failed to retrieve shutdown-ack IRQ\n"); in qcom_add_sysmon_subdev()
663 "q6v5 shutdown-ack", sysmon); in qcom_add_sysmon_subdev()
666 "failed to acquire shutdown-ack IRQ\n"); in qcom_add_sysmon_subdev()
724 * qcom_sysmon_shutdown_acked() - query the success of the last shutdown
727 * When sysmon is used to request a graceful shutdown of the remote processor
729 * know if it should fall back to other means of requesting a shutdown.
731 * Return: boolean indicator of the success of the last shutdown request