Searched refs:prog (Results 1 – 9 of 9) sorted by relevance
/littlefs-3.5.0-3.4.0/bd/ |
D | lfs_rambd.c | 18 (void*)(uintptr_t)cfg->read, (void*)(uintptr_t)cfg->prog, in lfs_rambd_createcfg() 54 (void*)(uintptr_t)cfg->read, (void*)(uintptr_t)cfg->prog, in lfs_rambd_create()
|
D | lfs_filebd.c | 27 (void*)(uintptr_t)cfg->read, (void*)(uintptr_t)cfg->prog, in lfs_filebd_createcfg() 58 (void*)(uintptr_t)cfg->read, (void*)(uintptr_t)cfg->prog, in lfs_filebd_create()
|
D | lfs_testbd.c | 25 (void*)(uintptr_t)cfg->read, (void*)(uintptr_t)cfg->prog, in lfs_testbd_createcfg() 78 (void*)(uintptr_t)cfg->read, (void*)(uintptr_t)cfg->prog, in lfs_testbd_create()
|
/littlefs-3.5.0-3.4.0/tests/ |
D | test_move.toml | 108 cfg.prog(&cfg, block, 0, bbuffer, LFS_BLOCK_SIZE) => 0; 184 cfg.prog(&cfg, block, 0, bbuffer, LFS_BLOCK_SIZE) => 0; 200 cfg.prog(&cfg, block, 0, bbuffer, LFS_BLOCK_SIZE) => 0; 276 cfg.prog(&cfg, block, 0, bbuffer, LFS_BLOCK_SIZE) => 0; 292 cfg.prog(&cfg, block, 0, bbuffer, LFS_BLOCK_SIZE) => 0; 546 cfg.prog(&cfg, block, 0, bbuffer, LFS_BLOCK_SIZE) => 0; 630 cfg.prog(&cfg, block, 0, bbuffer, LFS_BLOCK_SIZE) => 0; 646 cfg.prog(&cfg, block, 0, bbuffer, LFS_BLOCK_SIZE) => 0; 730 cfg.prog(&cfg, block, 0, bbuffer, LFS_BLOCK_SIZE) => 0; 746 cfg.prog(&cfg, block, 0, bbuffer, LFS_BLOCK_SIZE) => 0;
|
D | test_orphans.toml | 29 cfg.prog(&cfg, block, 0, bbuffer, LFS_BLOCK_SIZE) => 0;
|
D | test_evil.toml | 162 cfg.prog(&cfg, ctz.head, 0, bbuffer, LFS_BLOCK_SIZE) => 0;
|
/littlefs-3.5.0-3.4.0/ |
D | README.md | 45 .prog = user_provided_block_device_prog, 125 In the configuration struct, the `prog` and `erase` function provided by the
|
D | lfs.h | 171 int (*prog)(const struct lfs_config *c, lfs_block_t block, member
|
D | lfs.c | 164 int err = lfs->cfg->prog(lfs->cfg, pcache->block, in lfs_bd_flush() 5324 (void*)(uintptr_t)cfg->read, (void*)(uintptr_t)cfg->prog, 5354 (void*)(uintptr_t)cfg->read, (void*)(uintptr_t)cfg->prog, 5811 (void*)(uintptr_t)cfg->read, (void*)(uintptr_t)cfg->prog,
|