Home
last modified time | relevance | path

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

/drivers/tty/serial/
Dstm32-usart.h253 struct stm32_port { struct
254 struct uart_port port;
278 static struct stm32_port stm32_ports[STM32_MAX_PORTS]; argument
Dstm32-usart.c66 struct stm32_port *stm32_port = to_stm32_port(port); in stm32_usart_tx_empty() local
77 struct stm32_port *stm32_port = to_stm32_port(port); in stm32_usart_rs485_rts_enable() local
95 struct stm32_port *stm32_port = to_stm32_port(port); in stm32_usart_rs485_rts_disable() local
151 struct stm32_port *stm32_port = to_stm32_port(port); in stm32_usart_config_rs485() local
226 struct stm32_port *stm32_port = to_stm32_port(port); in stm32_usart_pending_rx() local
250 struct stm32_port *stm32_port = to_stm32_port(port); in stm32_usart_get_char() local
270 struct stm32_port *stm32_port = to_stm32_port(port); in stm32_usart_receive_chars() local
363 struct stm32_port *stm32_port = to_stm32_port(port); in stm32_usart_tx_interrupt_enable() local
378 struct stm32_port *stm32_port = to_stm32_port(port); in stm32_usart_tc_interrupt_enable() local
386 struct stm32_port *stm32_port = to_stm32_port(port); in stm32_usart_tx_interrupt_disable() local
[all …]