Searched refs:xyzModem_stream_read (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/u-boot/common/spl/ |
| H A D | spl_ymodem.c | 46 res = xyzModem_stream_read(buf, BUF_SIZE, &err); in ymodem_read_fit() 59 res = xyzModem_stream_read(buf, BUF_SIZE, &err); in ymodem_read_fit() 89 res = xyzModem_stream_read(buf, BUF_SIZE, &err); in spl_ymodem_load_image() 109 while ((res = xyzModem_stream_read(buf, BUF_SIZE, &err)) > 0) in spl_ymodem_load_image() 121 while ((res = xyzModem_stream_read(buf, BUF_SIZE, &err)) > 0) { in spl_ymodem_load_image()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | xyzModem.h | 67 int xyzModem_stream_read(char *buf, int size, int *err);
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | xyzModem.c | 488 xyzModem_stream_read (char *buf, int size, int *err) in xyzModem_stream_read() function
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | load.c | 999 xyzModem_stream_read(ymodemBuf, 1024, &err)) > 0) { in load_serial_ymodem()
|