Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/tty/serial/
Datmel_serial.c88 struct atmel_uart_char { struct
100 #define ATMEL_SERIAL_RX_SIZE array_size(sizeof(struct atmel_uart_char), \
742 struct atmel_uart_char *c; in atmel_buffer_rx_char()
748 c = &((struct atmel_uart_char *)ring->buf)[ring->head]; in atmel_buffer_rx_char()
1514 struct atmel_uart_char c; in atmel_rx_from_ring()
1519 c = ((struct atmel_uart_char *)ring->buf)[ring->tail]; in atmel_rx_from_ring()