Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/tty/serial/
Dstm32-usart.h256 struct stm32_port { struct
277 static struct stm32_port stm32_ports[STM32_MAX_PORTS]; argument
Dstm32-usart.c101 struct stm32_port *stm32_port = to_stm32_port(port); in stm32_usart_config_rs485() local
170 struct stm32_port *stm32_port = to_stm32_port(port); in stm32_usart_pending_rx() local
194 struct stm32_port *stm32_port = to_stm32_port(port); in stm32_usart_get_char() local
214 struct stm32_port *stm32_port = to_stm32_port(port); in stm32_usart_receive_chars() local
301 struct stm32_port *stm32_port = to_stm32_port(port); in stm32_usart_tx_interrupt_enable() local
316 struct stm32_port *stm32_port = to_stm32_port(port); in stm32_usart_tx_interrupt_disable() local
327 struct stm32_port *stm32_port = to_stm32_port(port); in stm32_usart_transmit_chars_pio() local
420 struct stm32_port *stm32_port = to_stm32_port(port); in stm32_usart_transmit_chars() local
461 struct stm32_port *stm32_port = to_stm32_port(port); in stm32_usart_interrupt() local
498 struct stm32_port *stm32_port = to_stm32_port(port); in stm32_usart_threaded_interrupt() local
[all …]