Searched refs:fs_close (Results 1 – 6 of 6) sorted by relevance
/lvgl-3.7.0/examples/porting/ |
D | lv_port_fs_template.c | 29 static lv_fs_res_t fs_close(lv_fs_drv_t * drv, void * file_p); 74 fs_drv.close_cb = fs_close; 134 static lv_fs_res_t fs_close(lv_fs_drv_t * drv, void * file_p)
|
/lvgl-3.7.0/src/extra/libs/fsdrv/ |
D | lv_fs_fatfs.c | 32 static lv_fs_res_t fs_close(lv_fs_drv_t * drv, void * file_p); 73 fs_drv.close_cb = fs_close; in lv_fs_fatfs_init() 133 static lv_fs_res_t fs_close(lv_fs_drv_t * drv, void * file_p) in fs_close() function
|
D | lv_fs_littlefs.c | 33 static lv_fs_res_t fs_close(lv_fs_drv_t * drv, void * file_p); 81 fs_drv.close_cb = fs_close; in lv_fs_littlefs_init() 157 static lv_fs_res_t fs_close(lv_fs_drv_t * drv, void * file_p) in fs_close() function
|
D | lv_fs_posix.c | 38 static lv_fs_res_t fs_close(lv_fs_drv_t * drv, void * file_p); 77 fs_drv.close_cb = fs_close; in lv_fs_posix_init() 127 static lv_fs_res_t fs_close(lv_fs_drv_t * drv, void * file_p) in fs_close() function
|
D | lv_fs_stdio.c | 41 static lv_fs_res_t fs_close(lv_fs_drv_t * drv, void * file_p); 80 fs_drv.close_cb = fs_close; in lv_fs_stdio_init() 129 static lv_fs_res_t fs_close(lv_fs_drv_t * drv, void * file_p) in fs_close() function
|
D | lv_fs_win32.c | 36 static lv_fs_res_t fs_close(lv_fs_drv_t * drv, void * file_p); 75 fs_drv.close_cb = fs_close; in lv_fs_win32_init() 240 static lv_fs_res_t fs_close(lv_fs_drv_t * drv, void * file_p) in fs_close() function
|