Searched defs:stm32_port (Results 1 – 4 of 4) sorted by relevance
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 static bool stm32_usart_rx_dma_started(struct stm32_port *stm32_port) in stm32_usart_rx_dma_started()295 static void stm32_usart_rx_dma_terminate(struct stm32_port *stm32_port) in stm32_usart_rx_dma_terminate()301 static int stm32_usart_dma_pause_resume(struct stm32_port *stm32_port, in stm32_usart_dma_pause_resume()305 bool stm32_usart_xx_dma_started(struct stm32_port *), in stm32_usart_dma_pause_resume()306 void stm32_usart_xx_dma_terminate(struct stm32_port *)) in stm32_usart_dma_pause_resume()327 static int stm32_usart_rx_dma_pause(struct stm32_port *stm32_port) in stm32_usart_rx_dma_pause()[all …]
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
256 struct stm32_port { struct277 static struct stm32_port stm32_ports[STM32_MAX_PORTS]; argument
103 struct stm32_port *stm32_port = to_stm32_port(port); in stm32_usart_config_rs485() local172 struct stm32_port *stm32_port = to_stm32_port(port); in stm32_usart_pending_rx() local196 struct stm32_port *stm32_port = to_stm32_port(port); in stm32_usart_get_char() local216 struct stm32_port *stm32_port = to_stm32_port(port); in stm32_usart_receive_chars() local303 struct stm32_port *stm32_port = to_stm32_port(port); in stm32_usart_tx_interrupt_enable() local318 struct stm32_port *stm32_port = to_stm32_port(port); in stm32_usart_tx_interrupt_disable() local329 struct stm32_port *stm32_port = to_stm32_port(port); in stm32_usart_transmit_chars_pio() local422 struct stm32_port *stm32_port = to_stm32_port(port); in stm32_usart_transmit_chars() local475 struct stm32_port *stm32_port = to_stm32_port(port); in stm32_usart_interrupt() local512 struct stm32_port *stm32_port = to_stm32_port(port); in stm32_usart_threaded_interrupt() local[all …]