Searched refs:context (Results 1 – 8 of 8) sorted by relevance
| /littlefs-latest/bd/ |
| D | lfs_emubd.c | 51 lfs_emubd_t *bd = cfg->context; in lfs_emubd_mutblock() 107 (void*)cfg, cfg->context, in lfs_emubd_create() 116 lfs_emubd_t *bd = cfg->context; in lfs_emubd_create() 191 lfs_emubd_t *bd = cfg->context; in lfs_emubd_destroy() 217 lfs_emubd_t *bd = cfg->context; in lfs_emubd_powerloss() 292 lfs_emubd_t *bd = cfg->context; in lfs_emubd_read() 342 lfs_emubd_t *bd = cfg->context; in lfs_emubd_prog() 433 (void*)cfg, block, ((lfs_emubd_t*)cfg->context)->cfg->erase_size); in lfs_emubd_erase() 434 lfs_emubd_t *bd = cfg->context; in lfs_emubd_erase() 529 lfs_emubd_t *bd = cfg->context; in lfs_emubd_sync() [all …]
|
| D | lfs_filebd.c | 25 (void*)cfg, cfg->context, in lfs_filebd_create() 32 lfs_filebd_t *bd = cfg->context; in lfs_filebd_create() 54 lfs_filebd_t *bd = cfg->context; in lfs_filebd_destroy() 70 lfs_filebd_t *bd = cfg->context; in lfs_filebd_read() 106 lfs_filebd_t *bd = cfg->context; in lfs_filebd_prog() 136 (void*)cfg, block, ((lfs_file_t*)cfg->context)->cfg->erase_size); in lfs_filebd_erase() 137 lfs_filebd_t *bd = cfg->context; in lfs_filebd_erase() 153 lfs_filebd_t *bd = cfg->context; in lfs_filebd_sync()
|
| D | lfs_rambd.c | 17 (void*)cfg, cfg->context, in lfs_rambd_create() 23 lfs_rambd_t *bd = cfg->context; in lfs_rambd_create() 47 lfs_rambd_t *bd = cfg->context; in lfs_rambd_destroy() 60 lfs_rambd_t *bd = cfg->context; in lfs_rambd_read() 80 lfs_rambd_t *bd = cfg->context; in lfs_rambd_prog() 97 (void*)cfg, block, ((lfs_rambd_t*)cfg->context)->cfg->erase_size); in lfs_rambd_erase() 98 lfs_rambd_t *bd = cfg->context; in lfs_rambd_erase()
|
| /littlefs-latest/runners/ |
| D | test_runner.c | 1337 .context = &bd, in run_powerloss_none() 1416 .context = &bd, in run_powerloss_linear() 1512 .context = &bd, in run_powerloss_log() 1606 .context = &bd, in run_powerloss_cycles() 1773 cfg->context = &state.branches[i]; in run_powerloss_exhaustive_layer() 1798 .context = &bd, in run_powerloss_exhaustive()
|
| D | bench_runner.c | 1312 .context = &bd, in perm_run()
|
| /littlefs-latest/ |
| D | lfs.h | 160 void *context; member
|
| D | lfs.c | 5961 (void*)lfs, (void*)cfg, cfg->context, 5991 (void*)lfs, (void*)cfg, cfg->context, 6510 (void*)lfs, (void*)cfg, cfg->context,
|
| D | DESIGN.md | 15 in the context of microcontrollers. The question was: How would you build a
|