Searched refs:dma_async_tx_descriptor_init (Results 1 – 25 of 31) sorted by relevance
12
| /linux/drivers/dma/xilinx/ |
| H A D | xilinx_dma.c | 2106 dma_async_tx_descriptor_init(&desc->async_tx, &chan->common); in xilinx_vdma_dma_prep_interleaved() 2181 dma_async_tx_descriptor_init(&desc->async_tx, &chan->common); in xilinx_cdma_prep_memcpy() 2240 dma_async_tx_descriptor_init(&desc->async_tx, &chan->common); in xilinx_dma_prep_peripheral_dma_vec() 2337 dma_async_tx_descriptor_init(&desc->async_tx, &chan->common); in xilinx_dma_prep_slave_sg() 2447 dma_async_tx_descriptor_init(&desc->async_tx, &chan->common); in xilinx_dma_prep_dma_cyclic() 2547 dma_async_tx_descriptor_init(&desc->async_tx, &chan->common); in xilinx_mcdma_prep_slave_sg()
|
| H A D | zynqmp_dma.c | 496 dma_async_tx_descriptor_init(&desc->async_tx, &chan->common); in zynqmp_dma_alloc_chan_resources()
|
| /linux/drivers/dma/idxd/ |
| H A D | dma.c | 286 dma_async_tx_descriptor_init(&desc->txd, chan); in idxd_register_dma_channel()
|
| /linux/drivers/dma/ |
| H A D | plx_dma.c | 390 dma_async_tx_descriptor_init(&desc->txd, &plxdev->dma_chan); in plx_dma_alloc_desc()
|
| H A D | mmp_tdma.c | 386 dma_async_tx_descriptor_init(&tdmac->desc, chan); in mmp_tdma_alloc_chan_resources()
|
| H A D | timb_dma.c | 338 dma_async_tx_descriptor_init(&td_desc->txd, chan); in td_alloc_init_desc()
|
| H A D | altera-msgdma.c | 671 dma_async_tx_descriptor_init(&desc->async_tx, &mdev->dmachan); in msgdma_alloc_chan_resources()
|
| H A D | bcm-sba-raid.c | 227 dma_async_tx_descriptor_init(&req->tx, &sba->dma_chan); in sba_alloc_request() 1512 dma_async_tx_descriptor_init(&req->tx, &sba->dma_chan); in sba_prealloc_channel_resources()
|
| H A D | fsl_raid.c | 256 dma_async_tx_descriptor_init(&desc->async_tx, &re_chan->chan); in fsl_re_init_desc()
|
| H A D | fsldma.c | 471 dma_async_tx_descriptor_init(&desc->async_tx, &chan->common); in fsl_dma_alloc_descriptor()
|
| H A D | mpc512x_dma.c | 513 dma_async_tx_descriptor_init(&mdesc->desc, chan); in mpc_dma_alloc_chan_resources()
|
| H A D | apple-admac.c | 277 dma_async_tx_descriptor_init(&adtx->tx, chan); in admac_prep_dma_cyclic()
|
| H A D | pch_dma.c | 430 dma_async_tx_descriptor_init(&desc->txd, chan); in pdc_alloc_desc()
|
| H A D | ep93xx_dma.c | 977 dma_async_tx_descriptor_init(&desc->txd, chan); in ep93xx_dma_alloc_chan_resources()
|
| H A D | imx-dma.c | 752 dma_async_tx_descriptor_init(&desc->desc, chan); in imxdma_alloc_chan_resources()
|
| H A D | mmp_pdma.c | 533 dma_async_tx_descriptor_init(&desc->async_tx, &chan->chan); in mmp_pdma_alloc_descriptor()
|
| H A D | nbpfaxi.c | 725 dma_async_tx_descriptor_init(&desc->async_tx, dchan); in nbpf_desc_page_alloc()
|
| H A D | mv_xor.c | 456 dma_async_tx_descriptor_init(&slot->async_tx, chan); in mv_xor_alloc_chan_resources()
|
| H A D | txx9dmac.c | 199 dma_async_tx_descriptor_init(&desc->txd, &dc->chan); in txx9dmac_desc_alloc()
|
| /linux/drivers/crypto/ccp/ |
| H A D | ccp-dmaengine.c | 340 dma_async_tx_descriptor_init(&desc->tx_desc, &chan->dma_chan); in ccp_alloc_dma_desc()
|
| /linux/drivers/dma/sh/ |
| H A D | shdma-base.c | 250 dma_async_tx_descriptor_init(&desc->async_tx, in shdma_alloc_chan_resources()
|
| /linux/drivers/dma/ioat/ |
| H A D | dma.c | 359 dma_async_tx_descriptor_init(&desc->txd, chan); in ioat_alloc_ring_ent()
|
| /linux/drivers/dma/qcom/ |
| H A D | hidma.c | 360 dma_async_tx_descriptor_init(&mdesc->desc, dmach); in hidma_alloc_chan_resources()
|
| /linux/drivers/rapidio/devices/ |
| H A D | tsi721_dma.c | 751 dma_async_tx_descriptor_init(&desc[i].txd, dchan); in tsi721_alloc_chan_resources()
|
| /linux/drivers/dma/dw/ |
| H A D | core.c | 90 dma_async_tx_descriptor_init(&desc->txd, &dwc->chan); in dwc_desc_get()
|
12