Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Dstm32-usart.c136 struct stm32_port *stm32_port = to_stm32_port(port); in stm32_usart_tx_empty() local
147 struct stm32_port *stm32_port = to_stm32_port(port); in stm32_usart_rs485_rts_enable() local
165 struct stm32_port *stm32_port = to_stm32_port(port); in stm32_usart_rs485_rts_disable() local
221 struct stm32_port *stm32_port = to_stm32_port(port); in stm32_usart_config_rs485() local
346 struct stm32_port *stm32_port = to_stm32_port(port); in stm32_usart_pending_rx_pio() local
366 struct stm32_port *stm32_port = to_stm32_port(port); in stm32_usart_get_char_pio() local
379 struct stm32_port *stm32_port = to_stm32_port(port); in stm32_usart_receive_chars_pio() local
445 struct stm32_port *stm32_port = to_stm32_port(port); in stm32_usart_push_buffer_dma() local
472 struct stm32_port *stm32_port = to_stm32_port(port); in stm32_usart_receive_chars_dma() local
492 struct stm32_port *stm32_port = to_stm32_port(port); in stm32_usart_receive_chars() local
[all …]
H A Dstm32-usart.h188 struct stm32_port { struct
189 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