Home
last modified time | relevance | path

Searched refs:uart_qe_port (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/tty/serial/
Ducc_uart.c175 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()
[all …]