zephyr/drivers/disk/nvme
Daniel DeGrasse d18cbb60b2 drivers: disk: add DISK_IOCTL_CTRL_DEINIT command to supported IOCTLs
Add DISK_IOCTL_CTRL_DEINIT ioctl command to disk subsystem. When
disk_access_ioctl() is called with this command, the disk will be
de-initialized. After this IOCTL completes, the disk can safely be
reinitialized.

Fixes #60628

Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
2024-06-07 18:16:01 +01:00
..
CMakeLists.txt
Kconfig
nvme.h
nvme_cmd.c
nvme_cmd.h
nvme_controller.c
nvme_controller_cmd.c
nvme_disk.c drivers: disk: add DISK_IOCTL_CTRL_DEINIT command to supported IOCTLs 2024-06-07 18:16:01 +01:00
nvme_helpers.h
nvme_namespace.c
nvme_namespace.h