Searched refs:rx_put (Results 1 – 2 of 2) sorted by relevance
50 int rx_next = tty->rx_put + 1; in tty_irq_input_hook()62 tty->rx_ringbuf[tty->rx_put] = c; in tty_irq_input_hook()63 tty->rx_put = rx_next; in tty_irq_input_hook()255 tty->rx_get = tty->rx_put = tty->tx_get = tty->tx_put = 0U; in tty_init()
24 uint16_t rx_get, rx_put; member