Searched refs:xyzModem_stream_read (Results 1 – 4 of 4) sorted by relevance
/external/u-boot/common/spl/ |
D | spl_ymodem.c | 45 res = xyzModem_stream_read(buf, BUF_SIZE, &err); in ymodem_read_fit() 58 res = xyzModem_stream_read(buf, BUF_SIZE, &err); in ymodem_read_fit() 88 res = xyzModem_stream_read(buf, BUF_SIZE, &err); in spl_ymodem_load_image() 108 while ((res = xyzModem_stream_read(buf, BUF_SIZE, &err)) > 0) in spl_ymodem_load_image() 120 while ((res = xyzModem_stream_read(buf, BUF_SIZE, &err)) > 0) { in spl_ymodem_load_image()
|
/external/u-boot/include/ |
D | xyzModem.h | 66 int xyzModem_stream_read(char *buf, int size, int *err);
|
/external/u-boot/common/ |
D | xyzModem.c | 487 xyzModem_stream_read (char *buf, int size, int *err) in xyzModem_stream_read() function
|
/external/u-boot/cmd/ |
D | load.c | 969 xyzModem_stream_read(ymodemBuf, 1024, &err)) > 0) { in load_serial_ymodem()
|