Searched refs:stm32port (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/tty/serial/
H A Dstm32-usart.c642 struct stm32_port *stm32port = to_stm32_port(port); local
645 stm32_usart_tx_dma_terminate(stm32port);
718 struct stm32_port *stm32port = to_stm32_port(port); local
724 if (stm32_usart_tx_dma_started(stm32port)) {
725 ret = stm32_usart_tx_dma_resume(stm32port);
737 memcpy(&stm32port->tx_buf[0], &xmit->buf[xmit->tail], count);
746 memcpy(&stm32port->tx_buf[0], &xmit->buf[xmit->tail], one);
748 memcpy(&stm32port->tx_buf[one], &xmit->buf[0], two);
751 desc = dmaengine_prep_slave_single(stm32port->tx_ch,
752 stm32port
1438 struct stm32_port *stm32port = container_of(port, local
1526 stm32_usart_get_ftcfg(struct platform_device *pdev, struct stm32_port *stm32port, const char *p, int *ftcfg) argument
1565 stm32_usart_deinit_port(struct stm32_port *stm32port) argument
1577 stm32_usart_init_port(struct stm32_port *stm32port, struct platform_device *pdev) argument
1703 stm32_usart_of_dma_rx_remove(struct stm32_port *stm32port, struct platform_device *pdev) argument
1711 stm32_usart_of_dma_rx_probe(struct stm32_port *stm32port, struct platform_device *pdev) argument
1741 stm32_usart_of_dma_tx_remove(struct stm32_port *stm32port, struct platform_device *pdev) argument
1749 stm32_usart_of_dma_tx_probe(struct stm32_port *stm32port, struct platform_device *pdev) argument
1781 struct stm32_port *stm32port; local
1973 struct stm32_port *stm32port; local
2177 struct stm32_port *stm32port = container_of(port, local
2188 struct stm32_port *stm32port = container_of(port, local
[all...]

Completed in 181 milliseconds