Home
last modified time | relevance | path

Searched refs:disk (Results 101 – 125 of 183) sorted by relevance

12345678

/Zephyr-latest/boards/shields/pmod_sd/doc/
Dindex.rst26 :zephyr-app: tests/drivers/disk/disk_access
/Zephyr-latest/boards/m5stack/m5stack_core2/
Dm5stack_core2_procpu.dts224 compatible = "zephyr,sdmmc-disk";
225 disk-name = "SD";
/Zephyr-latest/boards/ezurio/mg100/
Dmg100.dts156 compatible = "zephyr,sdmmc-disk";
157 disk-name = "SD";
/Zephyr-latest/boards/atmel/sam/sam4e_xpro/
Dsam4e_xpro.dts221 compatible = "zephyr,sdmmc-disk";
222 disk-name = "SD";
/Zephyr-latest/subsys/
DCMakeLists.txt42 add_subdirectory_ifdef(CONFIG_DISK_ACCESS disk)
DKconfig18 source "subsys/disk/Kconfig"
/Zephyr-latest/drivers/disk/nvme/
Dnvme_namespace.c132 if (nvme_namespace_disk_setup(ns, &ns->disk) != 0) { in nvme_namespace_construct()
/Zephyr-latest/boards/nxp/mimxrt1020_evk/
Dmimxrt1020_evk.dts208 compatible = "zephyr,sdmmc-disk";
209 disk-name = "SD";
/Zephyr-latest/boards/nxp/mimxrt1024_evk/
Dmimxrt1024_evk.dts243 compatible = "zephyr,sdmmc-disk";
244 disk-name = "SD";
/Zephyr-latest/boards/nxp/frdm_k64f/
Dfrdm_k64f.dts165 compatible = "zephyr,sdmmc-disk";
166 disk-name = "SD";
/Zephyr-latest/subsys/fs/
Dlittlefs_fs.c211 const char *disk = c->context; in lfs_api_read_blk() local
212 int rc = disk_access_read(disk, buffer, block, in lfs_api_read_blk()
221 const char *disk = c->context; in lfs_api_prog_blk() local
222 int rc = disk_access_write(disk, buffer, block, size / c->block_size); in lfs_api_prog_blk()
229 const char *disk = c->context; in lfs_api_sync_blk() local
230 int rc = disk_access_ioctl(disk, DISK_IOCTL_CTRL_SYNC, NULL); in lfs_api_sync_blk()
DKconfig.fatfs46 destroy your disk, if mount attempt fails. In case when your
47 disk can be detached from a device and recovered using other
49 When this option is disabled, disk needs to be FAT formatted
273 For example, 2 FAT partition on SD disk (3) in terms of Zephyr:
/Zephyr-latest/samples/subsys/usb/mass/src/
Dmain.c36 #error No supported disk driver enabled
/Zephyr-latest/boards/seeed/wio_terminal/
Dwio_terminal.dts277 compatible = "zephyr,sdmmc-disk";
278 disk-name = "SD";
/Zephyr-latest/boards/nordic/nrf5340_audio_dk/
Dnrf5340_audio_dk_nrf5340_cpuapp_common.dtsi216 compatible = "zephyr,sdmmc-disk";
217 disk-name = "SD";
/Zephyr-latest/boards/nxp/mimxrt1050_evk/
Dmimxrt1050_evk.dtsi223 compatible = "zephyr,sdmmc-disk";
224 disk-name = "SD";
/Zephyr-latest/doc/connectivity/usb/device/
Dusb_device.rst320 access and expose a RAM disk, emulated block device on a flash partition,
321 or SD Card to the host. Only one disk instance can be exported at a time.
326 host. Flash, RAM, and SDMMC/MMC disk drivers use node property ``disk-name`` to
327 set the disk name.
330 flash disk to be used must be described in the devicetree. If a storage partition
333 should be the same as ``disk-name`` property.
354 compatible = "zephyr,flash-disk";
356 disk-name = "NAND";
361 The ``disk-property`` "NAND" may be confusing, but it is simply how some file
/Zephyr-latest/boards/nxp/mimxrt1060_evk/
Dmimxrt1060_evk.dtsi231 compatible = "zephyr,sdmmc-disk";
232 disk-name = "SD";
/Zephyr-latest/doc/releases/
Dmigration-guide-4.0.rst202 * The SDMMC subsystem driver now requires a ``disk-name`` property be supplied
203 with the definition of the disk, which is used when registering the
204 SD device with the disk subsystem. This permits multiple SD devices to be
205 registered simultaneously. If unsure, ``disk-name = "SD"`` may be used
208 * The MMC subsystem driver now requires a ``disk-name`` property be supplied
209 with the definition of the disk, which is used when registering the
210 MMC device with the disk subsystem. This permits multiple MMC devices to be
211 registered simultaneously. If unsure, ``disk-name = "SD2"`` may be used
/Zephyr-latest/drivers/
DCMakeLists.txt9 add_subdirectory(disk)
/Zephyr-latest/boards/nxp/mimxrt1064_evk/
Dmimxrt1064_evk.dts278 compatible = "zephyr,sdmmc-disk";
279 disk-name = "SD";
/Zephyr-latest/boards/ezurio/bl5340_dvk/
Dbl5340_dvk_nrf5340_cpuapp_common.dtsi254 compatible = "zephyr,sdmmc-disk";
255 disk-name = "SD";
/Zephyr-latest/boards/particle/nrf51_blenano/doc/
Dindex.rst53 …DAPLink USB board acts as a dongle. DAPLink debug probes appear on the host computer as a USB disk.
/Zephyr-latest/boards/particle/nrf52_blenano2/doc/
Dindex.rst53 …DAPLink USB board acts as a dongle. DAPLink debug probes appear on the host computer as a USB disk.
/Zephyr-latest/dts/x86/intel/
Dalder_lake.dtsi357 compatible = "zephyr,mmc-disk";
358 disk-name = "SD2";

12345678