Home
last modified time | relevance | path

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

/drivers/tty/serial/
Dstm32-usart.c347 struct stm32_port *stm32port = to_stm32_port(port); in stm32_usart_tx_dma_complete() local
432 struct stm32_port *stm32port = to_stm32_port(port); in stm32_usart_transmit_chars_dma() local
1042 struct stm32_port *stm32port = container_of(port, in stm32_usart_pm() local
1117 static void stm32_usart_deinit_port(struct stm32_port *stm32port) in stm32_usart_deinit_port()
1122 static int stm32_usart_init_port(struct stm32_port *stm32port, in stm32_usart_init_port()
1247 static void stm32_usart_of_dma_rx_remove(struct stm32_port *stm32port, in stm32_usart_of_dma_rx_remove()
1255 static int stm32_usart_of_dma_rx_probe(struct stm32_port *stm32port, in stm32_usart_of_dma_rx_probe()
1319 static void stm32_usart_of_dma_tx_remove(struct stm32_port *stm32port, in stm32_usart_of_dma_tx_remove()
1327 static int stm32_usart_of_dma_tx_probe(struct stm32_port *stm32port, in stm32_usart_of_dma_tx_probe()
1361 struct stm32_port *stm32port; in stm32_usart_serial_probe() local
[all …]