Searched refs:device_prep_slave_sg (Results 1 – 22 of 22) sorted by relevance
/linux/include/linux/ |
H A D | dmaengine.h | 927 struct dma_async_tx_descriptor *(*device_prep_slave_sg)( member 983 if (!chan || !chan->device || !chan->device->device_prep_slave_sg) in dmaengine_prep_slave_single() 986 return chan->device->device_prep_slave_sg(chan, &sg, 1, in dmaengine_prep_slave_single() 1013 if (!chan || !chan->device || !chan->device->device_prep_slave_sg) in dmaengine_prep_slave_sg() 1016 return chan->device->device_prep_slave_sg(chan, sgl, sg_len, in dmaengine_prep_slave_sg() 1027 if (!chan || !chan->device || !chan->device->device_prep_slave_sg) in dmaengine_prep_rio_sg() 1030 return chan->device->device_prep_slave_sg(chan, sgl, sg_len, in dmaengine_prep_rio_sg()
|
/linux/sound/soc/sprd/ |
H A D | sprd-pcm-dma.c | 279 data->desc = chan->device->device_prep_slave_sg(chan, sg, in sprd_pcm_hw_params()
|
H A 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/drivers/dma/hsu/ |
H A D | hsu.c | 464 hsu->dma.device_prep_slave_sg = hsu_dma_prep_slave_sg; in hsu_dma_probe()
|
/linux/drivers/dma/ |
H A D | loongson1-apb-dma.c | 592 ddev->device_prep_slave_sg = ls1x_dma_prep_slave_sg; in ls1x_dma_probe()
|
H A D | mxs-dma.c | 806 mxs_dma->dma_device.device_prep_slave_sg = mxs_dma_prep_slave_sg; in mxs_dma_probe()
|
H A D | dma-axi-dmac.c | 1102 dma_dev->device_prep_slave_sg = axi_dmac_prep_slave_sg; in axi_dmac_probe()
|
H A D | ep93xx_dma.c | 1521 dma_dev->device_prep_slave_sg = ep93xx_dma_prep_slave_sg; in ep93xx_dma_probe()
|
H A D | amba-pl08x.c | 2783 pl08x->slave.device_prep_slave_sg = pl08x_prep_slave_sg; in pl08x_probe()
|
H A D | pl330.c | 3136 pd->device_prep_slave_sg = pl330_prep_slave_sg; in pl330_probe()
|
H A D | ste_dma40.c | 2838 dev->device_prep_slave_sg = d40_prep_slave_sg; in d40_ops_init()
|
/linux/drivers/dma/dw-edma/ |
H A D | dw-edma-core.c | 806 dma->device_prep_slave_sg = dw_edma_device_prep_slave_sg; in dw_edma_channel_setup()
|
/linux/drivers/rapidio/devices/ |
H A D | tsi721_dma.c | 1010 mport->dma.device_prep_slave_sg = tsi721_prep_rio_sg; in tsi721_register_dma()
|
/linux/drivers/dma/dw/ |
H A D | core.c | 1317 dw->dma.device_prep_slave_sg = dwc_prep_slave_sg; in do_dma_probe()
|
/linux/drivers/rapidio/ |
H A D | rio.c | 1822 if (!dchan->device->device_prep_slave_sg) { in rio_dma_prep_xfer()
|
/linux/drivers/dma/stm32/ |
H A D | stm32-dma.c | 1617 dd->device_prep_slave_sg = stm32_dma_prep_slave_sg; in stm32_dma_probe()
|
H A D | stm32-mdma.c | 1672 dd->device_prep_slave_sg = stm32_mdma_prep_slave_sg; in stm32_mdma_probe()
|
/linux/drivers/dma/lgm/ |
H A D | lgm-dma.c | 1685 dma_dev->device_prep_slave_sg = ldma_prep_slave_sg; in intel_ldma_probe()
|
/linux/Documentation/driver-api/dmaengine/ |
H A D | provider.rst | 438 - Similar to ``device_prep_slave_sg``, but it takes a pointer to a
|
/linux/drivers/dma/qcom/ |
H A D | gpi.c | 2256 gpi_dev->dma_device.device_prep_slave_sg = gpi_prep_slave_sg; in gpi_probe()
|
/linux/drivers/net/ethernet/xilinx/ |
H A D | xilinx_axienet_main.c | 917 dma_tx_desc = dma_dev->device_prep_slave_sg(lp->tx_chan, skbuf_dma->sgl, in axienet_start_xmit_dmaengine()
|
/linux/drivers/dma/ti/ |
H A D | k3-udma.c | 5462 ud->ddev.device_prep_slave_sg = udma_prep_slave_sg; in udma_probe()
|