Home
last modified time | relevance | path

Searched refs:xyzModem_stream_open (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/include/
DxyzModem.h63 int xyzModem_stream_open(connection_info_t *info, int *err);
/external/u-boot/common/spl/
Dspl_ymodem.c82 ret = xyzModem_stream_open(&info, &err); in spl_ymodem_load_image()
/external/u-boot/common/
DxyzModem.c409 xyzModem_stream_open (connection_info_t * info, int *err) in xyzModem_stream_open() function
/external/u-boot/cmd/
Dload.c965 res = xyzModem_stream_open(&info, &err); in load_serial_ymodem()