Lines Matching refs:uart_qe_port
175 struct uart_qe_port { struct
216 static inline dma_addr_t cpu2qe_addr(void *addr, struct uart_qe_port *qe_port) in cpu2qe_addr() argument
234 static inline void *qe2cpu_addr(dma_addr_t addr, struct uart_qe_port *qe_port) in qe2cpu_addr()
257 struct uart_qe_port *qe_port = in qe_uart_tx_empty()
258 container_of(port, struct uart_qe_port, port); in qe_uart_tx_empty()
309 struct uart_qe_port *qe_port = in qe_uart_stop_tx()
310 container_of(port, struct uart_qe_port, port); in qe_uart_stop_tx()
329 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()
568 struct uart_qe_port *qe_port = (struct uart_qe_port *) data; in qe_uart_int()
592 static void qe_uart_initbd(struct uart_qe_port *qe_port) in qe_uart_initbd()
650 static void qe_uart_init_ucc(struct uart_qe_port *qe_port) in qe_uart_init_ucc()
780 struct uart_qe_port *qe_port = in qe_uart_startup()
781 container_of(port, struct uart_qe_port, port); in qe_uart_startup()
816 struct uart_qe_port *qe_port = in qe_uart_shutdown()
817 container_of(port, struct uart_qe_port, port); in qe_uart_shutdown()
856 struct uart_qe_port *qe_port = in qe_uart_set_termios()
857 container_of(port, struct uart_qe_port, port); in qe_uart_set_termios()
991 struct uart_qe_port *qe_port = in qe_uart_request_port()
992 container_of(port, struct uart_qe_port, port); in qe_uart_request_port()
1057 struct uart_qe_port *qe_port = in qe_uart_release_port()
1058 container_of(port, struct uart_qe_port, port); in qe_uart_release_port()
1198 struct uart_qe_port *qe_port = NULL; in ucc_uart_probe()
1258 qe_port = kzalloc(sizeof(struct uart_qe_port), GFP_KERNEL); in ucc_uart_probe()
1465 struct uart_qe_port *qe_port = platform_get_drvdata(ofdev); in ucc_uart_remove()