Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/tty/serial/
Ducc_uart.c177 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()
[all …]