Home
last modified time | relevance | path

Searched refs:disk (Results 51 – 75 of 183) sorted by relevance

12345678

/Zephyr-latest/boards/shields/v2c_daplink/
Dv2c_daplink_cfg.overlay35 compatible = "zephyr,sdmmc-disk";
36 disk-name = "SD";
Dv2c_daplink.overlay43 compatible = "zephyr,sdmmc-disk";
44 disk-name = "SD";
/Zephyr-latest/samples/subsys/fs/fs_sample/boards/
Dnrf52840dk_nrf52840_ram_disk_region.overlay30 * used later in disk definition.
40 compatible = "zephyr,ram-disk";
44 disk-name = "SD";
51 * disk using a phandle; note that we reference the
Dnrf54l15dk_nrf54l15_cpuapp.overlay40 compatible = "zephyr,flash-disk";
42 disk-name = "SD";
Dnrf52840dk_nrf52840.overlay42 compatible = "zephyr,flash-disk";
44 disk-name = "SD";
/Zephyr-latest/samples/subsys/usb/mass/boards/
Drpi_pico.overlay34 compatible = "zephyr,flash-disk";
36 disk-name = "NAND";
/Zephyr-latest/boards/shields/sparkfun_carrier_asset_tracker/
Dsparkfun_carrier_asset_tracker.overlay37 compatible = "zephyr,sdmmc-disk";
38 disk-name = "SD";
/Zephyr-latest/subsys/usb/device/class/
DKconfig.msc13 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/
DREADME.rst5 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/
Dintel_socfpga_agilex5_socdk.dts28 compatible = "zephyr,sdmmc-disk";
29 disk-name = "SD";
/Zephyr-latest/samples/subsys/fs/littlefs/boards/
Drcar_salvator_xs.overlay4 disk {
Drcar_h3ulcb_r8a77951_a57.overlay4 disk {
/Zephyr-latest/tests/subsys/sd/mmc/boards/
Drcar_h3ulcb_r8a77951_a57.overlay4 disk {
/Zephyr-latest/tests/drivers/disk/disk_performance/boards/
Drcar_h3ulcb_r8a77951_a57.overlay4 disk {
Drcar_salvator_xs.overlay4 disk {
/Zephyr-latest/boards/shields/seeed_xiao_expansion_board/
Dseeed_xiao_expansion_board.overlay62 compatible = "zephyr,sdmmc-disk";
63 disk-name = "SD";
/Zephyr-latest/boards/seeed/xiao_esp32s3/
Dxiao_esp32s3_procpu_sense.dts67 compatible = "zephyr,sdmmc-disk";
68 disk-name = "SD";
/Zephyr-latest/subsys/usb/device_next/class/
Dusbd_msc_scsi.h65 const char *disk; member
85 void scsi_init(struct scsi_ctx *ctx, const char *disk, const char *vendor,
/Zephyr-latest/drivers/disk/
Dsdmmc_stm32.c281 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/
Dindex.rst11 disk/access.rst
/Zephyr-latest/boards/shields/adafruit_data_logger/
Dadafruit_data_logger.overlay45 compatible = "zephyr,sdmmc-disk";
46 disk-name = "SD";
/Zephyr-latest/boards/pjrc/teensy4/
Dteensy41.dts73 compatible = "zephyr,sdmmc-disk";
74 disk-name = "SD";
/Zephyr-latest/tests/subsys/usb/device_next/
Dbuild_all.overlay49 compatible = "zephyr,ram-disk";
50 disk-name = "RAM";
/Zephyr-latest/boards/shields/adafruit_2_8_tft_touch_v2/dts/
Dadafruit_2_8_tft_touch_v2.dtsi60 compatible = "zephyr,sdmmc-disk";
61 disk-name = "SD";
/Zephyr-latest/subsys/fs/
DKconfig.littlefs49 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.

12345678