Searched defs:stm32_port (Results 1 – 2 of 2) sorted by relevance
188 struct stm32_port { struct189 struct uart_port port;190 struct clk *clk;191 const struct stm32_usart_info *info;215 static struct stm32_port stm32_ports[STM32_MAX_PORTS]; argument
136 struct stm32_port *stm32_port = to_stm32_port(port); in stm32_usart_tx_empty() local147 struct stm32_port *stm32_port = to_stm32_port(port); in stm32_usart_rs485_rts_enable() local165 struct stm32_port *stm32_port = to_stm32_port(port); in stm32_usart_rs485_rts_disable() local221 struct stm32_port *stm32_port = to_stm32_port(port); in stm32_usart_config_rs485() local290 struct stm32_port *stm32_port = to_stm32_port(port); in stm32_usart_rx_dma_enabled() local302 struct stm32_port *stm32_port = to_stm32_port(port); in stm32_usart_pending_rx_pio() local322 struct stm32_port *stm32_port = to_stm32_port(port); in stm32_usart_get_char_pio() local335 struct stm32_port *stm32_port = to_stm32_port(port); in stm32_usart_receive_chars_pio() local402 struct stm32_port *stm32_port = to_stm32_port(port); in stm32_usart_push_buffer_dma() local429 struct stm32_port *stm32_port = to_stm32_port(port); in stm32_usart_receive_chars_dma() local[all …]