Lines Matching defs:altera_uart
3 * altera_uart.c -- Altera UART driver
25 #include <linux/altera_uart.h>
27 #define DRV_NAME "altera_uart"
77 struct altera_uart {
102 struct altera_uart *pp = container_of(port, struct altera_uart, port);
112 static void altera_uart_update_ctrl_reg(struct altera_uart *pp)
128 struct altera_uart *pp = container_of(port, struct altera_uart, port);
140 struct altera_uart *pp = container_of(port, struct altera_uart, port);
148 struct altera_uart *pp = container_of(port, struct altera_uart, port);
156 struct altera_uart *pp = container_of(port, struct altera_uart, port);
164 struct altera_uart *pp = container_of(port, struct altera_uart, port);
261 struct altera_uart *pp = container_of(port, struct altera_uart, port);
279 struct altera_uart *pp = from_timer(pp, t, tmr);
298 struct altera_uart *pp = container_of(port, struct altera_uart, port);
329 struct altera_uart *pp = container_of(port, struct altera_uart, port);
415 static struct altera_uart altera_uart_ports[CONFIG_SERIAL_ALTERA_UART_MAXPORTS];
517 * Define the altera_uart UART driver structure.