Searched refs:tty_msg (Results 1 – 1 of 1) sorted by relevance
79 static struct rpmsg_rcv_msg tty_msg; variable289 tty_ept.priv = &tty_msg; in app_rpmsg_tty()300 if (tty_msg.len) { in app_rpmsg_tty()302 (int)tty_msg.len, (char *)tty_msg.data); in app_rpmsg_tty()304 memcpy(&tx_buff[12], tty_msg.data, tty_msg.len); in app_rpmsg_tty()305 rpmsg_send(&tty_ept, tx_buff, tty_msg.len + 12); in app_rpmsg_tty()306 rpmsg_release_rx_buffer(&tty_ept, tty_msg.data); in app_rpmsg_tty()308 tty_msg.len = 0; in app_rpmsg_tty()309 tty_msg.data = NULL; in app_rpmsg_tty()