Searched refs:fs_write (Results 1 – 6 of 6) sorted by relevance
/lvgl-3.4.0/examples/porting/ |
D | lv_port_fs_template.c | 31 static lv_fs_res_t fs_write(lv_fs_drv_t * drv, void * file_p, const void * buf, uint32_t btw, uint3… 76 fs_drv.write_cb = fs_write; 173 static lv_fs_res_t fs_write(lv_fs_drv_t * drv, void * file_p, const void * buf, uint32_t btw, uint3…
|
/lvgl-3.4.0/src/extra/libs/fsdrv/ |
D | lv_fs_fatfs.c | 34 static lv_fs_res_t fs_write(lv_fs_drv_t * drv, void * file_p, const void * buf, uint32_t btw, uint3… 75 fs_drv.write_cb = fs_write; in lv_fs_fatfs_init() 168 static lv_fs_res_t fs_write(lv_fs_drv_t * drv, void * file_p, const void * buf, uint32_t btw, uint3… in fs_write() function
|
D | lv_fs_posix.c | 41 static lv_fs_res_t fs_write(lv_fs_drv_t * drv, void * file_p, const void * buf, uint32_t btw, uint3… 80 fs_drv.write_cb = fs_write; in lv_fs_posix_init() 161 static lv_fs_res_t fs_write(lv_fs_drv_t * drv, void * file_p, const void * buf, uint32_t btw, uint3… in fs_write() function
|
D | lv_fs_stdio.c | 35 static lv_fs_res_t fs_write(lv_fs_drv_t * drv, void * file_p, const void * buf, uint32_t btw, uint3… 74 fs_drv.write_cb = fs_write; in lv_fs_stdio_init() 154 static lv_fs_res_t fs_write(lv_fs_drv_t * drv, void * file_p, const void * buf, uint32_t btw, uint3… in fs_write() function
|
D | lv_fs_win32.c | 33 static lv_fs_res_t fs_write(lv_fs_drv_t * drv, void * file_p, const void * buf, uint32_t btw, uint3… 72 fs_drv.write_cb = fs_write; in lv_fs_win32_init() 270 static lv_fs_res_t fs_write(lv_fs_drv_t * drv, void * file_p, const void * buf, uint32_t btw, uint3… in fs_write() function
|
/lvgl-3.4.0/zephyr/ |
D | lvgl_fs.c | 110 err = fs_write((struct fs_file_t *)file, buf, btw); in lvgl_fs_write()
|