Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/spi/
H A Dspi-topcliff-pch.c118 void *rx_buf_virt; member
757 rx_dma_buf = data->dma.rx_buf_virt; in pch_spi_copy_rx_data_for_dma()
763 rx_dma_sbuf = data->dma.rx_buf_virt; in pch_spi_copy_rx_data_for_dma()
1018 sg_set_page(sg, virt_to_page(dma->rx_buf_virt), rem, in pch_spi_handle_dma()
1024 sg_set_page(sg, virt_to_page(dma->rx_buf_virt), size, in pch_spi_handle_dma()
1030 sg_set_page(sg, virt_to_page(dma->rx_buf_virt), size, in pch_spi_handle_dma()
1292 dma->rx_buf_virt, dma->rx_buf_dma); in pch_free_dma_buf()
1310 dma->rx_buf_virt = dma_alloc_coherent(&board_dat->pdev->dev, in pch_alloc_dma_buf()
1312 if (!dma->rx_buf_virt) in pch_alloc_dma_buf()
/kernel/linux/linux-6.6/drivers/spi/
H A Dspi-topcliff-pch.c119 void *rx_buf_virt; member
729 rx_dma_buf = data->dma.rx_buf_virt; in pch_spi_copy_rx_data_for_dma()
735 rx_dma_sbuf = data->dma.rx_buf_virt; in pch_spi_copy_rx_data_for_dma()
996 sg_set_page(sg, virt_to_page(dma->rx_buf_virt), rem, in pch_spi_handle_dma()
1002 sg_set_page(sg, virt_to_page(dma->rx_buf_virt), size, in pch_spi_handle_dma()
1008 sg_set_page(sg, virt_to_page(dma->rx_buf_virt), size, in pch_spi_handle_dma()
1271 dma->rx_buf_virt, dma->rx_buf_dma); in pch_free_dma_buf()
1289 dma->rx_buf_virt = dma_alloc_coherent(&board_dat->pdev->dev, in pch_alloc_dma_buf()
1291 if (!dma->rx_buf_virt) in pch_alloc_dma_buf()
/kernel/linux/linux-5.10/drivers/tty/serial/
H A Dpch_uart.c236 void *rx_buf_virt; member
667 dma_free_coherent(port->dev, port->fifosize, priv->rx_buf_virt, in pch_free_dma()
669 priv->rx_buf_virt = NULL; in pch_free_dma()
736 priv->rx_buf_virt = dma_alloc_coherent(port->dev, port->fifosize, in pch_request_dma()
844 sg_set_page(&priv->sg_rx, virt_to_page(priv->rx_buf_virt), in dma_handle_rx()
845 sg_dma_len(sg), offset_in_page(priv->rx_buf_virt)); in dma_handle_rx()
/kernel/linux/linux-6.6/drivers/tty/serial/
H A Dpch_uart.c235 void *rx_buf_virt; member
650 dma_free_coherent(port->dev, port->fifosize, priv->rx_buf_virt, in pch_free_dma()
652 priv->rx_buf_virt = NULL; in pch_free_dma()
719 priv->rx_buf_virt = dma_alloc_coherent(port->dev, port->fifosize, in pch_request_dma()
799 sg_set_page(&priv->sg_rx, virt_to_page(priv->rx_buf_virt), in dma_handle_rx()
800 sg_dma_len(sg), offset_in_page(priv->rx_buf_virt)); in dma_handle_rx()

Completed in 10 milliseconds