Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dstm32-usart.c40 static inline struct stm32_port *to_stm32_port(struct uart_port *port) in to_stm32_port()
42 return container_of(port, struct stm32_port, port); in to_stm32_port()
103 struct stm32_port *stm32_port = to_stm32_port(port); in stm32_usart_config_rs485() local
104 const struct stm32_usart_offsets *ofs = &stm32_port->info->ofs; in stm32_usart_config_rs485()
105 const struct stm32_usart_config *cfg = &stm32_port->info->cfg; in stm32_usart_config_rs485()
172 struct stm32_port *stm32_port = to_stm32_port(port); in stm32_usart_pending_rx() local
173 const struct stm32_usart_offsets *ofs = &stm32_port->info->ofs; in stm32_usart_pending_rx()
179 if (threaded && stm32_port->rx_ch) { in stm32_usart_pending_rx()
180 status = dmaengine_tx_status(stm32_port->rx_ch, in stm32_usart_pending_rx()
181 stm32_port->rx_ch->cookie, in stm32_usart_pending_rx()
[all …]
H A Dstm32-usart.h256 struct stm32_port { struct
277 static struct stm32_port stm32_ports[STM32_MAX_PORTS]; argument