Lines Matching full:disk
8 NVMe controllers and disks are supported. Disks can be accessed via the :ref:`Disk Access API <disk…
16 - NVMe controller: :zephyr_file:`drivers/disk/nvme/nvme_controller.c`
17 - NVMe commands: :zephyr_file:`drivers/disk/nvme/nvme_cmd.c`
18 - NVMe namespace: :zephyr_file:`drivers/disk/nvme/nvme_namespace.c`
24 accessing each ones through the Disk Access API :zephyr_file:`drivers/disk/nvme/nvme_disk.c`.
26 If a controller exposes more than 1 namespace (disk), it will be possible to raise the amount of bu…
29 Each exposed disk, via it's related disk_info structure, will be distinguished by its name which is…
30 it's related namespace. As such, the disk name follows NVMe naming which is nvme<k>n<n> where k is …
31 and n the namespame number. Most of the time, if only one NVMe disk is plugged into the system, one…
32 an exposed disk.
40 Any board exposing an NVMe disk should provide a DTS overlay to enable its use within Zephyr