Home
last modified time | relevance | path

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

123

/linux/include/linux/
H A Ddmaengine.h401 * to the device_prep_slave_sg and device_prep_dma_cyclic functions or
837 * @device_prep_slave_sg: prepares a slave dma operation
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/drivers/dma/
H A Dmcf-edma-main.c225 mcf_edma->dma_dev.device_prep_slave_sg = fsl_edma_prep_slave_sg; in mcf_edma_probe()
H A Dmoxart-dma.c501 dma->device_prep_slave_sg = moxart_prep_slave_sg; in moxart_dma_init()
H A Dmilbeaut-hdmac.c500 ddev->device_prep_slave_sg = milbeaut_hdmac_prep_slave_sg; in milbeaut_hdmac_probe()
H A Dloongson1-apb-dma.c592 ddev->device_prep_slave_sg = ls1x_dma_prep_slave_sg; in ls1x_dma_probe()
H A Dloongson2-apb-dma.c641 ddev->device_prep_slave_sg = ls2x_dma_prep_slave_sg; in ls2x_dma_probe()
H A Duniphier-xdmac.c518 ddev->device_prep_slave_sg = uniphier_xdmac_prep_slave_sg; in uniphier_xdmac_probe()
H A Dtimb_dma.c676 td->dma.device_prep_slave_sg = td_prep_slave_sg; in td_probe()
H A Dmxs-dma.c453 * How to use the flags for ->device_prep_slave_sg() :
456 * ->device_prep_slave_sg(DMA_CTRL_ACK);
460 * ->device_prep_slave_sg(0);
462 * ->device_prep_slave_sg(DMA_CTRL_ACK);
467 * ->device_prep_slave_sg(0); // First
469 * ->device_prep_slave_sg(DMA_CTRL_ACK]);
471 * ->device_prep_slave_sg(DMA_CTRL_ACK); // Last
806 mxs_dma->dma_device.device_prep_slave_sg = mxs_dma_prep_slave_sg; in mxs_dma_probe()
H A Daltera-msgdma.c885 dma_dev->device_prep_slave_sg = msgdma_prep_slave_sg; in msgdma_probe()
H A Dst_fdma.c807 fdev->dma_device.device_prep_slave_sg = st_fdma_prep_slave_sg; in st_fdma_probe()
H A Dbcm2835-dma.c940 od->ddev.device_prep_slave_sg = bcm2835_dma_prep_slave_sg; in bcm2835_dma_probe()
H A Ddma-jz4780.c930 dd->device_prep_slave_sg = jz4780_dma_prep_slave_sg; in jz4780_dma_probe()
H A Dfsl-edma-main.c851 fsl_edma->dma_dev.device_prep_slave_sg = fsl_edma_prep_slave_sg; in fsl_edma_probe()
H A Dmpc512x_dma.c984 dma->device_prep_slave_sg = mpc_dma_prep_slave_sg; in mpc_dma_probe()
H A Dimg-mdc-dma.c947 mdma->dma_dev.device_prep_slave_sg = mdc_prep_slave_sg; in mdc_dma_probe()
H A Dpch_dma.c892 pd->dma.device_prep_slave_sg = pd_prep_slave_sg; in pch_dma_probe()
H A Dmmp_pdma.c1090 pdev->device.device_prep_slave_sg = mmp_pdma_prep_slave_sg; in mmp_pdma_probe()
/linux/drivers/dma/hsu/
H A Dhsu.c464 hsu->dma.device_prep_slave_sg = hsu_dma_prep_slave_sg; in hsu_dma_probe()
/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()
/linux/drivers/dma/mediatek/
H A Dmtk-uart-apdma.c512 mtkd->ddev.device_prep_slave_sg = mtk_uart_apdma_prep_slave_sg; in mtk_uart_apdma_probe()
/linux/drivers/dma/qcom/
H A Dqcom_adm.c878 adev->common.device_prep_slave_sg = adm_prep_slave_sg; in adm_dma_probe()
/linux/drivers/dma/sh/
H A Dshdma-base.c1018 dma_dev->device_prep_slave_sg = shdma_prep_slave_sg; in shdma_init()
/linux/drivers/dma/dw-edma/
H A Ddw-edma-core.c796 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()

123