Searched refs:dma_sync_sg_for_device (Results 1 – 8 of 8) sorted by relevance
| /linux/include/linux/ |
| H A D | dma-mapping.h | 446 static inline void dma_sync_sg_for_device(struct device *dev, in dma_sync_sg_for_device() function 475 static inline void dma_sync_sg_for_device(struct device *dev, in dma_sync_sg_for_device() function 590 dma_sync_sg_for_device(dev, sgt->sgl, sgt->orig_nents, dir); in dma_sync_sgtable_for_device()
|
| /linux/include/trace/events/ |
| H A D | dma.h | 485 DEFINE_SYNC_SG_EVENT(dma_sync_sg_for_device);
|
| /linux/drivers/crypto/stm32/ |
| H A D | stm32-cryp.c | 924 dma_sync_sg_for_device(cryp->dev, cryp->out_sg, cryp->out_sg_len, DMA_FROM_DEVICE); in stm32_cryp_dma_callback() 982 dma_sync_sg_for_device(cryp->dev, cryp->header_sg, cryp->header_sg_len, DMA_TO_DEVICE); in stm32_cryp_header_dma_start() 1033 dma_sync_sg_for_device(cryp->dev, cryp->in_sg, cryp->in_sg_len, DMA_TO_DEVICE); in stm32_cryp_dma_start()
|
| /linux/drivers/spi/ |
| H A D | spi-topcliff-pch.c | 1023 dma_sync_sg_for_device(&data->host->dev, sg, num, DMA_FROM_DEVICE); in pch_spi_handle_dma() 1085 dma_sync_sg_for_device(&data->host->dev, sg, num, DMA_TO_DEVICE); in pch_spi_handle_dma()
|
| /linux/drivers/tty/serial/ |
| H A D | pch_uart.c | 957 dma_sync_sg_for_device(port->dev, priv->sg_tx_p, num, DMA_TO_DEVICE); in dma_handle_tx()
|
| H A D | imx.c | 1250 dma_sync_sg_for_device(sport->port.dev, sgl, 1, in imx_uart_dma_rx_callback()
|
| H A D | fsl_lpuart.c | 1240 dma_sync_sg_for_device(chan->device->dev, &sport->rx_sgl, 1, in lpuart_copy_rx_to_tty()
|
| /linux/drivers/mmc/host/ |
| H A D | dw_mmc.c | 826 dma_sync_sg_for_device(mmc_dev(host->slot->mmc), sgl, in dw_mci_edmac_start_dma()
|