Lines Matching full:shutdown
118 * sysmon_request_shutdown() - request graceful shutdown of remote
125 char *req = "ssr:shutdown"; in sysmon_request_shutdown()
135 dev_err(sysmon->dev, "send sysmon shutdown request failed\n"); in sysmon_request_shutdown()
148 "unexpected response to sysmon shutdown request\n"); in sysmon_request_shutdown()
321 dev_err(sysmon->dev, "timeout waiting for shutdown ack\n"); in ssctl_request_shutdown_wait()
326 * ssctl_request_shutdown() - request shutdown via SSCTL QMI service
349 dev_err(sysmon->dev, "failed to send shutdown request\n"); in ssctl_request_shutdown()
356 dev_err(sysmon->dev, "timeout waiting for shutdown response\n"); in ssctl_request_shutdown()
358 dev_err(sysmon->dev, "shutdown request rejected\n"); in ssctl_request_shutdown()
360 dev_dbg(sysmon->dev, "shutdown request completed\n"); in ssctl_request_shutdown()
550 /* Don't request graceful shutdown if we've crashed */ in sysmon_stop()
650 "shutdown-ack"); in qcom_add_sysmon_subdev()
654 "failed to retrieve shutdown-ack IRQ\n"); in qcom_add_sysmon_subdev()
662 "q6v5 shutdown-ack", sysmon); in qcom_add_sysmon_subdev()
665 "failed to acquire shutdown-ack IRQ\n"); in qcom_add_sysmon_subdev()
722 * qcom_sysmon_shutdown_acked() - query the success of the last shutdown
725 * When sysmon is used to request a graceful shutdown of the remote processor
727 * know if it should fall back to other means of requesting a shutdown.
729 * Return: boolean indicator of the success of the last shutdown request