Lines Matching refs:uart_qe_port
173 struct uart_qe_port { struct
214 static inline dma_addr_t cpu2qe_addr(void *addr, struct uart_qe_port *qe_port) in cpu2qe_addr() argument
232 static inline void *qe2cpu_addr(dma_addr_t addr, struct uart_qe_port *qe_port) in qe2cpu_addr()
255 struct uart_qe_port *qe_port = in qe_uart_tx_empty()
256 container_of(port, struct uart_qe_port, port); in qe_uart_tx_empty()
307 struct uart_qe_port *qe_port = in qe_uart_stop_tx()
308 container_of(port, struct uart_qe_port, port); in qe_uart_stop_tx()
327 static int qe_uart_tx_pump(struct uart_qe_port *qe_port) in qe_uart_tx_pump()
413 struct uart_qe_port *qe_port = in qe_uart_start_tx()
414 container_of(port, struct uart_qe_port, port); in qe_uart_start_tx()
430 struct uart_qe_port *qe_port = in qe_uart_stop_rx()
431 container_of(port, struct uart_qe_port, port); in qe_uart_stop_rx()
444 struct uart_qe_port *qe_port = in qe_uart_break_ctl()
445 container_of(port, struct uart_qe_port, port); in qe_uart_break_ctl()
457 static void qe_uart_int_rx(struct uart_qe_port *qe_port) in qe_uart_int_rx()
566 struct uart_qe_port *qe_port = (struct uart_qe_port *) data; in qe_uart_int()
590 static void qe_uart_initbd(struct uart_qe_port *qe_port) in qe_uart_initbd()
648 static void qe_uart_init_ucc(struct uart_qe_port *qe_port) in qe_uart_init_ucc()
778 struct uart_qe_port *qe_port = in qe_uart_startup()
779 container_of(port, struct uart_qe_port, port); in qe_uart_startup()
814 struct uart_qe_port *qe_port = in qe_uart_shutdown()
815 container_of(port, struct uart_qe_port, port); in qe_uart_shutdown()
854 struct uart_qe_port *qe_port = in qe_uart_set_termios()
855 container_of(port, struct uart_qe_port, port); in qe_uart_set_termios()
989 struct uart_qe_port *qe_port = in qe_uart_request_port()
990 container_of(port, struct uart_qe_port, port); in qe_uart_request_port()
1055 struct uart_qe_port *qe_port = in qe_uart_release_port()
1056 container_of(port, struct uart_qe_port, port); in qe_uart_release_port()
1196 struct uart_qe_port *qe_port = NULL; in ucc_uart_probe()
1256 qe_port = kzalloc(sizeof(struct uart_qe_port), GFP_KERNEL); in ucc_uart_probe()
1463 struct uart_qe_port *qe_port = platform_get_drvdata(ofdev); in ucc_uart_remove()