Home
last modified time | relevance | path

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

123

/Linux-v4.19/include/linux/
Ddmaengine.h789 struct dma_async_tx_descriptor *(*device_prep_slave_sg)( member
840 if (!chan || !chan->device || !chan->device->device_prep_slave_sg) in dmaengine_prep_slave_single()
843 return chan->device->device_prep_slave_sg(chan, &sg, 1, in dmaengine_prep_slave_single()
851 if (!chan || !chan->device || !chan->device->device_prep_slave_sg) in dmaengine_prep_slave_sg()
854 return chan->device->device_prep_slave_sg(chan, sgl, sg_len, in dmaengine_prep_slave_sg()
865 if (!chan || !chan->device || !chan->device->device_prep_slave_sg) in dmaengine_prep_rio_sg()
868 return chan->device->device_prep_slave_sg(chan, sgl, sg_len, in dmaengine_prep_rio_sg()
/Linux-v4.19/drivers/dma/hsu/
Dhsu.c460 hsu->dma.device_prep_slave_sg = hsu_dma_prep_slave_sg; in hsu_dma_probe()
/Linux-v4.19/drivers/dma/
Ddma-jz4740.c538 dd->device_prep_slave_sg = jz4740_dma_prep_slave_sg; in jz4740_dma_probe()
Dmoxart-dma.c510 dma->device_prep_slave_sg = moxart_prep_slave_sg; in moxart_dma_init()
Daltera-msgdma.c869 dma_dev->device_prep_slave_sg = msgdma_prep_slave_sg; in msgdma_probe()
Didma64.c584 idma64->dma.device_prep_slave_sg = idma64_prep_slave_sg; in idma64_probe()
Ddma-axi-dmac.c659 dma_dev->device_prep_slave_sg = axi_dmac_prep_slave_sg; in axi_dmac_probe()
Dtimb_dma.c684 td->dma.device_prep_slave_sg = td_prep_slave_sg; in td_probe()
Dmxs-dma.c839 mxs_dma->dma_device.device_prep_slave_sg = mxs_dma_prep_slave_sg; in mxs_dma_probe()
Ddma-jz4780.c818 dd->device_prep_slave_sg = jz4780_dma_prep_slave_sg; in jz4780_dma_probe()
Dst_fdma.c822 fdev->dma_device.device_prep_slave_sg = st_fdma_prep_slave_sg; in st_fdma_probe()
Dbcm2835-dma.c948 od->ddev.device_prep_slave_sg = bcm2835_dma_prep_slave_sg; in bcm2835_dma_probe()
Dmpc512x_dma.c995 dma->device_prep_slave_sg = mpc_dma_prep_slave_sg; in mpc_dma_probe()
Dsprd-dma.c916 sdev->dma_dev.device_prep_slave_sg = sprd_dma_prep_slave_sg; in sprd_dma_probe()
Dmmp_pdma.c1082 pdev->device.device_prep_slave_sg = mmp_pdma_prep_slave_sg; in mmp_pdma_probe()
Dep93xx_dma.c1353 dma_dev->device_prep_slave_sg = ep93xx_dma_prep_slave_sg; in ep93xx_dma_probe()
Dimg-mdc-dma.c953 mdma->dma_dev.device_prep_slave_sg = mdc_prep_slave_sg; in mdc_dma_probe()
Dpch_dma.c922 pd->dma.device_prep_slave_sg = pd_prep_slave_sg; in pch_dma_probe()
Dsun4i-dma.c1163 priv->slave.device_prep_slave_sg = sun4i_dma_prep_slave_sg; in sun4i_dma_probe()
Dzx_dma.c822 d->slave.device_prep_slave_sg = zx_dma_prep_slave_sg; in zx_dma_probe()
Dk3dma.c871 d->slave.device_prep_slave_sg = k3_dma_prep_slave_sg; in k3_dma_probe()
/Linux-v4.19/drivers/dma/sh/
Dusb-dmac.c847 engine->device_prep_slave_sg = usb_dmac_prep_slave_sg; in usb_dmac_probe()
Dshdma-base.c1029 dma_dev->device_prep_slave_sg = shdma_prep_slave_sg; in shdma_init()
/Linux-v4.19/drivers/staging/mt7621-dma/
Dralink-gdma.c858 dd->device_prep_slave_sg = gdma_dma_prep_slave_sg; in gdma_dma_probe()
/Linux-v4.19/drivers/rapidio/devices/
Dtsi721_dma.c1020 mport->dma.device_prep_slave_sg = tsi721_prep_rio_sg; in tsi721_register_dma()

123