Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dstm32-usart.c103 struct stm32_port *stm32_port = to_stm32_port(port); in stm32_usart_config_rs485() local
172 struct stm32_port *stm32_port = to_stm32_port(port); in stm32_usart_pending_rx() local
196 struct stm32_port *stm32_port = to_stm32_port(port); in stm32_usart_get_char() local
216 struct stm32_port *stm32_port = to_stm32_port(port); in stm32_usart_receive_chars() local
303 struct stm32_port *stm32_port = to_stm32_port(port); in stm32_usart_tx_interrupt_enable() local
318 struct stm32_port *stm32_port = to_stm32_port(port); in stm32_usart_tx_interrupt_disable() local
329 struct stm32_port *stm32_port = to_stm32_port(port); in stm32_usart_transmit_chars_pio() local
422 struct stm32_port *stm32_port = to_stm32_port(port); in stm32_usart_transmit_chars() local
475 struct stm32_port *stm32_port = to_stm32_port(port); in stm32_usart_interrupt() local
512 struct stm32_port *stm32_port = to_stm32_port(port); in stm32_usart_threaded_interrupt() local
[all …]
H A Dstm32-usart.h256 struct stm32_port { struct
277 static struct stm32_port stm32_ports[STM32_MAX_PORTS]; argument