Home
last modified time | relevance | path

Searched refs:disk (Results 76 – 100 of 183) sorted by relevance

12345678

/Zephyr-latest/boards/shields/seeed_xiao_round_display/
Dseeed_xiao_round_display.overlay91 compatible = "zephyr,sdmmc-disk";
92 disk-name = "SD";
/Zephyr-latest/drivers/disk/
DKconfig.ram9 RAM buffer used to emulate storage disk.
DKconfig.flash19 Enable runtime zephyr,flash-disk partition page layout constraints
/Zephyr-latest/boards/shields/adafruit_adalogger_featherwing/
Dadafruit_adalogger_featherwing.overlay25 compatible = "zephyr,sdmmc-disk";
/Zephyr-latest/boards/adafruit/grand_central_m4_express/
Dadafruit_grand_central_m4_express.dts74 compatible = "zephyr,sdmmc-disk";
75 disk-name = "SD";
/Zephyr-latest/subsys/usb/device_next/class/
Dusbd_msc_scsi.c330 int status = disk_access_status(ctx->disk); in update_disk_info()
332 if (disk_access_ioctl(ctx->disk, DISK_IOCTL_GET_SECTOR_COUNT, &ctx->sector_count) != 0) { in update_disk_info()
337 if (disk_access_ioctl(ctx->disk, DISK_IOCTL_GET_SECTOR_SIZE, &ctx->sector_size) != 0) { in update_disk_info()
385 void scsi_init(struct scsi_ctx *ctx, const char *disk, const char *vendor, in scsi_init() argument
389 ctx->disk = disk; in scsi_init()
716 if (disk_access_read(ctx->disk, buf, ctx->lba, sectors) != 0) { in fill_read_10()
754 if (disk_access_write(ctx->disk, buf, ctx->lba, sectors) != 0) { in store_write_10()
763 if (disk_access_ioctl(ctx->disk, DISK_IOCTL_CTRL_SYNC, NULL)) { in store_write_10()
/Zephyr-latest/cmake/sca/eclair/ECL/
Dout_of_initial_scope.ecl9 …cope, "^zephyr/subsys/(fb|fs|app_memory|fs|blueooth|console|cpp|debug|dfu|disk|fb|fs|mgmt|net|rand…
/Zephyr-latest/drivers/disk/nvme/
Dnvme_namespace.h163 struct disk_info disk; member
197 struct disk_info *disk);
DKconfig5 bool "NVMe disk"
10 NVMe disk(s) might be present on the system through PCIe, enable this
/Zephyr-latest/boards/m5stack/m5stack_cores3/
Dm5stack_cores3_procpu_common.dtsi134 compatible = "zephyr,sdmmc-disk";
135 disk-name = "SD";
/Zephyr-latest/boards/lilygo/ttgo_lora32/
Dttgo_lora32_esp32_procpu.dts145 compatible = "zephyr,sdmmc-disk";
146 disk-name = "SD";
/Zephyr-latest/boards/lilygo/ttgo_t8s3/
Dttgo_t8s3_procpu.dts96 compatible = "zephyr,sdmmc-disk";
97 disk-name = "SD";
/Zephyr-latest/boards/arduino/mkrzero/
Darduino_mkrzero.dts91 compatible = "zephyr,sdmmc-disk";
92 disk-name = "SD";
/Zephyr-latest/tests/subsys/pm/power_states_api/boards/
Dnative_sim.overlay37 power-state-name = "suspend-to-disk";
/Zephyr-latest/boards/renesas/mck_ra8t1/
Dmck_ra8t1.dts194 compatible = "zephyr,sdmmc-disk";
195 disk-name = "SD";
/Zephyr-latest/boards/hardkernel/odroid_go/
Dodroid_go_procpu.dts146 compatible = "zephyr,sdmmc-disk";
147 disk-name = "SD";
/Zephyr-latest/boards/madmachine/mm_swiftio/
Dmm_swiftio.dts188 compatible = "zephyr,sdmmc-disk";
189 disk-name = "SD";
/Zephyr-latest/boards/olimex/olimexino_stm32/
Dolimexino_stm32.dts138 compatible = "zephyr,sdmmc-disk";
139 disk-name = "SD";
/Zephyr-latest/boards/nxp/frdm_mcxn947/
Dfrdm_mcxn947_mcxn947_cpu0.dtsi169 compatible = "zephyr,sdmmc-disk";
170 disk-name = "SD";
/Zephyr-latest/boards/sipeed/longan_nano/
Dlongan_nano-common.dtsi172 compatible = "zephyr,sdmmc-disk";
173 disk-name = "SD";
/Zephyr-latest/doc/services/file_system/
Dindex.rst26 the mount point as the disk volume name, which is used by the file system library
27 while formatting or mounting a disk.
/Zephyr-latest/samples/subsys/fs/littlefs/
DREADME.rst31 [00:00:00.010,192] <inf> littlefs: LittleFS version 2.0, disk version 2.0
94 It is possible that both the ``zephyr,sdmmc-disk`` and ``zephyr,mmc-disk`` block devices will be
/Zephyr-latest/boards/espressif/esp_wrover_kit/
Desp_wrover_kit_procpu.dts211 compatible = "zephyr,sdmmc-disk";
212 disk-name = "SD";
/Zephyr-latest/boards/nxp/lpcxpresso55s69/
Dlpcxpresso55s69_lpc55s69_cpu0.dts123 compatible = "zephyr,sdmmc-disk";
124 disk-name = "SD";
/Zephyr-latest/boards/nxp/mimxrt1170_evk/
Dmimxrt1170_evk_mimxrt1176_cm7.dts120 compatible = "zephyr,sdmmc-disk";
121 disk-name = "SD";

12345678