Lines Matching refs:altera_uart
81 struct altera_uart { struct
106 struct altera_uart *pp = container_of(port, struct altera_uart, port); in altera_uart_get_mctrl() argument
118 struct altera_uart *pp = container_of(port, struct altera_uart, port); in altera_uart_set_mctrl()
130 struct altera_uart *pp = container_of(port, struct altera_uart, port); in altera_uart_start_tx()
138 struct altera_uart *pp = container_of(port, struct altera_uart, port); in altera_uart_stop_tx()
146 struct altera_uart *pp = container_of(port, struct altera_uart, port); in altera_uart_stop_rx()
154 struct altera_uart *pp = container_of(port, struct altera_uart, port); in altera_uart_break_ctl()
192 static void altera_uart_rx_chars(struct altera_uart *pp) in altera_uart_rx_chars()
241 static void altera_uart_tx_chars(struct altera_uart *pp) in altera_uart_tx_chars()
276 struct altera_uart *pp = container_of(port, struct altera_uart, port); in altera_uart_interrupt()
294 struct altera_uart *pp = container_of(port, struct altera_uart, port); in altera_uart_timer()
312 struct altera_uart *pp = container_of(port, struct altera_uart, port); in altera_uart_startup()
343 struct altera_uart *pp = container_of(port, struct altera_uart, port); in altera_uart_shutdown()
429 static struct altera_uart altera_uart_ports[CONFIG_SERIAL_ALTERA_UART_MAXPORTS];