Searched refs:device_prep_slave_sg (Results 1 – 25 of 34) sorted by relevance
12
| /linux/include/linux/ |
| H A D | dmaengine.h | 933 struct dma_async_tx_descriptor *(*device_prep_slave_sg)( member 986 if (!chan || !chan->device || !chan->device->device_prep_slave_sg) in dmaengine_prep_slave_single() 989 return chan->device->device_prep_slave_sg(chan, &sg, 1, in dmaengine_prep_slave_single() 1016 if (!chan || !chan->device || !chan->device->device_prep_slave_sg) in dmaengine_prep_slave_sg() 1019 return chan->device->device_prep_slave_sg(chan, sgl, sg_len, in dmaengine_prep_slave_sg() 1030 if (!chan || !chan->device || !chan->device->device_prep_slave_sg) in dmaengine_prep_rio_sg() 1033 return chan->device->device_prep_slave_sg(chan, sgl, sg_len, in dmaengine_prep_rio_sg()
|
| /linux/sound/soc/sprd/ |
| H A D | sprd-pcm-dma.c | 279 data->desc = chan->device->device_prep_slave_sg(chan, sg, in sprd_pcm_hw_params()
|
| H A D | sprd-pcm-compress.c | 238 dma->desc = dma->chan->device->device_prep_slave_sg(dma->chan, sg, in sprd_platform_compr_dma_config()
|
| /linux/drivers/dma/hsu/ |
| H A D | hsu.c | 464 hsu->dma.device_prep_slave_sg = hsu_dma_prep_slave_sg; in hsu_dma_probe()
|
| /linux/drivers/dma/ |
| H A D | loongson1-apb-dma.c | 592 ddev->device_prep_slave_sg = ls1x_dma_prep_slave_sg; in ls1x_dma_probe()
|
| H A D | loongson2-apb-dma.c | 641 ddev->device_prep_slave_sg = ls2x_dma_prep_slave_sg; in ls2x_dma_probe()
|
| H A D | mxs-dma.c | 806 mxs_dma->dma_device.device_prep_slave_sg = mxs_dma_prep_slave_sg; in mxs_dma_probe()
|
| H A D | fsl-edma-main.c | 851 fsl_edma->dma_dev.device_prep_slave_sg = fsl_edma_prep_slave_sg; in fsl_edma_probe()
|
| H A D | ep93xx_dma.c | 1521 dma_dev->device_prep_slave_sg = ep93xx_dma_prep_slave_sg; in ep93xx_dma_probe()
|
| H A D | imx-dma.c | 1160 imxdma->dma_device.device_prep_slave_sg = imxdma_prep_slave_sg; in imxdma_probe()
|
| H A D | sun4i-dma.c | 1279 priv->slave.device_prep_slave_sg = sun4i_dma_prep_slave_sg; in sun4i_dma_probe()
|
| H A D | tegra186-gpc-dma.c | 1451 tdma->dma_dev.device_prep_slave_sg = tegra_dma_prep_slave_sg; in tegra_dma_probe()
|
| H A D | nbpfaxi.c | 1434 dma_dev->device_prep_slave_sg = nbpf_prep_slave_sg; in nbpf_probe()
|
| /linux/drivers/rapidio/devices/ |
| H A D | tsi721_dma.c | 1010 mport->dma.device_prep_slave_sg = tsi721_prep_rio_sg; in tsi721_register_dma()
|
| /linux/drivers/dma/sh/ |
| H A D | rz-dmac.c | 1001 engine->device_prep_slave_sg = rz_dmac_prep_slave_sg; in rz_dmac_probe()
|
| /linux/drivers/dma/dw-edma/ |
| H A D | dw-edma-core.c | 796 dma->device_prep_slave_sg = dw_edma_device_prep_slave_sg; in dw_edma_channel_setup()
|
| /linux/drivers/dma/amd/qdma/ |
| H A D | qdma.c | 1109 qdev->dma_dev.device_prep_slave_sg = qdma_prep_device_sg; in amd_qdma_probe()
|
| /linux/drivers/dma/qcom/ |
| H A D | bam_dma.c | 1347 bdev->common.device_prep_slave_sg = bam_prep_slave_sg; in bam_dma_probe()
|
| /linux/drivers/dma/xilinx/ |
| H A D | xilinx_dma.c | 3183 xdev->common.device_prep_slave_sg = xilinx_dma_prep_slave_sg; in xilinx_dma_probe() 3196 xdev->common.device_prep_slave_sg = xilinx_mcdma_prep_slave_sg; in xilinx_dma_probe()
|
| /linux/drivers/dma/dw/ |
| H A D | core.c | 1317 dw->dma.device_prep_slave_sg = dwc_prep_slave_sg; in do_dma_probe()
|
| /linux/drivers/rapidio/ |
| H A D | rio.c | 1809 if (!dchan->device->device_prep_slave_sg) { in rio_dma_prep_xfer()
|
| /linux/drivers/dma/lgm/ |
| H A D | lgm-dma.c | 1685 dma_dev->device_prep_slave_sg = ldma_prep_slave_sg; in intel_ldma_probe()
|
| /linux/drivers/dma/stm32/ |
| H A D | stm32-dma.c | 1617 dd->device_prep_slave_sg = stm32_dma_prep_slave_sg; in stm32_dma_probe()
|
| H A D | stm32-mdma.c | 1672 dd->device_prep_slave_sg = stm32_mdma_prep_slave_sg; in stm32_mdma_probe()
|
| /linux/Documentation/driver-api/dmaengine/ |
| H A D | provider.rst | 440 - Similar to ``device_prep_slave_sg``, but it takes a pointer to a
|
12