Lines Matching refs:uart_qe_port

177 struct uart_qe_port {  struct
218 static inline dma_addr_t cpu2qe_addr(void *addr, struct uart_qe_port *qe_port) in cpu2qe_addr() argument
236 static inline void *qe2cpu_addr(dma_addr_t addr, struct uart_qe_port *qe_port) in qe2cpu_addr()
259 struct uart_qe_port *qe_port = in qe_uart_tx_empty()
260 container_of(port, struct uart_qe_port, port); in qe_uart_tx_empty()
311 struct uart_qe_port *qe_port = in qe_uart_stop_tx()
312 container_of(port, struct uart_qe_port, port); in qe_uart_stop_tx()
331 static int qe_uart_tx_pump(struct uart_qe_port *qe_port) in qe_uart_tx_pump()
407 struct uart_qe_port *qe_port = in qe_uart_start_tx()
408 container_of(port, struct uart_qe_port, port); in qe_uart_start_tx()
424 struct uart_qe_port *qe_port = in qe_uart_stop_rx()
425 container_of(port, struct uart_qe_port, port); in qe_uart_stop_rx()
438 struct uart_qe_port *qe_port = in qe_uart_break_ctl()
439 container_of(port, struct uart_qe_port, port); in qe_uart_break_ctl()
451 static void qe_uart_int_rx(struct uart_qe_port *qe_port) in qe_uart_int_rx()
559 struct uart_qe_port *qe_port = (struct uart_qe_port *) data; in qe_uart_int()
583 static void qe_uart_initbd(struct uart_qe_port *qe_port) in qe_uart_initbd()
641 static void qe_uart_init_ucc(struct uart_qe_port *qe_port) in qe_uart_init_ucc()
764 struct uart_qe_port *qe_port = in qe_uart_startup()
765 container_of(port, struct uart_qe_port, port); in qe_uart_startup()
800 struct uart_qe_port *qe_port = in qe_uart_shutdown()
801 container_of(port, struct uart_qe_port, port); in qe_uart_shutdown()
841 struct uart_qe_port *qe_port = in qe_uart_set_termios()
842 container_of(port, struct uart_qe_port, port); in qe_uart_set_termios()
963 struct uart_qe_port *qe_port = in qe_uart_request_port()
964 container_of(port, struct uart_qe_port, port); in qe_uart_request_port()
1029 struct uart_qe_port *qe_port = in qe_uart_release_port()
1030 container_of(port, struct uart_qe_port, port); in qe_uart_release_port()
1238 struct uart_qe_port *qe_port = NULL; in ucc_uart_probe()
1250 qe_port = kzalloc(sizeof(struct uart_qe_port), GFP_KERNEL); in ucc_uart_probe()
1458 struct uart_qe_port *qe_port = platform_get_drvdata(ofdev); in ucc_uart_remove()