Searched refs:kwboot_tty_recv (Results 1 – 1 of 1) sorted by relevance
/external/u-boot/tools/ |
D | kwboot.c | 156 kwboot_tty_recv(int fd, void *buf, size_t len, int timeo) in kwboot_tty_recv() function 306 rc = kwboot_tty_recv(tty, &c, 1, msg_rsp_timeo); in kwboot_bootmsg() 337 rc = kwboot_tty_recv(tty, buf, 16, msg_rsp_timeo); in kwboot_debugmsg() 384 rc = kwboot_tty_recv(fd, &c, 1, blk_rsp_timeo); in kwboot_xm_sendblock()
|