Home
last modified time | relevance | path

Searched refs:atmel_uart_char (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/tty/serial/
H A Datmel_serial.c87 struct atmel_uart_char { struct
94 * sizeof(atmel_uart_char) * ATMEL_SERIAL_RINGSIZE. It means that ring buffer
727 struct atmel_uart_char *c; in atmel_buffer_rx_char()
733 c = &((struct atmel_uart_char *)ring->buf)[ring->head]; in atmel_buffer_rx_char()
1222 sizeof(struct atmel_uart_char) * ATMEL_SERIAL_RINGSIZE, in atmel_prepare_rx_dma()
1538 struct atmel_uart_char c; in atmel_rx_from_ring()
1543 c = ((struct atmel_uart_char *)ring->buf)[ring->tail]; in atmel_rx_from_ring()
2898 sizeof(struct atmel_uart_char), in atmel_serial_probe()
/kernel/linux/linux-6.6/drivers/tty/serial/
H A Datmel_serial.c88 struct atmel_uart_char { struct
95 * sizeof(atmel_uart_char) * ATMEL_SERIAL_RINGSIZE. It means that ring buffer
740 struct atmel_uart_char *c; in atmel_buffer_rx_char()
746 c = &((struct atmel_uart_char *)ring->buf)[ring->head]; in atmel_buffer_rx_char()
1210 sizeof(struct atmel_uart_char) * ATMEL_SERIAL_RINGSIZE, in atmel_prepare_rx_dma()
1522 struct atmel_uart_char c; in atmel_rx_from_ring()
1527 c = ((struct atmel_uart_char *)ring->buf)[ring->tail]; in atmel_rx_from_ring()
2949 sizeof(struct atmel_uart_char), in atmel_serial_probe()

Completed in 10 milliseconds