Home
last modified time | relevance | path

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

/littlefs-latest/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()
189 int lfs_emubd_destroy(const struct lfs_config *cfg) { in lfs_emubd_destroy()
216 static int lfs_emubd_powerloss(const struct lfs_config *cfg) { in lfs_emubd_powerloss()
287 int lfs_emubd_read(const struct lfs_config *cfg, lfs_block_t block, in lfs_emubd_read()
337 int lfs_emubd_prog(const struct lfs_config *cfg, lfs_block_t block, in lfs_emubd_prog()
431 int lfs_emubd_erase(const struct lfs_config *cfg, lfs_block_t block) { in lfs_emubd_erase()
527 int lfs_emubd_sync(const struct lfs_config *cfg) { in lfs_emubd_sync()
546 static int lfs_emubd_crc_(const struct lfs_config *cfg, in lfs_emubd_crc_()
571 int lfs_emubd_crc(const struct lfs_config *cfg, in lfs_emubd_crc()
[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.h160 const struct lfs_emubd_config *cfg; member
/littlefs-latest/runners/
Dtest_runner.c1336 struct lfs_config cfg = { in run_powerloss_none() local
1415 struct lfs_config cfg = { in run_powerloss_linear() local
1511 struct lfs_config cfg = { in run_powerloss_log() local
1605 struct lfs_config cfg = { in run_powerloss_cycles() local
1686 struct lfs_config *cfg; member
1727 struct lfs_config *cfg, in run_powerloss_exhaustive_layer()
1797 struct lfs_config cfg = { in run_powerloss_exhaustive() local
Dbench_runner.c1311 struct lfs_config cfg = { in perm_run() local
/littlefs-latest/
Dlfs.c3073 const struct lfs_file_config *cfg) {
4200 static int lfs_init(lfs_t *lfs, const struct lfs_config *cfg) {
4393 static int lfs_format_(lfs_t *lfs, const struct lfs_config *cfg) {
4484 static int lfs_mount_(lfs_t *lfs, const struct lfs_config *cfg) {
5635 const struct lfs_config *cfg) {
5702 static int lfs_migrate_(lfs_t *lfs, const struct lfs_config *cfg) {
5938 #define LFS_LOCK(cfg) cfg->lock(cfg) argument
5939 #define LFS_UNLOCK(cfg) cfg->unlock(cfg) argument
5941 #define LFS_LOCK(cfg) ((void)cfg, 0) argument
5942 #define LFS_UNLOCK(cfg) ((void)cfg) argument
[all …]
Dlfs.h417 const struct lfs_file_config *cfg; member
460 const struct lfs_config *cfg; member