Home
last modified time | relevance | path

Searched defs:cfg (Results 1 – 10 of 10) sorted by relevance

/littlefs-3.7.0-3.6.0/bd/
Dlfs_emubd.c49 const struct lfs_config *cfg, in lfs_emubd_mutblock()
97 int lfs_emubd_create(const struct lfs_config *cfg, in lfs_emubd_create()
187 int lfs_emubd_destroy(const struct lfs_config *cfg) { in lfs_emubd_destroy()
215 int lfs_emubd_read(const struct lfs_config *cfg, lfs_block_t block, in lfs_emubd_read()
265 int lfs_emubd_prog(const struct lfs_config *cfg, lfs_block_t block, in lfs_emubd_prog()
356 int lfs_emubd_erase(const struct lfs_config *cfg, lfs_block_t block) { in lfs_emubd_erase()
442 int lfs_emubd_sync(const struct lfs_config *cfg) { in lfs_emubd_sync()
454 static int lfs_emubd_rawcrc(const struct lfs_config *cfg, in lfs_emubd_rawcrc()
479 int lfs_emubd_crc(const struct lfs_config *cfg, in lfs_emubd_crc()
488 int lfs_emubd_bdcrc(const struct lfs_config *cfg, uint32_t *crc) { in lfs_emubd_bdcrc()
[all …]
Dlfs_rambd.c10 int lfs_rambd_create(const struct lfs_config *cfg, in lfs_rambd_create()
44 int lfs_rambd_destroy(const struct lfs_config *cfg) { in lfs_rambd_destroy()
55 int lfs_rambd_read(const struct lfs_config *cfg, lfs_block_t block, in lfs_rambd_read()
75 int lfs_rambd_prog(const struct lfs_config *cfg, lfs_block_t block, in lfs_rambd_prog()
95 int lfs_rambd_erase(const struct lfs_config *cfg, lfs_block_t block) { in lfs_rambd_erase()
110 int lfs_rambd_sync(const struct lfs_config *cfg) { in lfs_rambd_sync()
Dlfs_filebd.c18 int lfs_filebd_create(const struct lfs_config *cfg, const char *path, in lfs_filebd_create()
52 int lfs_filebd_destroy(const struct lfs_config *cfg) { in lfs_filebd_destroy()
65 int lfs_filebd_read(const struct lfs_config *cfg, lfs_block_t block, in lfs_filebd_read()
101 int lfs_filebd_prog(const struct lfs_config *cfg, lfs_block_t block, in lfs_filebd_prog()
134 int lfs_filebd_erase(const struct lfs_config *cfg, lfs_block_t block) { in lfs_filebd_erase()
149 int lfs_filebd_sync(const struct lfs_config *cfg) { in lfs_filebd_sync()
Dlfs_filebd.h47 const struct lfs_filebd_config *cfg; member
Dlfs_rambd.h50 const struct lfs_rambd_config *cfg; member
Dlfs_emubd.h157 const struct lfs_emubd_config *cfg; member
/littlefs-3.7.0-3.6.0/runners/
Dtest_runner.c1336 struct lfs_config cfg = { in run_powerloss_none() local
1412 struct lfs_config cfg = { in run_powerloss_linear() local
1505 struct lfs_config cfg = { in run_powerloss_log() local
1596 struct lfs_config cfg = { in run_powerloss_cycles() local
1674 struct lfs_config *cfg; member
1715 struct lfs_config *cfg, in run_powerloss_exhaustive_layer()
1785 struct lfs_config cfg = { in run_powerloss_exhaustive() local
Dbench_runner.c1311 struct lfs_config cfg = { in perm_run() local
/littlefs-3.7.0-3.6.0/
Dlfs.c3014 const struct lfs_file_config *cfg) {
4114 static int lfs_init(lfs_t *lfs, const struct lfs_config *cfg) {
4262 static int lfs_rawformat(lfs_t *lfs, const struct lfs_config *cfg) {
4329 static int lfs_rawmount(lfs_t *lfs, const struct lfs_config *cfg) {
5446 const struct lfs_config *cfg) {
5513 static int lfs_rawmigrate(lfs_t *lfs, const struct lfs_config *cfg) {
5749 #define LFS_LOCK(cfg) cfg->lock(cfg) argument
5750 #define LFS_UNLOCK(cfg) cfg->unlock(cfg) argument
5752 #define LFS_LOCK(cfg) ((void)cfg, 0) argument
5753 #define LFS_UNLOCK(cfg) ((void)cfg) argument
[all …]
Dlfs.h398 const struct lfs_file_config *cfg; member
441 const struct lfs_config *cfg; member