Home
last modified time | relevance | path

Searched refs:rx_position (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/include/linux/
Dn_r3964.h160 unsigned int rx_position; member
/linux-4.4.14/drivers/tty/
Dn_r3964.c483 length = pInfo->rx_position; in on_receive_block()
619 pInfo->rx_position = 0; in receive_char()
631 if (pInfo->rx_position < RX_BUF_SIZE) { in receive_char()
652 pInfo->rx_buf[pInfo->rx_position++] = c; in receive_char()
719 pInfo->rx_position); in on_timeout()
986 pInfo->rx_position = 0; in r3964_open()