Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A DxyzModem.h66 void xyzModem_stream_terminate(bool method, int (*getc)(void));
/OK3568_Linux_fs/u-boot/common/spl/
H A Dspl_ymodem.c130 xyzModem_stream_terminate(false, &getcymodem); in spl_ymodem_load_image()
/OK3568_Linux_fs/u-boot/common/
H A DxyzModem.c618 xyzModem_stream_terminate (bool abort, int (*getc) (void)) in xyzModem_stream_terminate() function
/OK3568_Linux_fs/u-boot/cmd/
H A Dload.c1026 xyzModem_stream_terminate(false, &getcxmodem); in load_serial_ymodem()