Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/tty/serial/
Dstm32-usart.c640 struct stm32_port *stm32port = to_stm32_port(port); in stm32_usart_tx_dma_complete() local
716 struct stm32_port *stm32port = to_stm32_port(port); in stm32_usart_transmit_chars_dma() local
1391 struct stm32_port *stm32port = container_of(port, in stm32_usart_pm() local
1498 static void stm32_usart_deinit_port(struct stm32_port *stm32port) in stm32_usart_deinit_port()
1510 static int stm32_usart_init_port(struct stm32_port *stm32port, in stm32_usart_init_port()
1636 static void stm32_usart_of_dma_rx_remove(struct stm32_port *stm32port, in stm32_usart_of_dma_rx_remove()
1644 static int stm32_usart_of_dma_rx_probe(struct stm32_port *stm32port, in stm32_usart_of_dma_rx_probe()
1674 static void stm32_usart_of_dma_tx_remove(struct stm32_port *stm32port, in stm32_usart_of_dma_tx_remove()
1682 static int stm32_usart_of_dma_tx_probe(struct stm32_port *stm32port, in stm32_usart_of_dma_tx_probe()
1714 struct stm32_port *stm32port; in stm32_usart_serial_probe() local
[all …]