Searched refs:device_prep_slave_sg (Results 1 – 25 of 63) sorted by relevance
123
/linux-6.6.21/include/linux/ |
D | dmaengine.h | 915 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/ |
D | mcf-edma-main.c | 227 mcf_edma->dma_dev.device_prep_slave_sg = fsl_edma_prep_slave_sg; in mcf_edma_probe()
|
D | uniphier-mdmac.c | 422 ddev->device_prep_slave_sg = uniphier_mdmac_prep_slave_sg; in uniphier_mdmac_probe()
|
D | moxart-dma.c | 507 dma->device_prep_slave_sg = moxart_prep_slave_sg; in moxart_dma_init()
|
D | milbeaut-hdmac.c | 500 ddev->device_prep_slave_sg = milbeaut_hdmac_prep_slave_sg; in milbeaut_hdmac_probe()
|
D | uniphier-xdmac.c | 518 ddev->device_prep_slave_sg = uniphier_xdmac_prep_slave_sg; in uniphier_xdmac_probe()
|
D | timb_dma.c | 676 td->dma.device_prep_slave_sg = td_prep_slave_sg; in td_probe()
|
D | fsl-edma-main.c | 570 fsl_edma->dma_dev.device_prep_slave_sg = fsl_edma_prep_slave_sg; in fsl_edma_probe()
|
D | idma64.c | 579 idma64->dma.device_prep_slave_sg = idma64_prep_slave_sg; in idma64_probe()
|
D | altera-msgdma.c | 881 dma_dev->device_prep_slave_sg = msgdma_prep_slave_sg; in msgdma_probe()
|
D | mxs-dma.c | 806 mxs_dma->dma_device.device_prep_slave_sg = mxs_dma_prep_slave_sg; in mxs_dma_probe()
|
D | st_fdma.c | 813 fdev->dma_device.device_prep_slave_sg = st_fdma_prep_slave_sg; in st_fdma_probe()
|
D | bcm2835-dma.c | 919 od->ddev.device_prep_slave_sg = bcm2835_dma_prep_slave_sg; in bcm2835_dma_probe()
|
D | mpc512x_dma.c | 984 dma->device_prep_slave_sg = mpc_dma_prep_slave_sg; in mpc_dma_probe()
|
D | dma-jz4780.c | 930 dd->device_prep_slave_sg = jz4780_dma_prep_slave_sg; in jz4780_dma_probe()
|
D | dma-axi-dmac.c | 960 dma_dev->device_prep_slave_sg = axi_dmac_prep_slave_sg; in axi_dmac_probe()
|
/linux-6.6.21/sound/soc/sprd/ |
D | sprd-pcm-dma.c | 279 data->desc = chan->device->device_prep_slave_sg(chan, sg, in sprd_pcm_hw_params()
|
D | sprd-pcm-compress.c | 238 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/ |
D | hsu.c | 464 hsu->dma.device_prep_slave_sg = hsu_dma_prep_slave_sg; in hsu_dma_probe()
|
/linux-6.6.21/drivers/dma/mediatek/ |
D | mtk-uart-apdma.c | 512 mtkd->ddev.device_prep_slave_sg = mtk_uart_apdma_prep_slave_sg; in mtk_uart_apdma_probe()
|
/linux-6.6.21/drivers/dma/sh/ |
D | usb-dmac.c | 842 engine->device_prep_slave_sg = usb_dmac_prep_slave_sg; in usb_dmac_probe()
|
D | shdma-base.c | 1018 dma_dev->device_prep_slave_sg = shdma_prep_slave_sg; in shdma_init()
|
D | rz-dmac.c | 933 engine->device_prep_slave_sg = rz_dmac_prep_slave_sg; in rz_dmac_probe()
|
/linux-6.6.21/drivers/dma/xilinx/ |
D | xdma.c | 929 xdev->dma_dev.device_prep_slave_sg = xdma_prep_device_sg; in xdma_probe()
|
/linux-6.6.21/drivers/dma/qcom/ |
D | qcom_adm.c | 878 adev->common.device_prep_slave_sg = adm_prep_slave_sg; in adm_dma_probe()
|
123