Home
last modified time | relevance | path

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

123

/linux-6.6.21/include/linux/
Ddmaengine.h915 struct dma_async_tx_descriptor *(*device_prep_slave_sg)( member
971 if (!chan || !chan->device || !chan->device->device_prep_slave_sg) in dmaengine_prep_slave_single()
974 return chan->device->device_prep_slave_sg(chan, &sg, 1, in dmaengine_prep_slave_single()
982 if (!chan || !chan->device || !chan->device->device_prep_slave_sg) in dmaengine_prep_slave_sg()
985 return chan->device->device_prep_slave_sg(chan, sgl, sg_len, in dmaengine_prep_slave_sg()
996 if (!chan || !chan->device || !chan->device->device_prep_slave_sg) in dmaengine_prep_rio_sg()
999 return chan->device->device_prep_slave_sg(chan, sgl, sg_len, in dmaengine_prep_rio_sg()
/linux-6.6.21/drivers/dma/
Dmcf-edma-main.c227 mcf_edma->dma_dev.device_prep_slave_sg = fsl_edma_prep_slave_sg; in mcf_edma_probe()
Duniphier-mdmac.c422 ddev->device_prep_slave_sg = uniphier_mdmac_prep_slave_sg; in uniphier_mdmac_probe()
Dmoxart-dma.c507 dma->device_prep_slave_sg = moxart_prep_slave_sg; in moxart_dma_init()
Dmilbeaut-hdmac.c500 ddev->device_prep_slave_sg = milbeaut_hdmac_prep_slave_sg; in milbeaut_hdmac_probe()
Duniphier-xdmac.c518 ddev->device_prep_slave_sg = uniphier_xdmac_prep_slave_sg; in uniphier_xdmac_probe()
Dtimb_dma.c676 td->dma.device_prep_slave_sg = td_prep_slave_sg; in td_probe()
Dfsl-edma-main.c570 fsl_edma->dma_dev.device_prep_slave_sg = fsl_edma_prep_slave_sg; in fsl_edma_probe()
Didma64.c579 idma64->dma.device_prep_slave_sg = idma64_prep_slave_sg; in idma64_probe()
Daltera-msgdma.c881 dma_dev->device_prep_slave_sg = msgdma_prep_slave_sg; in msgdma_probe()
Dmxs-dma.c806 mxs_dma->dma_device.device_prep_slave_sg = mxs_dma_prep_slave_sg; in mxs_dma_probe()
Dst_fdma.c813 fdev->dma_device.device_prep_slave_sg = st_fdma_prep_slave_sg; in st_fdma_probe()
Dbcm2835-dma.c919 od->ddev.device_prep_slave_sg = bcm2835_dma_prep_slave_sg; in bcm2835_dma_probe()
Dmpc512x_dma.c984 dma->device_prep_slave_sg = mpc_dma_prep_slave_sg; in mpc_dma_probe()
Ddma-jz4780.c930 dd->device_prep_slave_sg = jz4780_dma_prep_slave_sg; in jz4780_dma_probe()
Ddma-axi-dmac.c960 dma_dev->device_prep_slave_sg = axi_dmac_prep_slave_sg; in axi_dmac_probe()
/linux-6.6.21/sound/soc/sprd/
Dsprd-pcm-dma.c279 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-6.6.21/drivers/dma/hsu/
Dhsu.c464 hsu->dma.device_prep_slave_sg = hsu_dma_prep_slave_sg; in hsu_dma_probe()
/linux-6.6.21/drivers/dma/mediatek/
Dmtk-uart-apdma.c512 mtkd->ddev.device_prep_slave_sg = mtk_uart_apdma_prep_slave_sg; in mtk_uart_apdma_probe()
/linux-6.6.21/drivers/dma/sh/
Dusb-dmac.c842 engine->device_prep_slave_sg = usb_dmac_prep_slave_sg; in usb_dmac_probe()
Dshdma-base.c1018 dma_dev->device_prep_slave_sg = shdma_prep_slave_sg; in shdma_init()
Drz-dmac.c933 engine->device_prep_slave_sg = rz_dmac_prep_slave_sg; in rz_dmac_probe()
/linux-6.6.21/drivers/dma/xilinx/
Dxdma.c929 xdev->dma_dev.device_prep_slave_sg = xdma_prep_device_sg; in xdma_probe()
/linux-6.6.21/drivers/dma/qcom/
Dqcom_adm.c878 adev->common.device_prep_slave_sg = adm_prep_slave_sg; in adm_dma_probe()

123