/Zephyr-latest/subsys/fs/fcb/ |
D | fcb.c | 32 int fcb_flash_read(const struct fcb *fcbp, const struct flash_sector *sector, off_t off, in fcb_flash_read() 54 int fcb_flash_write(const struct fcb *fcbp, const struct flash_sector *sector, off_t off, in fcb_flash_write() 76 int fcb_erase_sector(const struct fcb *fcbp, const struct flash_sector *sector) in fcb_erase_sector() 94 struct flash_sector *sector; in fcb_init() local 255 int fcb_sector_hdr_init(struct fcb *fcbp, struct flash_sector *sector, uint16_t id) in fcb_sector_hdr_init() 278 int fcb_sector_hdr_read(struct fcb *fcbp, struct flash_sector *sector, struct fcb_disk_area *fdap) in fcb_sector_hdr_read()
|
D | fcb_rotate.c | 14 struct flash_sector *sector; in fcb_rotate() local
|
D | fcb_append.c | 42 struct flash_sector *sector; in fcb_append_to_scratch() local 62 struct flash_sector *sector; in fcb_append() local
|
D | fcb_walk.c | 16 fcb_walk(struct fcb *fcb, struct flash_sector *sector, fcb_walk_cb cb, in fcb_walk()
|
D | fcb_getnext.c | 34 fcb_getnext_sector(struct fcb *fcb, struct flash_sector *sector) in fcb_getnext_sector()
|
/Zephyr-latest/modules/fatfs/ |
D | zfs_diskio.c | 42 DRESULT disk_read(BYTE pdrv, BYTE *buff, LBA_t sector, UINT count) in disk_read() 55 DRESULT disk_write(BYTE pdrv, const BYTE *buff, LBA_t sector, UINT count) in disk_write()
|
/Zephyr-latest/drivers/flash/ |
D | flash_gd32_v3.c | 180 static int gd32_fmc_v3_sector_erase(uint8_t sector) in gd32_fmc_v3_sector_erase() 234 uint8_t sector = gd32_fmc_v3_sectors[counter++]; in flash_gd32_erase_block() local
|
D | flash_stm32h7x.c | 284 struct flash_stm32_sector_t sector; local 338 struct flash_stm32_sector_t sector = get_sector(dev, offset); local 382 static int wait_write_queue(const struct flash_stm32_sector_t *sector) 401 struct flash_stm32_sector_t sector = get_sector(dev, offset); local
|
D | flash_stm32f2x.c | 90 static int erase_sector(const struct device *dev, uint32_t sector) in erase_sector()
|
D | flash_stm32f7x.c | 73 static int erase_sector(const struct device *dev, uint32_t sector) in erase_sector()
|
D | soc_flash_cc13xx_cc26xx.c | 81 off_t sector, end; in flash_cc13xx_cc26xx_range_protected() local
|
D | flash_stm32f4x.c | 137 static int erase_sector(const struct device *dev, uint32_t sector) in erase_sector()
|
/Zephyr-latest/drivers/disk/ |
D | sdmmc_subsys.c | 70 uint32_t sector, uint32_t count) in disk_sdmmc_access_read() 79 uint32_t sector, uint32_t count) in disk_sdmmc_access_write()
|
D | mmc_subsys.c | 63 uint32_t sector, uint32_t count) in disk_mmc_access_read() 72 uint32_t sector, uint32_t count) in disk_mmc_access_write()
|
D | ramdisk.c | 45 uint32_t sector, uint32_t count) in disk_ram_access_read() 63 uint32_t sector, uint32_t count) in disk_ram_access_write()
|
/Zephyr-latest/tests/drivers/disk/disk_access/src/ |
D | main.c | 149 int rc, sector; in test_sector_read() local 207 int rc, sector; in test_sector_write() local
|
/Zephyr-latest/tests/drivers/disk/disk_performance/src/ |
D | main.c | 205 uint32_t sector; in ZTEST() local 249 uint32_t sector; in ZTEST() local
|
/Zephyr-latest/subsys/sd/ |
D | sd_ops.c | 548 uint32_t sector; in card_read_blocks() local 714 uint32_t sector; in card_write_blocks() local
|
/Zephyr-latest/subsys/fs/nvs/ |
D | nvs.c | 73 static void nvs_lookup_cache_invalidate(struct nvs_fs *fs, uint32_t sector) in nvs_lookup_cache_invalidate()
|
/Zephyr-latest/subsys/fs/zms/ |
D | zms.c | 95 static void zms_lookup_cache_invalidate(struct zms_fs *fs, uint32_t sector) in zms_lookup_cache_invalidate()
|