Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dn_r3964.h160 unsigned int rx_position; member
/Linux-v5.10/drivers/tty/
Dn_r3964.c488 length = pInfo->rx_position; in on_receive_block()
623 pInfo->rx_position = 0; in receive_char()
635 if (pInfo->rx_position < RX_BUF_SIZE) { in receive_char()
656 pInfo->rx_buf[pInfo->rx_position++] = c; in receive_char()
723 pInfo->rx_position); in on_timeout()
990 pInfo->rx_position = 0; in r3964_open()
/Linux-v5.10/drivers/staging/pi433/
Dpi433_if.c94 unsigned int rx_position; member
425 dev->rx_position = 0; in pi433_receive()
509 while (dev->rx_position < bytes_total) { in pi433_receive()
522 bytes_to_read = bytes_total - dev->rx_position; in pi433_receive()
528 &dev->rx_buffer[dev->rx_position], in pi433_receive()
539 dev->rx_position += bytes_to_read; in pi433_receive()