Searched refs:fs_tell (Results 1 – 6 of 6) sorted by relevance
/lvgl-3.7.0/examples/porting/ |
D | lv_port_fs_template.c | 34 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/ |
D | lv_fs_fatfs.c | 36 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
|
D | lv_fs_littlefs.c | 39 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
|
D | lv_fs_posix.c | 42 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
|
D | lv_fs_stdio.c | 45 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
|
D | lv_fs_win32.c | 40 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
|