Searched refs:dma_async_tx_descriptor_init (Results 1 – 25 of 26) sorted by relevance
12
/linux-3.3/drivers/dma/ |
D | dmaengine.c | 980 void dma_async_tx_descriptor_init(struct dma_async_tx_descriptor *tx, in dma_async_tx_descriptor_init() function 988 EXPORT_SYMBOL(dma_async_tx_descriptor_init);
|
D | imx-dma.c | 203 dma_async_tx_descriptor_init(&imxdmac->desc, chan); in imxdma_alloc_chan_resources()
|
D | mxs-dma.c | 320 dma_async_tx_descriptor_init(&mxs_chan->desc, chan); in mxs_dma_alloc_chan_resources()
|
D | sirf-dma.c | 351 dma_async_tx_descriptor_init(&sdesc->desc, chan); in sirfsoc_dma_alloc_chan_resources()
|
D | mpc512x_dma.c | 481 dma_async_tx_descriptor_init(&mdesc->desc, chan); in mpc_dma_alloc_chan_resources()
|
D | timb_dma.c | 396 dma_async_tx_descriptor_init(&td_desc->txd, chan); in td_alloc_init_desc()
|
D | pl330.c | 557 dma_async_tx_descriptor_init(&desc->txd, &pch->chan); in pl330_get_desc()
|
D | pch_dma.c | 463 dma_async_tx_descriptor_init(&desc->txd, chan); in pdc_alloc_desc()
|
D | ep93xx_dma.c | 883 dma_async_tx_descriptor_init(&desc->txd, chan); in ep93xx_dma_alloc_chan_resources()
|
D | fsldma.c | 454 dma_async_tx_descriptor_init(&desc->async_tx, &chan->common); in fsl_dma_alloc_descriptor()
|
D | imx-sdma.c | 887 dma_async_tx_descriptor_init(&sdmac->desc, chan); in sdma_alloc_chan_resources()
|
D | coh901318.c | 350 dma_async_tx_descriptor_init(&desc->desc, &cohc->chan); in coh901318_desc_get()
|
D | mv_xor.c | 632 dma_async_tx_descriptor_init(&slot->async_tx, chan); in mv_xor_alloc_chan_resources()
|
D | shdma.c | 435 dma_async_tx_descriptor_init(&desc->async_tx, in sh_dmae_alloc_chan_resources()
|
D | at_hdmac.c | 94 dma_async_tx_descriptor_init(&desc->txd, chan); in atc_alloc_descriptor()
|
D | intel_mid_dma.c | 901 dma_async_tx_descriptor_init(&desc->txd, chan); in intel_mid_dma_alloc_chan_resources()
|
D | txx9dmac.c | 200 dma_async_tx_descriptor_init(&desc->txd, &dc->chan); in txx9dmac_desc_alloc()
|
D | dw_dmac.c | 1029 dma_async_tx_descriptor_init(&desc->txd, chan); in dwc_alloc_chan_resources()
|
D | iop-adma.c | 549 dma_async_tx_descriptor_init(&slot->async_tx, chan); in iop_adma_alloc_chan_resources()
|
D | amba-pl08x.c | 1260 dma_async_tx_descriptor_init(&txd->tx, &plchan->chan); in pl08x_get_txd()
|
D | ste_dma40.c | 2029 dma_async_tx_descriptor_init(&desc->txd, &chan->chan); in d40_prep_desc()
|
/linux-3.3/include/linux/ |
D | dmaengine.h | 783 void dma_async_tx_descriptor_init(struct dma_async_tx_descriptor *tx,
|
/linux-3.3/drivers/dma/ioat/ |
D | dma_v2.c | 447 dma_async_tx_descriptor_init(&desc->txd, chan); in ioat2_alloc_ring_ent()
|
D | dma.c | 295 dma_async_tx_descriptor_init(&desc_sw->txd, &ioat->base.common); in ioat_dma_alloc_descriptor()
|
/linux-3.3/drivers/dma/ipu/ |
D | ipu_idmac.c | 938 dma_async_tx_descriptor_init(txd, &ichan->dma_chan); in idmac_desc_alloc()
|
12