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()
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()
565 struct uart_qe_port *qe_port = (struct uart_qe_port *) data; in qe_uart_int()
589 static void qe_uart_initbd(struct uart_qe_port *qe_port) in qe_uart_initbd()
647 static void qe_uart_init_ucc(struct uart_qe_port *qe_port) in qe_uart_init_ucc()
770 struct uart_qe_port *qe_port = in qe_uart_startup()
771 container_of(port, struct uart_qe_port, port); in qe_uart_startup()
806 struct uart_qe_port *qe_port = in qe_uart_shutdown()
807 container_of(port, struct uart_qe_port, port); in qe_uart_shutdown()
847 struct uart_qe_port *qe_port = in qe_uart_set_termios()
848 container_of(port, struct uart_qe_port, port); in qe_uart_set_termios()
969 struct uart_qe_port *qe_port = in qe_uart_request_port()
970 container_of(port, struct uart_qe_port, port); in qe_uart_request_port()
1035 struct uart_qe_port *qe_port = in qe_uart_release_port()
1036 container_of(port, struct uart_qe_port, port); in qe_uart_release_port()
1244 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()
1464 struct uart_qe_port *qe_port = platform_get_drvdata(ofdev); in ucc_uart_remove()