Home
last modified time | relevance | path

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

/lvgl-3.7.0/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);
78 fs_drv.tell_cb = fs_tell;
202 static lv_fs_res_t fs_tell(lv_fs_drv_t * drv, void * file_p, uint32_t * pos_p)
/lvgl-3.7.0/src/extra/libs/fsdrv/
Dlv_fs_fatfs.c36 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; in lv_fs_fatfs_init()
212 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.c39 static lv_fs_res_t fs_tell(lv_fs_drv_t * drv, void * file_p, uint32_t * pos_p);
85 fs_drv.tell_cb = fs_tell; in lv_fs_littlefs_init()
243 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.c42 static lv_fs_res_t fs_tell(lv_fs_drv_t * drv, void * file_p, uint32_t * pos_p);
81 fs_drv.tell_cb = fs_tell; in lv_fs_posix_init()
190 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.c45 static lv_fs_res_t fs_tell(lv_fs_drv_t * drv, void * file_p, uint32_t * pos_p);
84 fs_drv.tell_cb = fs_tell; in lv_fs_stdio_init()
192 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.c40 static lv_fs_res_t fs_tell(lv_fs_drv_t * drv, void * file_p, uint32_t * pos_p);
79 fs_drv.tell_cb = fs_tell; in lv_fs_win32_init()
321 static lv_fs_res_t fs_tell(lv_fs_drv_t * drv, void * file_p, uint32_t * pos_p) in fs_tell() function