Home
last modified time | relevance | path

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

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