Home
last modified time | relevance | path

Searched refs:device_prep_slave_sg (Results 1 – 22 of 22) sorted by relevance

/linux/include/linux/
H A Ddmaengine.h927 struct dma_async_tx_descriptor *(*device_prep_slave_sg)( member
983 if (!chan || !chan->device || !chan->device->device_prep_slave_sg) in dmaengine_prep_slave_single()
986 return chan->device->device_prep_slave_sg(chan, &sg, 1, in dmaengine_prep_slave_single()
1013 if (!chan || !chan->device || !chan->device->device_prep_slave_sg) in dmaengine_prep_slave_sg()
1016 return chan->device->device_prep_slave_sg(chan, sgl, sg_len, in dmaengine_prep_slave_sg()
1027 if (!chan || !chan->device || !chan->device->device_prep_slave_sg) in dmaengine_prep_rio_sg()
1030 return chan->device->device_prep_slave_sg(chan, sgl, sg_len, in dmaengine_prep_rio_sg()
/linux/sound/soc/sprd/
H A Dsprd-pcm-dma.c279 data->desc = chan->device->device_prep_slave_sg(chan, sg, in sprd_pcm_hw_params()
H A Dsprd-pcm-compress.c238 dma->desc = dma->chan->device->device_prep_slave_sg(dma->chan, sg, in sprd_platform_compr_dma_config()
/linux/drivers/dma/hsu/
H A Dhsu.c464 hsu->dma.device_prep_slave_sg = hsu_dma_prep_slave_sg; in hsu_dma_probe()
/linux/drivers/dma/
H A Dloongson1-apb-dma.c592 ddev->device_prep_slave_sg = ls1x_dma_prep_slave_sg; in ls1x_dma_probe()
H A Dmxs-dma.c806 mxs_dma->dma_device.device_prep_slave_sg = mxs_dma_prep_slave_sg; in mxs_dma_probe()
H A Ddma-axi-dmac.c1102 dma_dev->device_prep_slave_sg = axi_dmac_prep_slave_sg; in axi_dmac_probe()
H A Dep93xx_dma.c1521 dma_dev->device_prep_slave_sg = ep93xx_dma_prep_slave_sg; in ep93xx_dma_probe()
H A Damba-pl08x.c2783 pl08x->slave.device_prep_slave_sg = pl08x_prep_slave_sg; in pl08x_probe()
H A Dpl330.c3136 pd->device_prep_slave_sg = pl330_prep_slave_sg; in pl330_probe()
H A Dste_dma40.c2838 dev->device_prep_slave_sg = d40_prep_slave_sg; in d40_ops_init()
/linux/drivers/dma/dw-edma/
H A Ddw-edma-core.c806 dma->device_prep_slave_sg = dw_edma_device_prep_slave_sg; in dw_edma_channel_setup()
/linux/drivers/rapidio/devices/
H A Dtsi721_dma.c1010 mport->dma.device_prep_slave_sg = tsi721_prep_rio_sg; in tsi721_register_dma()
/linux/drivers/dma/dw/
H A Dcore.c1317 dw->dma.device_prep_slave_sg = dwc_prep_slave_sg; in do_dma_probe()
/linux/drivers/rapidio/
H A Drio.c1822 if (!dchan->device->device_prep_slave_sg) { in rio_dma_prep_xfer()
/linux/drivers/dma/stm32/
H A Dstm32-dma.c1617 dd->device_prep_slave_sg = stm32_dma_prep_slave_sg; in stm32_dma_probe()
H A Dstm32-mdma.c1672 dd->device_prep_slave_sg = stm32_mdma_prep_slave_sg; in stm32_mdma_probe()
/linux/drivers/dma/lgm/
H A Dlgm-dma.c1685 dma_dev->device_prep_slave_sg = ldma_prep_slave_sg; in intel_ldma_probe()
/linux/Documentation/driver-api/dmaengine/
H A Dprovider.rst438 - Similar to ``device_prep_slave_sg``, but it takes a pointer to a
/linux/drivers/dma/qcom/
H A Dgpi.c2256 gpi_dev->dma_device.device_prep_slave_sg = gpi_prep_slave_sg; in gpi_probe()
/linux/drivers/net/ethernet/xilinx/
H A Dxilinx_axienet_main.c917 dma_tx_desc = dma_dev->device_prep_slave_sg(lp->tx_chan, skbuf_dma->sgl, in axienet_start_xmit_dmaengine()
/linux/drivers/dma/ti/
H A Dk3-udma.c5462 ud->ddev.device_prep_slave_sg = udma_prep_slave_sg; in udma_probe()