Searched refs:dma_async_tx_descriptor_init (Results  1 – 25 of 42) sorted by relevance
12
| /Linux-v5.4/drivers/dma/ | 
| D | virt-dma.h | 61 	dma_async_tx_descriptor_init(&vd->tx, &vc->chan);  in vchan_tx_prep()
 | 
| D | dmaengine.c | 1295 void dma_async_tx_descriptor_init(struct dma_async_tx_descriptor *tx,  in dma_async_tx_descriptor_init()  function1303 EXPORT_SYMBOL(dma_async_tx_descriptor_init);
 
 | 
| D | mv_xor_v2.c | 819 		dma_async_tx_descriptor_init(&sw_desc->async_tx,  in mv_xor_v2_probe()
 | 
| D | mmp_tdma.c | 384 	dma_async_tx_descriptor_init(&tdmac->desc, chan);  in mmp_tdma_alloc_chan_resources()
 | 
| D | timb_dma.c | 338 	dma_async_tx_descriptor_init(&td_desc->txd, chan);  in td_alloc_init_desc()
 | 
| D | altera-msgdma.c | 669 		dma_async_tx_descriptor_init(&desc->async_tx, &mdev->dmachan);  in msgdma_alloc_chan_resources()
 | 
| D | mic_x100_dma.c | 263 	dma_async_tx_descriptor_init(tx, &ch->api_ch);  in allocate_tx()
 | 
| D | mxs-dma.c | 440 	dma_async_tx_descriptor_init(&mxs_chan->desc, chan);  in mxs_dma_alloc_chan_resources()
 | 
| D | fsl_raid.c | 257 	dma_async_tx_descriptor_init(&desc->async_tx, &re_chan->chan);  in fsl_re_init_desc()
 | 
| D | bcm-sba-raid.c | 235 	dma_async_tx_descriptor_init(&req->tx, &sba->dma_chan);  in sba_alloc_request()1520 		dma_async_tx_descriptor_init(&req->tx, &sba->dma_chan);  in sba_prealloc_channel_resources()
 
 | 
| D | mpc512x_dma.c | 513 		dma_async_tx_descriptor_init(&mdesc->desc, chan);  in mpc_dma_alloc_chan_resources()
 | 
| D | fsldma.c | 470 	dma_async_tx_descriptor_init(&desc->async_tx, &chan->common);  in fsl_dma_alloc_descriptor()
 | 
| D | pch_dma.c | 435 		dma_async_tx_descriptor_init(&desc->txd, chan);  in pdc_alloc_desc()
 | 
| D | ep93xx_dma.c | 925 		dma_async_tx_descriptor_init(&desc->txd, chan);  in ep93xx_dma_alloc_chan_resources()
 | 
| D | mmp_pdma.c | 376 	dma_async_tx_descriptor_init(&desc->async_tx, &chan->chan);  in mmp_pdma_alloc_descriptor()
 | 
| D | sirf-dma.c | 576 		dma_async_tx_descriptor_init(&sdesc->desc, chan);  in sirfsoc_dma_alloc_chan_resources()
 | 
| /Linux-v5.4/drivers/dma/xilinx/ | 
| D | xilinx_dma.c | 1658 	dma_async_tx_descriptor_init(&desc->async_tx, &chan->common);  in xilinx_vdma_dma_prep_interleaved()1733 	dma_async_tx_descriptor_init(&desc->async_tx, &chan->common);  in xilinx_cdma_prep_memcpy()
 1796 	dma_async_tx_descriptor_init(&desc->async_tx, &chan->common);  in xilinx_dma_prep_slave_sg()
 1903 	dma_async_tx_descriptor_init(&desc->async_tx, &chan->common);  in xilinx_dma_prep_dma_cyclic()
 2003 	dma_async_tx_descriptor_init(&desc->async_tx, &chan->common);  in xilinx_dma_prep_interleaved()
 
 | 
| D | zynqmp_dma.c | 484 		dma_async_tx_descriptor_init(&desc->async_tx, &chan->common);  in zynqmp_dma_alloc_chan_resources()
 | 
| /Linux-v5.4/drivers/crypto/ccp/ | 
| D | ccp-dmaengine.c | 341 	dma_async_tx_descriptor_init(&desc->tx_desc, &chan->dma_chan);  in ccp_alloc_dma_desc()
 | 
| /Linux-v5.4/include/linux/ | 
| D | dmaengine.h | 1182 void dma_async_tx_descriptor_init(struct dma_async_tx_descriptor *tx,
 | 
| /Linux-v5.4/drivers/dma/qcom/ | 
| D | hidma.c | 368 		dma_async_tx_descriptor_init(&mdesc->desc, dmach);  in hidma_alloc_chan_resources()
 | 
| /Linux-v5.4/drivers/dma/sh/ | 
| D | shdma-base.c | 237 		dma_async_tx_descriptor_init(&desc->async_tx,  in shdma_alloc_chan_resources()
 | 
| /Linux-v5.4/drivers/dma/ioat/ | 
| D | dma.c | 347 	dma_async_tx_descriptor_init(&desc->txd, chan);  in ioat_alloc_ring_ent()
 | 
| /Linux-v5.4/drivers/rapidio/devices/ | 
| D | tsi721_dma.c | 750 		dma_async_tx_descriptor_init(&desc[i].txd, dchan);  in tsi721_alloc_chan_resources()
 | 
| /Linux-v5.4/drivers/dma/ti/ | 
| D | cppi41.c | 387 	dma_async_tx_descriptor_init(&c->txd, chan);  in cppi41_dma_alloc_chan_resources()
 | 
        12