Home
last modified time | relevance | path

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

/lvgl-3.7.0/examples/porting/
Dlv_port_fs_template.c32 static lv_fs_res_t fs_seek(lv_fs_drv_t * drv, void * file_p, uint32_t pos, lv_fs_whence_t whence);
77 fs_drv.seek_cb = fs_seek;
187 static lv_fs_res_t fs_seek(lv_fs_drv_t * drv, void * file_p, uint32_t pos, lv_fs_whence_t whence)
/lvgl-3.7.0/src/extra/libs/fsdrv/
Dlv_fs_fatfs.c35 static lv_fs_res_t fs_seek(lv_fs_drv_t * drv, void * file_p, uint32_t pos, lv_fs_whence_t whence);
76 fs_drv.seek_cb = fs_seek; in lv_fs_fatfs_init()
185 static lv_fs_res_t fs_seek(lv_fs_drv_t * drv, void * file_p, uint32_t pos, lv_fs_whence_t whence) in fs_seek() function
Dlv_fs_littlefs.c38 static lv_fs_res_t fs_seek(lv_fs_drv_t * drv, void * file_p, uint32_t pos, lv_fs_whence_t whence);
84 fs_drv.seek_cb = fs_seek; in lv_fs_littlefs_init()
221 static lv_fs_res_t fs_seek(lv_fs_drv_t * drv, void * file_p, uint32_t pos, lv_fs_whence_t whence) in fs_seek() function
Dlv_fs_posix.c41 static lv_fs_res_t fs_seek(lv_fs_drv_t * drv, void * file_p, uint32_t pos, lv_fs_whence_t whence);
80 fs_drv.seek_cb = fs_seek; in lv_fs_posix_init()
175 static lv_fs_res_t fs_seek(lv_fs_drv_t * drv, void * file_p, uint32_t pos, lv_fs_whence_t whence) in fs_seek() function
Dlv_fs_stdio.c44 static lv_fs_res_t fs_seek(lv_fs_drv_t * drv, void * file_p, uint32_t pos, lv_fs_whence_t whence);
83 fs_drv.seek_cb = fs_seek; in lv_fs_stdio_init()
177 static lv_fs_res_t fs_seek(lv_fs_drv_t * drv, void * file_p, uint32_t pos, lv_fs_whence_t whence) in fs_seek() function
Dlv_fs_win32.c39 static lv_fs_res_t fs_seek(lv_fs_drv_t * drv, void * file_p, uint32_t pos, lv_fs_whence_t whence);
78 fs_drv.seek_cb = fs_seek; in lv_fs_win32_init()
291 static lv_fs_res_t fs_seek(lv_fs_drv_t * drv, void * file_p, uint32_t pos, lv_fs_whence_t whence) in fs_seek() function