Searched defs:pos_p (Results 1 – 9 of 9) sorted by relevance
/lvgl-latest/src/libs/fsdrv/ |
D | lv_fs_memfs.c | 206 static lv_fs_res_t fs_tell(lv_fs_drv_t * drv, void * file_p, uint32_t * pos_p) in fs_tell()
|
D | lv_fs_arduino_sd.cpp | 170 static lv_fs_res_t fs_tell(lv_fs_drv_t * drv, void * file_p, uint32_t * pos_p) in fs_tell()
|
D | lv_fs_arduino_esp_littlefs.cpp | 178 static lv_fs_res_t fs_tell(lv_fs_drv_t * drv, void * file_p, uint32_t * pos_p) in fs_tell()
|
D | lv_fs_fatfs.c | 219 static lv_fs_res_t fs_tell(lv_fs_drv_t * drv, void * file_p, uint32_t * pos_p) in fs_tell()
|
D | lv_fs_stdio.c | 210 static lv_fs_res_t fs_tell(lv_fs_drv_t * drv, void * file_p, uint32_t * pos_p) in fs_tell()
|
D | lv_fs_posix.c | 242 static lv_fs_res_t fs_tell(lv_fs_drv_t * drv, void * file_p, uint32_t * pos_p) in fs_tell()
|
D | lv_fs_win32.c | 326 static lv_fs_res_t fs_tell(lv_fs_drv_t * drv, void * file_p, uint32_t * pos_p) in fs_tell()
|
D | lv_fs_littlefs.c | 185 static lv_fs_res_t fs_tell(lv_fs_drv_t * drv, void * file_p, uint32_t * pos_p) in fs_tell()
|
D | lv_fs_uefi.c | 298 static lv_fs_res_t lv_fs_uefi_tell_cb(lv_fs_drv_t * drv, void * file_p, uint32_t * pos_p) in lv_fs_uefi_tell_cb()
|