Home
last modified time | relevance | path

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

123

/Linux-v5.4/include/linux/
Ddmaengine.h777 struct dma_async_tx_descriptor *(*device_prep_slave_sg)( member
828 if (!chan || !chan->device || !chan->device->device_prep_slave_sg) in dmaengine_prep_slave_single()
831 return chan->device->device_prep_slave_sg(chan, &sg, 1, in dmaengine_prep_slave_single()
839 if (!chan || !chan->device || !chan->device->device_prep_slave_sg) in dmaengine_prep_slave_sg()
842 return chan->device->device_prep_slave_sg(chan, sgl, sg_len, in dmaengine_prep_slave_sg()
853 if (!chan || !chan->device || !chan->device->device_prep_slave_sg) in dmaengine_prep_rio_sg()
856 return chan->device->device_prep_slave_sg(chan, sgl, sg_len, in dmaengine_prep_rio_sg()
/Linux-v5.4/drivers/dma/
Dmcf-edma.c247 mcf_edma->dma_dev.device_prep_slave_sg = fsl_edma_prep_slave_sg; in mcf_edma_probe()
Duniphier-mdmac.c424 ddev->device_prep_slave_sg = uniphier_mdmac_prep_slave_sg; in uniphier_mdmac_probe()
Dfsl-edma.c367 fsl_edma->dma_dev.device_prep_slave_sg = fsl_edma_prep_slave_sg; in fsl_edma_probe()
Dmoxart-dma.c510 dma->device_prep_slave_sg = moxart_prep_slave_sg; in moxart_dma_init()
Dtimb_dma.c676 td->dma.device_prep_slave_sg = td_prep_slave_sg; in td_probe()
Daltera-msgdma.c865 dma_dev->device_prep_slave_sg = msgdma_prep_slave_sg; in msgdma_probe()
Didma64.c575 idma64->dma.device_prep_slave_sg = idma64_prep_slave_sg; in idma64_probe()
Dmxs-dma.c838 mxs_dma->dma_device.device_prep_slave_sg = mxs_dma_prep_slave_sg; in mxs_dma_probe()
Dst_fdma.c812 fdev->dma_device.device_prep_slave_sg = st_fdma_prep_slave_sg; in st_fdma_probe()
Dbcm2835-dma.c927 od->ddev.device_prep_slave_sg = bcm2835_dma_prep_slave_sg; in bcm2835_dma_probe()
Ddma-axi-dmac.c880 dma_dev->device_prep_slave_sg = axi_dmac_prep_slave_sg; in axi_dmac_probe()
Ddma-jz4780.c924 dd->device_prep_slave_sg = jz4780_dma_prep_slave_sg; in jz4780_dma_probe()
Dmpc512x_dma.c983 dma->device_prep_slave_sg = mpc_dma_prep_slave_sg; in mpc_dma_probe()
Dpch_dma.c914 pd->dma.device_prep_slave_sg = pd_prep_slave_sg; in pch_dma_probe()
Dsun4i-dma.c1157 priv->slave.device_prep_slave_sg = sun4i_dma_prep_slave_sg; in sun4i_dma_probe()
/Linux-v5.4/drivers/dma/hsu/
Dhsu.c453 hsu->dma.device_prep_slave_sg = hsu_dma_prep_slave_sg; in hsu_dma_probe()
/Linux-v5.4/sound/soc/sprd/
Dsprd-pcm-dma.c290 data->desc = chan->device->device_prep_slave_sg(chan, sg, in sprd_pcm_hw_params()
Dsprd-pcm-compress.c238 dma->desc = dma->chan->device->device_prep_slave_sg(dma->chan, sg, in sprd_platform_compr_dma_config()
/Linux-v5.4/drivers/dma/mediatek/
Dmtk-uart-apdma.c510 mtkd->ddev.device_prep_slave_sg = mtk_uart_apdma_prep_slave_sg; in mtk_uart_apdma_probe()
/Linux-v5.4/drivers/dma/sh/
Dusb-dmac.c842 engine->device_prep_slave_sg = usb_dmac_prep_slave_sg; in usb_dmac_probe()
Dshdma-base.c1026 dma_dev->device_prep_slave_sg = shdma_prep_slave_sg; in shdma_init()
/Linux-v5.4/drivers/staging/ralink-gdma/
Dralink-gdma.c846 dd->device_prep_slave_sg = gdma_dma_prep_slave_sg; in gdma_dma_probe()
/Linux-v5.4/drivers/dma/dw-edma/
Ddw-edma-core.c742 dma->device_prep_slave_sg = dw_edma_device_prep_slave_sg; in dw_edma_channel_setup()
/Linux-v5.4/drivers/rapidio/devices/
Dtsi721_dma.c1008 mport->dma.device_prep_slave_sg = tsi721_prep_rio_sg; in tsi721_register_dma()

123