Symbol: uart_qe_port
drivers/tty/serial/ucc_uart.c
1029
struct uart_qe_port *qe_port =
drivers/tty/serial/ucc_uart.c
1030
container_of(port, struct uart_qe_port, port);
drivers/tty/serial/ucc_uart.c
1238
struct uart_qe_port *qe_port = NULL;
drivers/tty/serial/ucc_uart.c
1250
qe_port = kzalloc_obj(struct uart_qe_port);
drivers/tty/serial/ucc_uart.c
1458
struct uart_qe_port *qe_port = platform_get_drvdata(ofdev);
drivers/tty/serial/ucc_uart.c
218
static inline dma_addr_t cpu2qe_addr(void *addr, struct uart_qe_port *qe_port)
drivers/tty/serial/ucc_uart.c
236
static inline void *qe2cpu_addr(dma_addr_t addr, struct uart_qe_port *qe_port)
drivers/tty/serial/ucc_uart.c
259
struct uart_qe_port *qe_port =
drivers/tty/serial/ucc_uart.c
260
container_of(port, struct uart_qe_port, port);
drivers/tty/serial/ucc_uart.c
311
struct uart_qe_port *qe_port =
drivers/tty/serial/ucc_uart.c
312
container_of(port, struct uart_qe_port, port);
drivers/tty/serial/ucc_uart.c
331
static int qe_uart_tx_pump(struct uart_qe_port *qe_port)
drivers/tty/serial/ucc_uart.c
407
struct uart_qe_port *qe_port =
drivers/tty/serial/ucc_uart.c
408
container_of(port, struct uart_qe_port, port);
drivers/tty/serial/ucc_uart.c
424
struct uart_qe_port *qe_port =
drivers/tty/serial/ucc_uart.c
425
container_of(port, struct uart_qe_port, port);
drivers/tty/serial/ucc_uart.c
438
struct uart_qe_port *qe_port =
drivers/tty/serial/ucc_uart.c
439
container_of(port, struct uart_qe_port, port);
drivers/tty/serial/ucc_uart.c
451
static void qe_uart_int_rx(struct uart_qe_port *qe_port)
drivers/tty/serial/ucc_uart.c
559
struct uart_qe_port *qe_port = (struct uart_qe_port *) data;
drivers/tty/serial/ucc_uart.c
583
static void qe_uart_initbd(struct uart_qe_port *qe_port)
drivers/tty/serial/ucc_uart.c
641
static void qe_uart_init_ucc(struct uart_qe_port *qe_port)
drivers/tty/serial/ucc_uart.c
764
struct uart_qe_port *qe_port =
drivers/tty/serial/ucc_uart.c
765
container_of(port, struct uart_qe_port, port);
drivers/tty/serial/ucc_uart.c
800
struct uart_qe_port *qe_port =
drivers/tty/serial/ucc_uart.c
801
container_of(port, struct uart_qe_port, port);
drivers/tty/serial/ucc_uart.c
841
struct uart_qe_port *qe_port =
drivers/tty/serial/ucc_uart.c
842
container_of(port, struct uart_qe_port, port);
drivers/tty/serial/ucc_uart.c
963
struct uart_qe_port *qe_port =
drivers/tty/serial/ucc_uart.c
964
container_of(port, struct uart_qe_port, port);