Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dn_r3964.h160 unsigned int rx_position; member
/Linux-v4.19/drivers/tty/
Dn_r3964.c481 length = pInfo->rx_position; in on_receive_block()
617 pInfo->rx_position = 0; in receive_char()
629 if (pInfo->rx_position < RX_BUF_SIZE) { in receive_char()
650 pInfo->rx_buf[pInfo->rx_position++] = c; in receive_char()
717 pInfo->rx_position); in on_timeout()
984 pInfo->rx_position = 0; in r3964_open()
/Linux-v4.19/drivers/staging/pi433/
Dpi433_if.c104 unsigned int rx_position; member
439 dev->rx_position = 0; in pi433_receive()
523 while (dev->rx_position < bytes_total) { in pi433_receive()
536 bytes_to_read = bytes_total - dev->rx_position; in pi433_receive()
542 &dev->rx_buffer[dev->rx_position], in pi433_receive()
553 dev->rx_position += bytes_to_read; in pi433_receive()