Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Dstm32-usart.c638 struct stm32_port *stm32port = to_stm32_port(port); in stm32_usart_tx_dma_complete() local
714 struct stm32_port *stm32port = to_stm32_port(port); in stm32_usart_transmit_chars_dma() local
1398 struct stm32_port *stm32port = container_of(port, in stm32_usart_pm() local
1505 static void stm32_usart_deinit_port(struct stm32_port *stm32port) in stm32_usart_deinit_port()
1517 static int stm32_usart_init_port(struct stm32_port *stm32port, in stm32_usart_init_port()
1643 static void stm32_usart_of_dma_rx_remove(struct stm32_port *stm32port, in stm32_usart_of_dma_rx_remove()
1651 static int stm32_usart_of_dma_rx_probe(struct stm32_port *stm32port, in stm32_usart_of_dma_rx_probe()
1681 static void stm32_usart_of_dma_tx_remove(struct stm32_port *stm32port, in stm32_usart_of_dma_tx_remove()
1689 static int stm32_usart_of_dma_tx_probe(struct stm32_port *stm32port, in stm32_usart_of_dma_tx_probe()
1721 struct stm32_port *stm32port; in stm32_usart_serial_probe() local
[all …]