Lines Matching refs:altera_uart
77 struct altera_uart { struct
102 struct altera_uart *pp = container_of(port, struct altera_uart, port); in altera_uart_get_mctrl() argument
112 static void altera_uart_update_ctrl_reg(struct altera_uart *pp) in altera_uart_update_ctrl_reg()
128 struct altera_uart *pp = container_of(port, struct altera_uart, port); in altera_uart_set_mctrl()
140 struct altera_uart *pp = container_of(port, struct altera_uart, port); in altera_uart_start_tx()
148 struct altera_uart *pp = container_of(port, struct altera_uart, port); in altera_uart_stop_tx()
156 struct altera_uart *pp = container_of(port, struct altera_uart, port); in altera_uart_stop_rx()
164 struct altera_uart *pp = container_of(port, struct altera_uart, port); in altera_uart_break_ctl()
282 struct altera_uart *pp = container_of(port, struct altera_uart, port); in altera_uart_interrupt()
300 struct altera_uart *pp = from_timer(pp, t, tmr); in altera_uart_timer()
319 struct altera_uart *pp = container_of(port, struct altera_uart, port); in altera_uart_startup()
350 struct altera_uart *pp = container_of(port, struct altera_uart, port); in altera_uart_shutdown()
436 static struct altera_uart altera_uart_ports[CONFIG_SERIAL_ALTERA_UART_MAXPORTS];