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()
415 struct uart_qe_port *qe_port = in qe_uart_start_tx()
416 container_of(port, struct uart_qe_port, port); in qe_uart_start_tx()
432 struct uart_qe_port *qe_port = in qe_uart_stop_rx()
433 container_of(port, struct uart_qe_port, port); in qe_uart_stop_rx()
446 struct uart_qe_port *qe_port = in qe_uart_break_ctl()
447 container_of(port, struct uart_qe_port, port); in qe_uart_break_ctl()
459 static void qe_uart_int_rx(struct uart_qe_port *qe_port) in qe_uart_int_rx()
567 struct uart_qe_port *qe_port = (struct uart_qe_port *) data; in qe_uart_int()
591 static void qe_uart_initbd(struct uart_qe_port *qe_port) in qe_uart_initbd()
649 static void qe_uart_init_ucc(struct uart_qe_port *qe_port) in qe_uart_init_ucc()
772 struct uart_qe_port *qe_port = in qe_uart_startup()
773 container_of(port, struct uart_qe_port, port); in qe_uart_startup()
808 struct uart_qe_port *qe_port = in qe_uart_shutdown()
809 container_of(port, struct uart_qe_port, port); in qe_uart_shutdown()
848 struct uart_qe_port *qe_port = in qe_uart_set_termios()
849 container_of(port, struct uart_qe_port, port); in qe_uart_set_termios()
983 struct uart_qe_port *qe_port = in qe_uart_request_port()
984 container_of(port, struct uart_qe_port, port); in qe_uart_request_port()
1049 struct uart_qe_port *qe_port = in qe_uart_release_port()
1050 container_of(port, struct uart_qe_port, port); in qe_uart_release_port()
1256 struct uart_qe_port *qe_port = NULL; in ucc_uart_probe()
1268 qe_port = kzalloc(sizeof(struct uart_qe_port), GFP_KERNEL); in ucc_uart_probe()
1476 struct uart_qe_port *qe_port = platform_get_drvdata(ofdev); in ucc_uart_remove()