Lines Matching defs:shutdown
798 static void apple_nvme_disable(struct apple_nvme *anv, bool shutdown)
819 * doing a safe shutdown.
821 if (!dead && shutdown && freeze)
833 * Always disable the NVMe controller after shutdown.
844 * NVMe disabled state, after a clean shutdown).
846 if (shutdown)
847 nvme_disable_ctrl(&anv->ctrl, shutdown);
870 if (shutdown) {
890 * - ctrl disable/shutdown fabrics requests
1601 .shutdown = apple_nvme_shutdown,