Home
last modified time | relevance | path

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

123

/linux-6.3-rc2/include/linux/
A Ddmaengine.h915 struct dma_async_tx_descriptor *(*device_prep_slave_sg)( member
970 if (!chan || !chan->device || !chan->device->device_prep_slave_sg) in dmaengine_prep_slave_single()
973 return chan->device->device_prep_slave_sg(chan, &sg, 1, in dmaengine_prep_slave_single()
981 if (!chan || !chan->device || !chan->device->device_prep_slave_sg) in dmaengine_prep_slave_sg()
984 return chan->device->device_prep_slave_sg(chan, sgl, sg_len, in dmaengine_prep_slave_sg()
995 if (!chan || !chan->device || !chan->device->device_prep_slave_sg) in dmaengine_prep_rio_sg()
998 return chan->device->device_prep_slave_sg(chan, sgl, sg_len, in dmaengine_prep_rio_sg()
/linux-6.3-rc2/drivers/dma/
A Dmcf-edma.c251 mcf_edma->dma_dev.device_prep_slave_sg = fsl_edma_prep_slave_sg; in mcf_edma_probe()
A Duniphier-mdmac.c422 ddev->device_prep_slave_sg = uniphier_mdmac_prep_slave_sg; in uniphier_mdmac_probe()
A Dfsl-edma.c382 fsl_edma->dma_dev.device_prep_slave_sg = fsl_edma_prep_slave_sg; in fsl_edma_probe()
A Dmilbeaut-hdmac.c500 ddev->device_prep_slave_sg = milbeaut_hdmac_prep_slave_sg; in milbeaut_hdmac_probe()
A Dmoxart-dma.c507 dma->device_prep_slave_sg = moxart_prep_slave_sg; in moxart_dma_init()
A Duniphier-xdmac.c518 ddev->device_prep_slave_sg = uniphier_xdmac_prep_slave_sg; in uniphier_xdmac_probe()
A Daltera-msgdma.c881 dma_dev->device_prep_slave_sg = msgdma_prep_slave_sg; in msgdma_probe()
A Didma64.c579 idma64->dma.device_prep_slave_sg = idma64_prep_slave_sg; in idma64_probe()
A Dtimb_dma.c676 td->dma.device_prep_slave_sg = td_prep_slave_sg; in td_probe()
A Dmxs-dma.c807 mxs_dma->dma_device.device_prep_slave_sg = mxs_dma_prep_slave_sg; in mxs_dma_probe()
A Dbcm2835-dma.c919 od->ddev.device_prep_slave_sg = bcm2835_dma_prep_slave_sg; in bcm2835_dma_probe()
A Dst_fdma.c813 fdev->dma_device.device_prep_slave_sg = st_fdma_prep_slave_sg; in st_fdma_probe()
A Ddma-axi-dmac.c960 dma_dev->device_prep_slave_sg = axi_dmac_prep_slave_sg; in axi_dmac_probe()
A Dmpc512x_dma.c984 dma->device_prep_slave_sg = mpc_dma_prep_slave_sg; in mpc_dma_probe()
A Ddma-jz4780.c931 dd->device_prep_slave_sg = jz4780_dma_prep_slave_sg; in jz4780_dma_probe()
/linux-6.3-rc2/drivers/dma/hsu/
A Dhsu.c464 hsu->dma.device_prep_slave_sg = hsu_dma_prep_slave_sg; in hsu_dma_probe()
/linux-6.3-rc2/sound/soc/sprd/
A Dsprd-pcm-dma.c279 data->desc = chan->device->device_prep_slave_sg(chan, sg, in sprd_pcm_hw_params()
A Dsprd-pcm-compress.c238 dma->desc = dma->chan->device->device_prep_slave_sg(dma->chan, sg, in sprd_platform_compr_dma_config()
/linux-6.3-rc2/drivers/dma/mediatek/
A Dmtk-uart-apdma.c514 mtkd->ddev.device_prep_slave_sg = mtk_uart_apdma_prep_slave_sg; in mtk_uart_apdma_probe()
/linux-6.3-rc2/drivers/dma/sh/
A Dusb-dmac.c842 engine->device_prep_slave_sg = usb_dmac_prep_slave_sg; in usb_dmac_probe()
A Dshdma-base.c1018 dma_dev->device_prep_slave_sg = shdma_prep_slave_sg; in shdma_init()
A Drz-dmac.c923 engine->device_prep_slave_sg = rz_dmac_prep_slave_sg; in rz_dmac_probe()
/linux-6.3-rc2/drivers/dma/qcom/
A Dqcom_adm.c878 adev->common.device_prep_slave_sg = adm_prep_slave_sg; in adm_dma_probe()
/linux-6.3-rc2/drivers/dma/xilinx/
A Dxdma.c927 xdev->dma_dev.device_prep_slave_sg = xdma_prep_device_sg; in xdma_probe()

Completed in 67 milliseconds

123