Searched refs:device_prep_slave_sg (Results 1 – 25 of 56) sorted by relevance
123
/linux/include/linux/ |
H A D | dmaengine.h | 401 * 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 D | mcf-edma-main.c | 225 mcf_edma->dma_dev.device_prep_slave_sg = fsl_edma_prep_slave_sg; in mcf_edma_probe()
|
H A D | moxart-dma.c | 501 dma->device_prep_slave_sg = moxart_prep_slave_sg; in moxart_dma_init()
|
H A D | milbeaut-hdmac.c | 500 ddev->device_prep_slave_sg = milbeaut_hdmac_prep_slave_sg; in milbeaut_hdmac_probe()
|
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 | uniphier-xdmac.c | 518 ddev->device_prep_slave_sg = uniphier_xdmac_prep_slave_sg; in uniphier_xdmac_probe()
|
H A D | timb_dma.c | 676 td->dma.device_prep_slave_sg = td_prep_slave_sg; in td_probe()
|
H A D | mxs-dma.c | 453 * 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 D | altera-msgdma.c | 885 dma_dev->device_prep_slave_sg = msgdma_prep_slave_sg; in msgdma_probe()
|
H A D | st_fdma.c | 807 fdev->dma_device.device_prep_slave_sg = st_fdma_prep_slave_sg; in st_fdma_probe()
|
H A D | bcm2835-dma.c | 940 od->ddev.device_prep_slave_sg = bcm2835_dma_prep_slave_sg; in bcm2835_dma_probe()
|
H A D | dma-jz4780.c | 930 dd->device_prep_slave_sg = jz4780_dma_prep_slave_sg; in jz4780_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 | mpc512x_dma.c | 984 dma->device_prep_slave_sg = mpc_dma_prep_slave_sg; in mpc_dma_probe()
|
H A D | img-mdc-dma.c | 947 mdma->dma_dev.device_prep_slave_sg = mdc_prep_slave_sg; in mdc_dma_probe()
|
H A D | pch_dma.c | 892 pd->dma.device_prep_slave_sg = pd_prep_slave_sg; in pch_dma_probe()
|
H A D | mmp_pdma.c | 1090 pdev->device.device_prep_slave_sg = mmp_pdma_prep_slave_sg; in mmp_pdma_probe()
|
/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/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()
|
/linux/drivers/dma/mediatek/ |
H A D | mtk-uart-apdma.c | 512 mtkd->ddev.device_prep_slave_sg = mtk_uart_apdma_prep_slave_sg; in mtk_uart_apdma_probe()
|
/linux/drivers/dma/qcom/ |
H A D | qcom_adm.c | 878 adev->common.device_prep_slave_sg = adm_prep_slave_sg; in adm_dma_probe()
|
/linux/drivers/dma/sh/ |
H A D | shdma-base.c | 1018 dma_dev->device_prep_slave_sg = shdma_prep_slave_sg; in shdma_init()
|
/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/rapidio/devices/ |
H A D | tsi721_dma.c | 1010 mport->dma.device_prep_slave_sg = tsi721_prep_rio_sg; in tsi721_register_dma()
|
123