Home
last modified time | relevance | path

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

/external/u-boot/include/
DxyzModem.h65 void xyzModem_stream_terminate(bool method, int (*getc)(void));
/external/u-boot/common/spl/
Dspl_ymodem.c129 xyzModem_stream_terminate(false, &getcymodem); in spl_ymodem_load_image()
/external/u-boot/common/
DxyzModem.c617 xyzModem_stream_terminate (bool abort, int (*getc) (void)) in xyzModem_stream_terminate() function
/external/u-boot/cmd/
Dload.c996 xyzModem_stream_terminate(false, &getcxmodem); in load_serial_ymodem()