Home
last modified time | relevance | path

Searched refs:fs_tell (Results 1 – 9 of 9) sorted by relevance

/lvgl-latest/src/libs/fsdrv/
Dlv_fs_memfs.c67 static lv_fs_res_t fs_tell(lv_fs_drv_t * drv, void * file_p, uint32_t * pos_p);
103 fs_drv.tell_cb = fs_tell; in lv_fs_memfs_init()
206 static lv_fs_res_t fs_tell(lv_fs_drv_t * drv, void * file_p, uint32_t * pos_p) in fs_tell() function
Dlv_fs_arduino_esp_littlefs.cpp24 static lv_fs_res_t fs_tell(lv_fs_drv_t * drv, void * file_p, uint32_t * pos_p);
42 fs_drv->tell_cb = fs_tell; in lv_fs_arduino_esp_littlefs_init()
178 static lv_fs_res_t fs_tell(lv_fs_drv_t * drv, void * file_p, uint32_t * pos_p) in fs_tell() function
Dlv_fs_arduino_sd.cpp24 static lv_fs_res_t fs_tell(lv_fs_drv_t * drv, void * file_p, uint32_t * pos_p);
40 fs_drv->tell_cb = fs_tell; in lv_fs_arduino_sd_init()
170 static lv_fs_res_t fs_tell(lv_fs_drv_t * drv, void * file_p, uint32_t * pos_p) in fs_tell() function
Dlv_fs_fatfs.c41 static lv_fs_res_t fs_tell(lv_fs_drv_t * drv, void * file_p, uint32_t * pos_p);
81 fs_drv_p->tell_cb = fs_tell; in lv_fs_fatfs_init()
219 static lv_fs_res_t fs_tell(lv_fs_drv_t * drv, void * file_p, uint32_t * pos_p) in fs_tell() function
Dlv_fs_littlefs.c27 static lv_fs_res_t fs_tell(lv_fs_drv_t * drv, void * file_p, uint32_t * pos_p);
52 fs_drv->tell_cb = fs_tell; in lv_fs_littlefs_init()
185 static lv_fs_res_t fs_tell(lv_fs_drv_t * drv, void * file_p, uint32_t * pos_p) in fs_tell() function
Dlv_fs_posix.c47 static lv_fs_res_t fs_tell(lv_fs_drv_t * drv, void * file_p, uint32_t * pos_p);
86 fs_drv_p->tell_cb = fs_tell; in lv_fs_posix_init()
242 static lv_fs_res_t fs_tell(lv_fs_drv_t * drv, void * file_p, uint32_t * pos_p) in fs_tell() function
Dlv_fs_stdio.c49 static lv_fs_res_t fs_tell(lv_fs_drv_t * drv, void * file_p, uint32_t * pos_p);
87 fs_drv_p->tell_cb = fs_tell; in lv_fs_stdio_init()
210 static lv_fs_res_t fs_tell(lv_fs_drv_t * drv, void * file_p, uint32_t * pos_p) in fs_tell() function
Dlv_fs_win32.c45 static lv_fs_res_t fs_tell(lv_fs_drv_t * drv, void * file_p, uint32_t * pos_p);
84 fs_drv_p->tell_cb = fs_tell; in lv_fs_win32_init()
326 static lv_fs_res_t fs_tell(lv_fs_drv_t * drv, void * file_p, uint32_t * pos_p) in fs_tell() function
/lvgl-latest/examples/porting/
Dlv_port_fs_template.c34 static lv_fs_res_t fs_tell(lv_fs_drv_t * drv, void * file_p, uint32_t * pos_p);
77 fs_drv.tell_cb = fs_tell;
201 static lv_fs_res_t fs_tell(lv_fs_drv_t * drv, void * file_p, uint32_t * pos_p)