Searched refs:fs_tell (Results 1 – 9 of 9) sorted by relevance
/lvgl-latest/src/libs/fsdrv/ |
D | lv_fs_memfs.c | 67 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
|
D | lv_fs_arduino_esp_littlefs.cpp | 24 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
|
D | lv_fs_arduino_sd.cpp | 24 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
|
D | lv_fs_fatfs.c | 41 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
|
D | lv_fs_littlefs.c | 27 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
|
D | lv_fs_posix.c | 47 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
|
D | lv_fs_stdio.c | 49 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
|
D | lv_fs_win32.c | 45 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/ |
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); 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)
|