/Zephyr-latest/boards/shields/v2c_daplink/ |
D | v2c_daplink_cfg.overlay | 35 compatible = "zephyr,sdmmc-disk"; 36 disk-name = "SD";
|
D | v2c_daplink.overlay | 43 compatible = "zephyr,sdmmc-disk"; 44 disk-name = "SD";
|
/Zephyr-latest/samples/subsys/fs/fs_sample/boards/ |
D | nrf52840dk_nrf52840_ram_disk_region.overlay | 30 * used later in disk definition. 40 compatible = "zephyr,ram-disk"; 44 disk-name = "SD"; 51 * disk using a phandle; note that we reference the
|
D | nrf54l15dk_nrf54l15_cpuapp.overlay | 40 compatible = "zephyr,flash-disk"; 42 disk-name = "SD";
|
D | nrf52840dk_nrf52840.overlay | 42 compatible = "zephyr,flash-disk"; 44 disk-name = "SD";
|
/Zephyr-latest/samples/subsys/usb/mass/boards/ |
D | rpi_pico.overlay | 34 compatible = "zephyr,flash-disk"; 36 disk-name = "NAND";
|
/Zephyr-latest/boards/shields/sparkfun_carrier_asset_tracker/ |
D | sparkfun_carrier_asset_tracker.overlay | 37 compatible = "zephyr,sdmmc-disk"; 38 disk-name = "SD";
|
/Zephyr-latest/subsys/usb/device/class/ |
D | Kconfig.msc | 13 string "Mass storage disk or drive name" 16 Mass storage device disk or drive name 51 Stack size for mass storage disk operations thread
|
/Zephyr-latest/samples/subsys/usb/mass/ |
D | README.rst | 5 Expose board's RAM or FLASH as a USB disk using USB Mass Storage driver. 12 into an USB disk. This sample can be found under 25 The selection between a RAM-based or a FLASH-based disk and file system 28 RAM-disk Example without any file system 31 The default configurations selects RAM-based disk without any file system. 32 This example only needs additional 96KiB RAM for the RAM-disk and is intended 47 with a RAM-disk. Alternatively it is possible with the FLASH-based disk. 48 In this example we will build the sample with a RAM-based disk: 58 In this example we will build the sample with a FLASH-based disk and FAT 92 sd 3:0:0:0: [sdb] Attached SCSI removable disk [all …]
|
/Zephyr-latest/boards/intel/socfpga/agilex5_socdk/ |
D | intel_socfpga_agilex5_socdk.dts | 28 compatible = "zephyr,sdmmc-disk"; 29 disk-name = "SD";
|
/Zephyr-latest/samples/subsys/fs/littlefs/boards/ |
D | rcar_salvator_xs.overlay | 4 disk {
|
D | rcar_h3ulcb_r8a77951_a57.overlay | 4 disk {
|
/Zephyr-latest/tests/subsys/sd/mmc/boards/ |
D | rcar_h3ulcb_r8a77951_a57.overlay | 4 disk {
|
/Zephyr-latest/tests/drivers/disk/disk_performance/boards/ |
D | rcar_h3ulcb_r8a77951_a57.overlay | 4 disk {
|
D | rcar_salvator_xs.overlay | 4 disk {
|
/Zephyr-latest/boards/shields/seeed_xiao_expansion_board/ |
D | seeed_xiao_expansion_board.overlay | 62 compatible = "zephyr,sdmmc-disk"; 63 disk-name = "SD";
|
/Zephyr-latest/boards/seeed/xiao_esp32s3/ |
D | xiao_esp32s3_procpu_sense.dts | 67 compatible = "zephyr,sdmmc-disk"; 68 disk-name = "SD";
|
/Zephyr-latest/subsys/usb/device_next/class/ |
D | usbd_msc_scsi.h | 65 const char *disk; member 85 void scsi_init(struct scsi_ctx *ctx, const char *disk, const char *vendor,
|
/Zephyr-latest/drivers/disk/ |
D | sdmmc_stm32.c | 281 static int stm32_sdmmc_access_init(struct disk_info *disk) in stm32_sdmmc_access_init() argument 283 const struct device *dev = disk->dev; in stm32_sdmmc_access_init() 356 static int stm32_sdmmc_access_status(struct disk_info *disk) in stm32_sdmmc_access_status() argument 358 const struct device *dev = disk->dev; in stm32_sdmmc_access_status() 395 static int stm32_sdmmc_access_read(struct disk_info *disk, uint8_t *data_buf, in stm32_sdmmc_access_read() argument 398 const struct device *dev = disk->dev; in stm32_sdmmc_access_read() 450 static int stm32_sdmmc_access_write(struct disk_info *disk, in stm32_sdmmc_access_write() argument 454 const struct device *dev = disk->dev; in stm32_sdmmc_access_write() 492 static int stm32_sdmmc_access_ioctl(struct disk_info *disk, uint8_t cmd, in stm32_sdmmc_access_ioctl() argument 495 const struct device *dev = disk->dev; in stm32_sdmmc_access_ioctl() [all …]
|
/Zephyr-latest/doc/services/storage/ |
D | index.rst | 11 disk/access.rst
|
/Zephyr-latest/boards/shields/adafruit_data_logger/ |
D | adafruit_data_logger.overlay | 45 compatible = "zephyr,sdmmc-disk"; 46 disk-name = "SD";
|
/Zephyr-latest/boards/pjrc/teensy4/ |
D | teensy41.dts | 73 compatible = "zephyr,sdmmc-disk"; 74 disk-name = "SD";
|
/Zephyr-latest/tests/subsys/usb/device_next/ |
D | build_all.overlay | 49 compatible = "zephyr,ram-disk"; 50 disk-name = "RAM";
|
/Zephyr-latest/boards/shields/adafruit_2_8_tft_touch_v2/dts/ |
D | adafruit_2_8_tft_touch_v2.dtsi | 60 compatible = "zephyr,sdmmc-disk"; 61 disk-name = "SD";
|
/Zephyr-latest/subsys/fs/ |
D | Kconfig.littlefs | 49 more data and reducing the number of disk accesses. Must be a 122 bool "Support for selecting littlefs disk version" 123 default y if $(dt_compat_any_has_prop,$(DT_COMPAT_ZEPHYR_FSTAB_LITTLEFS),disk-version) 125 Enable this option to provide support for selecting littlefs disk version 127 with the same major disk version.
|