/lvgl-latest/src/libs/fsdrv/ |
D | lv_fs_memfs.c | 66 static lv_fs_res_t fs_seek(lv_fs_drv_t * drv, void * file_p, uint32_t pos, lv_fs_whence_t whence); 102 fs_drv.seek_cb = fs_seek; in lv_fs_memfs_init() 172 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
|
D | lv_fs_arduino_esp_littlefs.cpp | 23 static lv_fs_res_t fs_seek(lv_fs_drv_t * drv, void * file_p, uint32_t pos, lv_fs_whence_t whence); 41 fs_drv->seek_cb = fs_seek; in lv_fs_arduino_esp_littlefs_init() 153 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
|
D | lv_fs_arduino_sd.cpp | 23 static lv_fs_res_t fs_seek(lv_fs_drv_t * drv, void * file_p, uint32_t pos, lv_fs_whence_t whence); 39 fs_drv->seek_cb = fs_seek; in lv_fs_arduino_sd_init() 145 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
|
D | lv_fs_fatfs.c | 40 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_p->seek_cb = fs_seek; in lv_fs_fatfs_init() 192 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
|
D | lv_fs_littlefs.c | 26 static lv_fs_res_t fs_seek(lv_fs_drv_t * drv, void * file_p, uint32_t pos, lv_fs_whence_t whence); 51 fs_drv->seek_cb = fs_seek; in lv_fs_littlefs_init() 160 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
|
D | lv_fs_posix.c | 46 static lv_fs_res_t fs_seek(lv_fs_drv_t * drv, void * file_p, uint32_t pos, lv_fs_whence_t whence); 85 fs_drv_p->seek_cb = fs_seek; in lv_fs_posix_init() 206 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
|
D | lv_fs_stdio.c | 48 static lv_fs_res_t fs_seek(lv_fs_drv_t * drv, void * file_p, uint32_t pos, lv_fs_whence_t whence); 86 fs_drv_p->seek_cb = fs_seek; in lv_fs_stdio_init() 180 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
|
D | lv_fs_win32.c | 44 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_p->seek_cb = fs_seek; in lv_fs_win32_init() 296 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
|
/lvgl-latest/examples/porting/ |
D | lv_port_fs_template.c | 32 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; 186 static lv_fs_res_t fs_seek(lv_fs_drv_t * drv, void * file_p, uint32_t pos, lv_fs_whence_t whence)
|