Searched refs:kwboot_tty_send (Results 1 – 1 of 1) sorted by relevance
/external/u-boot/tools/ |
D | kwboot.c | 198 kwboot_tty_send(int fd, const void *buf, size_t len) in kwboot_tty_send() function 225 return kwboot_tty_send(fd, &c, 1); in kwboot_tty_send_char() 300 rc = kwboot_tty_send(tty, msg, 8); in kwboot_bootmsg() 331 rc = kwboot_tty_send(tty, msg, 8); in kwboot_debugmsg() 379 rc = kwboot_tty_send(fd, block, sizeof(*block)); in kwboot_xm_sendblock()
|