/linux-4.1.27/include/linux/ |
D | dmaengine.h | 438 struct dma_async_tx_descriptor { struct 443 dma_cookie_t (*tx_submit)(struct dma_async_tx_descriptor *tx); argument 448 struct dma_async_tx_descriptor *next; argument 449 struct dma_async_tx_descriptor *parent; argument 455 static inline void dma_set_unmap(struct dma_async_tx_descriptor *tx, in dma_set_unmap() argument 466 static inline void dma_set_unmap(struct dma_async_tx_descriptor *tx, in dma_set_unmap() 480 static inline void dma_descriptor_unmap(struct dma_async_tx_descriptor *tx) in dma_descriptor_unmap() 489 static inline void txd_lock(struct dma_async_tx_descriptor *txd) in txd_lock() 492 static inline void txd_unlock(struct dma_async_tx_descriptor *txd) in txd_unlock() 495 static inline void txd_chain(struct dma_async_tx_descriptor *txd, struct dma_async_tx_descriptor *n… in txd_chain() [all …]
|
D | async_tx.h | 84 struct dma_async_tx_descriptor *depend_tx; 101 static inline void async_tx_issue_pending(struct dma_async_tx_descriptor *tx) in async_tx_issue_pending() 125 static inline void async_tx_issue_pending(struct dma_async_tx_descriptor *tx) in async_tx_issue_pending() 160 struct dma_async_tx_descriptor *tx, in init_async_submit() 171 void async_tx_submit(struct dma_chan *chan, struct dma_async_tx_descriptor *tx, 174 struct dma_async_tx_descriptor * 178 struct dma_async_tx_descriptor * 183 struct dma_async_tx_descriptor * 188 struct dma_async_tx_descriptor *async_trigger_callback(struct async_submit_ctl *submit); 190 struct dma_async_tx_descriptor * [all …]
|
D | shdma-base.h | 51 struct dma_async_tx_descriptor async_tx;
|
D | rio_drv.h | 389 extern struct dma_async_tx_descriptor *rio_dma_prep_slave_sg( 393 extern struct dma_async_tx_descriptor *rio_dma_prep_xfer(
|
/linux-4.1.27/crypto/async_tx/ |
D | async_tx.c | 59 struct dma_async_tx_descriptor *depend_tx = submit->depend_tx; in __async_tx_find_channel() 78 async_tx_channel_switch(struct dma_async_tx_descriptor *depend_tx, in async_tx_channel_switch() 79 struct dma_async_tx_descriptor *tx) in async_tx_channel_switch() 83 struct dma_async_tx_descriptor *intr_tx = (void *) ~0; in async_tx_channel_switch() 156 async_tx_submit(struct dma_chan *chan, struct dma_async_tx_descriptor *tx, in async_tx_submit() 159 struct dma_async_tx_descriptor *depend_tx = submit->depend_tx; in async_tx_submit() 233 struct dma_async_tx_descriptor * 238 struct dma_async_tx_descriptor *tx; in async_trigger_callback() 239 struct dma_async_tx_descriptor *depend_tx = submit->depend_tx; in async_trigger_callback() 276 void async_tx_quiesce(struct dma_async_tx_descriptor **tx) in async_tx_quiesce()
|
D | async_raid6_recov.c | 31 static struct dma_async_tx_descriptor * 49 struct dma_async_tx_descriptor *tx; in async_sum_product() 96 static struct dma_async_tx_descriptor * 113 struct dma_async_tx_descriptor *tx; in async_mult() 159 static struct dma_async_tx_descriptor * 163 struct dma_async_tx_descriptor *tx = NULL; in __2data_recov_4() 198 static struct dma_async_tx_descriptor * 202 struct dma_async_tx_descriptor *tx = NULL; in __2data_recov_5() 272 static struct dma_async_tx_descriptor * 276 struct dma_async_tx_descriptor *tx = NULL; in __2data_recov_n() [all …]
|
D | async_xor.c | 35 static __async_inline struct dma_async_tx_descriptor * 40 struct dma_async_tx_descriptor *tx = NULL; in do_async_xor() 172 struct dma_async_tx_descriptor * 188 struct dma_async_tx_descriptor *tx; in async_xor() 268 struct dma_async_tx_descriptor * 275 struct dma_async_tx_descriptor *tx = NULL; in async_xor_val()
|
D | async_pq.c | 48 static __async_inline struct dma_async_tx_descriptor * 55 struct dma_async_tx_descriptor *tx = NULL; in do_async_gen_syndrome() 177 struct dma_async_tx_descriptor * 198 struct dma_async_tx_descriptor *tx; in async_gen_syndrome() 295 struct dma_async_tx_descriptor * 302 struct dma_async_tx_descriptor *tx; in async_syndrome_val()
|
D | async_memcpy.c | 44 struct dma_async_tx_descriptor * 52 struct dma_async_tx_descriptor *tx = NULL; in async_memcpy()
|
D | raid6test.c | 72 struct dma_async_tx_descriptor *tx = NULL; in raid6_dual_recov() 157 struct dma_async_tx_descriptor *tx; in test()
|
/linux-4.1.27/drivers/dma/ |
D | virt-dma.h | 19 struct dma_async_tx_descriptor tx; 54 static inline struct dma_async_tx_descriptor *vchan_tx_prep(struct virt_dma_chan *vc, in vchan_tx_prep() 57 extern dma_cookie_t vchan_tx_submit(struct dma_async_tx_descriptor *); in vchan_tx_prep()
|
D | dmaengine.h | 28 static inline dma_cookie_t dma_cookie_assign(struct dma_async_tx_descriptor *tx) in dma_cookie_assign() 51 static inline void dma_cookie_complete(struct dma_async_tx_descriptor *tx) in dma_cookie_complete()
|
D | mic_x100_dma.c | 90 struct dma_async_tx_descriptor *tx; in mic_dma_cleanup() 242 static dma_cookie_t mic_dma_tx_submit_unlock(struct dma_async_tx_descriptor *tx) in mic_dma_tx_submit_unlock() 261 static inline struct dma_async_tx_descriptor * 265 struct dma_async_tx_descriptor *tx = &ch->tx_array[idx]; in allocate_tx() 277 static struct dma_async_tx_descriptor * 297 static struct dma_async_tx_descriptor * 482 struct dma_async_tx_descriptor *tx; in mic_dma_drain_chan()
|
D | virt-dma.c | 17 static struct virt_dma_desc *to_virt_desc(struct dma_async_tx_descriptor *tx) in to_virt_desc() 22 dma_cookie_t vchan_tx_submit(struct dma_async_tx_descriptor *tx) in vchan_tx_submit()
|
D | iop-adma.c | 64 struct dma_async_tx_descriptor *tx = &desc->async_tx; in iop_adma_run_tx_complete_actions() 371 iop_adma_tx_submit(struct dma_async_tx_descriptor *tx) in iop_adma_tx_submit() 495 static struct dma_async_tx_descriptor * 517 static struct dma_async_tx_descriptor * 548 static struct dma_async_tx_descriptor * 583 static struct dma_async_tx_descriptor * 618 static struct dma_async_tx_descriptor * 682 static struct dma_async_tx_descriptor * 850 struct dma_async_tx_descriptor *tx; in iop_adma_memcpy_self_test() 926 struct dma_async_tx_descriptor *tx; in iop_adma_xor_val_self_test() [all …]
|
D | fsl_raid.c | 86 static dma_cookie_t fsl_re_tx_submit(struct dma_async_tx_descriptor *tx) in fsl_re_tx_submit() 324 static struct dma_async_tx_descriptor *fsl_re_prep_dma_genq( in fsl_re_prep_dma_genq() 399 static struct dma_async_tx_descriptor *fsl_re_prep_dma_xor( in fsl_re_prep_dma_xor() 411 static struct dma_async_tx_descriptor *fsl_re_prep_dma_pq( in fsl_re_prep_dma_pq() 438 struct dma_async_tx_descriptor *tx; in fsl_re_prep_dma_pq() 534 static struct dma_async_tx_descriptor *fsl_re_prep_dma_memcpy( in fsl_re_prep_dma_memcpy()
|
D | imx-dma.c | 128 struct dma_async_tx_descriptor desc; 162 struct dma_async_tx_descriptor desc; 737 static dma_cookie_t imxdma_tx_submit(struct dma_async_tx_descriptor *tx) in imxdma_tx_submit() 766 __memzero(&desc->desc, sizeof(struct dma_async_tx_descriptor)); in imxdma_alloc_chan_resources() 808 static struct dma_async_tx_descriptor *imxdma_prep_slave_sg( in imxdma_prep_slave_sg() 859 static struct dma_async_tx_descriptor *imxdma_prep_dma_cyclic( in imxdma_prep_dma_cyclic() 918 static struct dma_async_tx_descriptor *imxdma_prep_dma_memcpy( in imxdma_prep_dma_memcpy() 949 static struct dma_async_tx_descriptor *imxdma_prep_dma_interleaved( in imxdma_prep_dma_interleaved()
|
D | mmp_pdma.c | 89 struct dma_async_tx_descriptor async_tx; 97 struct dma_async_tx_descriptor desc; 340 static dma_cookie_t mmp_pdma_tx_submit(struct dma_async_tx_descriptor *tx) in mmp_pdma_tx_submit() 444 static struct dma_async_tx_descriptor * 525 static struct dma_async_tx_descriptor * 603 static struct dma_async_tx_descriptor * 921 struct dma_async_tx_descriptor *txd = &desc->async_tx; in dma_do_tasklet()
|
D | sirf-dma.c | 49 struct dma_async_tx_descriptor desc; 198 struct dma_async_tx_descriptor *desc; in sirfsoc_dma_process_completed() 263 static dma_cookie_t sirfsoc_dma_tx_submit(struct dma_async_tx_descriptor *txd) in sirfsoc_dma_tx_submit() 492 static struct dma_async_tx_descriptor *sirfsoc_dma_prep_interleaved( in sirfsoc_dma_prep_interleaved() 560 static struct dma_async_tx_descriptor *
|
D | at_hdmac_regs.h | 194 struct dma_async_tx_descriptor txd; 202 txd_to_at_desc(struct dma_async_tx_descriptor *txd) in txd_to_at_desc()
|
D | at_xdmac.c | 245 struct dma_async_tx_descriptor tx_dma_desc; 281 static inline struct at_xdmac_desc *txd_to_at_desc(struct dma_async_tx_descriptor *txd) in txd_to_at_desc() 413 static dma_cookie_t at_xdmac_tx_submit(struct dma_async_tx_descriptor *tx) in at_xdmac_tx_submit() 590 static struct dma_async_tx_descriptor * 601 struct dma_async_tx_descriptor *ret = NULL; in at_xdmac_prep_slave_sg() 696 static struct dma_async_tx_descriptor * 788 static struct dma_async_tx_descriptor * 1068 struct dma_async_tx_descriptor *txd; in at_xdmac_handle_cyclic() 1094 struct dma_async_tx_descriptor *txd; in at_xdmac_tasklet()
|
D | timb_dma.c | 76 struct dma_async_tx_descriptor txd; 235 struct dma_async_tx_descriptor *txd; in __td_finish() 309 static dma_cookie_t td_tx_submit(struct dma_async_tx_descriptor *txd) in td_tx_submit() 508 static struct dma_async_tx_descriptor *td_prep_slave_sg(struct dma_chan *chan, in td_prep_slave_sg()
|
D | dmaengine.c | 1110 void dma_async_tx_descriptor_init(struct dma_async_tx_descriptor *tx, in dma_async_tx_descriptor_init() 1124 dma_wait_for_async_tx(struct dma_async_tx_descriptor *tx) in dma_wait_for_async_tx() 1147 void dma_run_dependencies(struct dma_async_tx_descriptor *tx) in dma_run_dependencies() 1149 struct dma_async_tx_descriptor *dep = txd_next(tx); in dma_run_dependencies() 1150 struct dma_async_tx_descriptor *dep_next; in dma_run_dependencies()
|
D | mxs-dma.c | 114 struct dma_async_tx_descriptor desc; 320 static dma_cookie_t mxs_dma_tx_submit(struct dma_async_tx_descriptor *tx) in mxs_dma_tx_submit() 499 static struct dma_async_tx_descriptor *mxs_dma_prep_slave_sg( in mxs_dma_prep_slave_sg() 597 static struct dma_async_tx_descriptor *mxs_dma_prep_dma_cyclic( in mxs_dma_prep_dma_cyclic()
|
D | mpc512x_dma.c | 195 struct dma_async_tx_descriptor desc; 388 struct dma_async_tx_descriptor *desc; in mpc_dma_process_completed() 473 static dma_cookie_t mpc_dma_tx_submit(struct dma_async_tx_descriptor *txd) in mpc_dma_tx_submit() 613 static struct dma_async_tx_descriptor * 687 static struct dma_async_tx_descriptor *
|
D | nbpfaxi.c | 154 struct dma_async_tx_descriptor async_tx; 642 static dma_cookie_t nbpf_tx_submit(struct dma_async_tx_descriptor *tx) in nbpf_tx_submit() 889 static struct dma_async_tx_descriptor *nbpf_prep_sg(struct nbpf_channel *chan, in nbpf_prep_sg() 958 static struct dma_async_tx_descriptor *nbpf_prep_memcpy( in nbpf_prep_memcpy() 982 static struct dma_async_tx_descriptor *nbpf_prep_memcpy_sg( in nbpf_prep_memcpy_sg() 997 static struct dma_async_tx_descriptor *nbpf_prep_slave_sg( in nbpf_prep_slave_sg()
|
D | mv_xor.c | 410 mv_xor_tx_submit(struct dma_async_tx_descriptor *tx) in mv_xor_tx_submit() 510 static struct dma_async_tx_descriptor * 542 static struct dma_async_tx_descriptor * 553 static struct dma_async_tx_descriptor * 708 struct dma_async_tx_descriptor *tx; in mv_xor_memcpy_self_test() 817 struct dma_async_tx_descriptor *tx; in mv_xor_xor_self_test()
|
D | at_hdmac.c | 62 static dma_cookie_t atc_tx_submit(struct dma_async_tx_descriptor *tx); 388 struct dma_async_tx_descriptor *txd = &desc->txd; in atc_chain_complete() 530 struct dma_async_tx_descriptor *txd = &first->txd; in atc_handle_cyclic() 611 static dma_cookie_t atc_tx_submit(struct dma_async_tx_descriptor *tx) in atc_tx_submit() 645 static struct dma_async_tx_descriptor * 731 static struct dma_async_tx_descriptor * 882 static struct dma_async_tx_descriptor * 1093 static struct dma_async_tx_descriptor *
|
D | ep93xx_dma.c | 127 struct dma_async_tx_descriptor txd; 821 static dma_cookie_t ep93xx_dma_tx_submit(struct dma_async_tx_descriptor *tx) in ep93xx_dma_tx_submit() 976 static struct dma_async_tx_descriptor * 1024 static struct dma_async_tx_descriptor * 1104 static struct dma_async_tx_descriptor *
|
D | pch_dma.c | 97 struct dma_async_tx_descriptor txd; 150 struct pch_dma_desc *to_pd_desc(struct dma_async_tx_descriptor *txd) in to_pd_desc() 363 struct dma_async_tx_descriptor *txd = &desc->txd; in pdc_chain_complete() 421 static dma_cookie_t pd_tx_submit(struct dma_async_tx_descriptor *txd) in pd_tx_submit() 582 static struct dma_async_tx_descriptor *pd_prep_slave_sg(struct dma_chan *chan, in pd_prep_slave_sg()
|
D | mmp_tdma.c | 109 struct dma_async_tx_descriptor desc; 372 static dma_cookie_t mmp_tdma_tx_submit(struct dma_async_tx_descriptor *tx) in mmp_tdma_tx_submit() 422 static struct dma_async_tx_descriptor *mmp_tdma_prep_dma_cyclic( in mmp_tdma_prep_dma_cyclic()
|
D | txx9dmac.c | 142 txd_to_txx9dmac_desc(struct dma_async_tx_descriptor *txd) in txd_to_txx9dmac_desc() 190 static dma_cookie_t txx9dmac_tx_submit(struct dma_async_tx_descriptor *tx); 408 struct dma_async_tx_descriptor *txd = &desc->txd; in txx9dmac_descriptor_complete() 697 static dma_cookie_t txx9dmac_tx_submit(struct dma_async_tx_descriptor *tx) in txx9dmac_tx_submit() 715 static struct dma_async_tx_descriptor * 809 static struct dma_async_tx_descriptor *
|
D | xgene-dma.c | 283 struct dma_async_tx_descriptor tx; 554 static dma_cookie_t xgene_dma_tx_submit(struct dma_async_tx_descriptor *tx) in xgene_dma_tx_submit() 639 struct dma_async_tx_descriptor *tx = &desc->tx; in xgene_dma_run_tx_complete_actions() 938 static struct dma_async_tx_descriptor *xgene_dma_prep_memcpy( in xgene_dma_prep_memcpy() 992 static struct dma_async_tx_descriptor *xgene_dma_prep_sg( in xgene_dma_prep_sg() 1100 static struct dma_async_tx_descriptor *xgene_dma_prep_xor( in xgene_dma_prep_xor() 1148 static struct dma_async_tx_descriptor *xgene_dma_prep_pq( in xgene_dma_prep_pq()
|
D | mv_xor.h | 144 struct dma_async_tx_descriptor async_tx;
|
D | tegra20-apb-dma.c | 169 struct dma_async_tx_descriptor txd; 259 struct dma_async_tx_descriptor *td) in txd_to_tegra_dma_desc() 269 static dma_cookie_t tegra_dma_tx_submit(struct dma_async_tx_descriptor *tx); 683 static dma_cookie_t tegra_dma_tx_submit(struct dma_async_tx_descriptor *txd) in tegra_dma_tx_submit() 921 static struct dma_async_tx_descriptor *tegra_dma_prep_slave_sg( in tegra_dma_prep_slave_sg() 1037 static struct dma_async_tx_descriptor *tegra_dma_prep_dma_cyclic( in tegra_dma_prep_dma_cyclic()
|
D | img-mdc-dma.c | 176 static inline struct mdc_tx_desc *to_mdc_desc(struct dma_async_tx_descriptor *t) in to_mdc_desc() 287 static struct dma_async_tx_descriptor *mdc_prep_dma_memcpy( in mdc_prep_dma_memcpy() 369 static struct dma_async_tx_descriptor *mdc_prep_dma_cyclic( in mdc_prep_dma_cyclic() 451 static struct dma_async_tx_descriptor *mdc_prep_slave_sg( in mdc_prep_slave_sg()
|
D | edma.c | 139 *to_edma_desc(struct dma_async_tx_descriptor *tx) in to_edma_desc() 448 static struct dma_async_tx_descriptor *edma_prep_slave_sg( in edma_prep_slave_sg() 545 static struct dma_async_tx_descriptor *edma_prep_dma_memcpy( in edma_prep_dma_memcpy() 583 static struct dma_async_tx_descriptor *edma_prep_dma_cyclic( in edma_prep_dma_cyclic()
|
D | fsl_raid.h | 294 struct dma_async_tx_descriptor async_tx;
|
D | dma-jz4780.c | 295 static struct dma_async_tx_descriptor *jz4780_dma_prep_slave_sg( in jz4780_dma_prep_slave_sg() 336 static struct dma_async_tx_descriptor *jz4780_dma_prep_dma_cyclic( in jz4780_dma_prep_dma_cyclic() 386 struct dma_async_tx_descriptor *jz4780_dma_prep_dma_memcpy( in jz4780_dma_prep_dma_memcpy()
|
D | fsldma.c | 408 static dma_cookie_t fsl_dma_tx_submit(struct dma_async_tx_descriptor *tx) in fsl_dma_tx_submit() 512 struct dma_async_tx_descriptor *txd = &desc->async_tx; in fsldma_run_tx_complete_actions() 763 static struct dma_async_tx_descriptor * 828 static struct dma_async_tx_descriptor *fsl_dma_prep_sg(struct dma_chan *dchan, in fsl_dma_prep_sg()
|
D | txx9dmac.h | 234 struct dma_async_tx_descriptor txd;
|
D | fsldma.h | 105 struct dma_async_tx_descriptor async_tx;
|
D | mic_x100_dma.h | 124 struct dma_async_tx_descriptor *tx_array;
|
D | s3c24xx-dma.c | 418 struct s3c24xx_txd *to_s3c24xx_txd(struct dma_async_tx_descriptor *tx) in to_s3c24xx_txd() 820 static struct dma_async_tx_descriptor *s3c24xx_dma_prep_memcpy( in s3c24xx_dma_prep_memcpy() 882 static struct dma_async_tx_descriptor *s3c24xx_dma_prep_dma_cyclic( in s3c24xx_dma_prep_dma_cyclic() 979 static struct dma_async_tx_descriptor *s3c24xx_dma_prep_slave_sg( in s3c24xx_dma_prep_slave_sg()
|
D | amba-pl08x.c | 302 static inline struct pl08x_txd *to_pl08x_txd(struct dma_async_tx_descriptor *tx) in to_pl08x_txd() 1200 static struct dma_async_tx_descriptor *pl08x_prep_dma_interrupt( in pl08x_prep_dma_interrupt() 1203 struct dma_async_tx_descriptor *retval = NULL; in pl08x_prep_dma_interrupt() 1420 static struct dma_async_tx_descriptor *pl08x_prep_dma_memcpy( in pl08x_prep_dma_memcpy() 1582 static struct dma_async_tx_descriptor *pl08x_prep_slave_sg( in pl08x_prep_slave_sg() 1624 static struct dma_async_tx_descriptor *pl08x_prep_dma_cyclic( in pl08x_prep_dma_cyclic()
|
D | dma-jz4740.c | 389 static struct dma_async_tx_descriptor *jz4740_dma_prep_slave_sg( in jz4740_dma_prep_slave_sg() 415 static struct dma_async_tx_descriptor *jz4740_dma_prep_dma_cyclic( in jz4740_dma_prep_dma_cyclic()
|
D | moxart-dma.c | 175 struct dma_async_tx_descriptor *t) in to_moxart_dma_desc() 268 static struct dma_async_tx_descriptor *moxart_prep_slave_sg( in moxart_prep_slave_sg()
|
D | bcm2835-dma.c | 138 struct dma_async_tx_descriptor *t) in to_bcm2835_dma_desc() 335 static struct dma_async_tx_descriptor *bcm2835_dma_prep_dma_cyclic( in bcm2835_dma_prep_dma_cyclic()
|
D | imx-sdma.c | 269 struct dma_async_tx_descriptor desc; 951 static dma_cookie_t sdma_tx_submit(struct dma_async_tx_descriptor *tx) in sdma_tx_submit() 1033 static struct dma_async_tx_descriptor *sdma_prep_slave_sg( in sdma_prep_slave_sg() 1134 static struct dma_async_tx_descriptor *sdma_prep_dma_cyclic( in sdma_prep_dma_cyclic()
|
D | sun6i-dma.c | 183 to_sun6i_desc(struct dma_async_tx_descriptor *tx) in to_sun6i_desc() 505 static struct dma_async_tx_descriptor *sun6i_dma_prep_dma_memcpy( in sun6i_dma_prep_dma_memcpy() 560 static struct dma_async_tx_descriptor *sun6i_dma_prep_slave_sg( in sun6i_dma_prep_slave_sg()
|
D | cppi41.c | 95 struct dma_async_tx_descriptor txd; 340 static dma_cookie_t cppi41_tx_submit(struct dma_async_tx_descriptor *tx) in cppi41_tx_submit() 492 static struct dma_async_tx_descriptor *cppi41_dma_prep_slave_sg( in cppi41_dma_prep_slave_sg()
|
D | pl330.c | 498 struct dma_async_tx_descriptor txd; 1937 to_desc(struct dma_async_tx_descriptor *tx) in to_desc() 2315 static dma_cookie_t pl330_tx_submit(struct dma_async_tx_descriptor *tx) in pl330_tx_submit() 2496 static struct dma_async_tx_descriptor *pl330_prep_dma_cyclic( in pl330_prep_dma_cyclic() 2581 static struct dma_async_tx_descriptor * 2653 static struct dma_async_tx_descriptor *
|
D | ste_dma40.c | 373 struct dma_async_tx_descriptor txd; 1484 static dma_cookie_t d40_tx_submit(struct dma_async_tx_descriptor *tx) in d40_tx_submit() 2235 static struct dma_async_tx_descriptor * 2499 static struct dma_async_tx_descriptor *d40_prep_memcpy(struct dma_chan *chan, in d40_prep_memcpy() 2521 static struct dma_async_tx_descriptor * 2534 static struct dma_async_tx_descriptor * 2545 static struct dma_async_tx_descriptor * 2551 struct dma_async_tx_descriptor *txd; in dma40_prep_dma_cyclic()
|
D | omap-dma.c | 171 static inline struct omap_desc *to_omap_dma_desc(struct dma_async_tx_descriptor *t) in to_omap_dma_desc() 756 static struct dma_async_tx_descriptor *omap_dma_prep_slave_sg( in omap_dma_prep_slave_sg() 854 static struct dma_async_tx_descriptor *omap_dma_prep_dma_cyclic( in omap_dma_prep_dma_cyclic()
|
D | coh901318.c | 1269 struct dma_async_tx_descriptor desc; 2217 coh901318_tx_submit(struct dma_async_tx_descriptor *tx) in coh901318_tx_submit() 2235 static struct dma_async_tx_descriptor * 2289 static struct dma_async_tx_descriptor *
|
D | k3dma.c | 415 static struct dma_async_tx_descriptor *k3_dma_prep_memcpy( in k3_dma_prep_memcpy() 464 static struct dma_async_tx_descriptor *k3_dma_prep_slave_sg( in k3_dma_prep_slave_sg()
|
D | fsl-edma.c | 531 static struct dma_async_tx_descriptor *fsl_edma_prep_dma_cyclic( in fsl_edma_prep_dma_cyclic() 584 static struct dma_async_tx_descriptor *fsl_edma_prep_slave_sg( in fsl_edma_prep_slave_sg()
|
D | sa11x0-dma.c | 526 static struct dma_async_tx_descriptor *sa11x0_dma_prep_slave_sg( in sa11x0_dma_prep_slave_sg() 608 static struct dma_async_tx_descriptor *sa11x0_dma_prep_dma_cyclic( in sa11x0_dma_prep_dma_cyclic()
|
D | dmatest.c | 482 struct dma_async_tx_descriptor *tx = NULL; in dmatest_func()
|
D | qcom_bam_dma.c | 586 static struct dma_async_tx_descriptor *bam_prep_slave_sg(struct dma_chan *chan, in bam_prep_slave_sg()
|
/linux-4.1.27/drivers/spi/ |
D | spi-dw-mid.c | 149 static struct dma_async_tx_descriptor *dw_spi_dma_prepare_tx(struct dw_spi *dws, in dw_spi_dma_prepare_tx() 153 struct dma_async_tx_descriptor *txdesc; in dw_spi_dma_prepare_tx() 195 static struct dma_async_tx_descriptor *dw_spi_dma_prepare_rx(struct dw_spi *dws, in dw_spi_dma_prepare_rx() 199 struct dma_async_tx_descriptor *rxdesc; in dw_spi_dma_prepare_rx() 250 struct dma_async_tx_descriptor *txdesc, *rxdesc; in mid_spi_dma_transfer()
|
D | spi-pxa2xx-dma.c | 159 static struct dma_async_tx_descriptor * 269 struct dma_async_tx_descriptor *tx_desc, *rx_desc; in pxa2xx_spi_dma_prepare()
|
D | spi-ep93xx.c | 431 static struct dma_async_tx_descriptor * 435 struct dma_async_tx_descriptor *txd; in ep93xx_spi_dma_prepare() 558 struct dma_async_tx_descriptor *rxd, *txd; in ep93xx_spi_dma_transfer()
|
D | spi-atmel.c | 208 struct dma_async_tx_descriptor *data_desc_rx; 209 struct dma_async_tx_descriptor *data_desc_tx; 550 struct dma_async_tx_descriptor *rxdesc; in atmel_spi_next_xfer_dma_submit() 551 struct dma_async_tx_descriptor *txdesc; in atmel_spi_next_xfer_dma_submit()
|
D | spi-topcliff-pch.c | 115 struct dma_async_tx_descriptor *desc_tx; 116 struct dma_async_tx_descriptor *desc_rx; 932 struct dma_async_tx_descriptor *desc_tx; in pch_spi_handle_dma() 933 struct dma_async_tx_descriptor *desc_rx; in pch_spi_handle_dma()
|
D | spi-davinci.c | 640 struct dma_async_tx_descriptor *rxdesc; in davinci_spi_bufs() 641 struct dma_async_tx_descriptor *txdesc; in davinci_spi_bufs()
|
D | spi-mxs.c | 177 struct dma_async_tx_descriptor *desc = NULL; in mxs_spi_txrx_dma()
|
D | spi-tegra114.c | 208 struct dma_async_tx_descriptor *rx_dma_desc; 213 struct dma_async_tx_descriptor *tx_dma_desc;
|
D | spi-tegra20-slink.c | 210 struct dma_async_tx_descriptor *rx_dma_desc; 215 struct dma_async_tx_descriptor *tx_dma_desc;
|
D | spi-omap2-mcspi.c | 403 struct dma_async_tx_descriptor *tx; in omap2_mcspi_tx_dma() 458 struct dma_async_tx_descriptor *tx; in omap2_mcspi_rx_dma()
|
D | spi-img-spfi.c | 319 struct dma_async_tx_descriptor *rxdesc = NULL, *txdesc = NULL; in img_spfi_start_dma()
|
D | spi-rockchip.c | 440 struct dma_async_tx_descriptor *rxdesc, *txdesc; in rockchip_spi_prepare_dma()
|
D | spi-sirf.c | 341 struct dma_async_tx_descriptor *rx_desc, *tx_desc; in spi_sirfsoc_dma_transfer()
|
D | spi-pl022.c | 950 struct dma_async_tx_descriptor *rxdesc; in configure_dma() 951 struct dma_async_tx_descriptor *txdesc; in configure_dma()
|
D | spi-qup.c | 290 struct dma_async_tx_descriptor *desc; in spi_qup_prep_sg()
|
D | spi-imx.c | 897 struct dma_async_tx_descriptor *desc_tx = NULL, *desc_rx = NULL; in spi_imx_dma_transfer()
|
D | spi-rspi.c | 517 struct dma_async_tx_descriptor *desc_tx = NULL, *desc_rx = NULL; in rspi_dma_transfer()
|
D | spi-sh-msiof.c | 678 struct dma_async_tx_descriptor *desc_tx = NULL, *desc_rx = NULL; in sh_msiof_dma_once()
|
D | spi-s3c64xx.c | 281 struct dma_async_tx_descriptor *desc; in prepare_dma()
|
/linux-4.1.27/include/linux/platform_data/ |
D | dma-ste-dma40.h | 178 dma_async_tx_descriptor *stedma40_slave_mem(struct dma_chan *chan, in stedma40_slave_mem() 199 dma_async_tx_descriptor *stedma40_slave_mem(struct dma_chan *chan, in stedma40_slave_mem()
|
/linux-4.1.27/drivers/tty/serial/ |
D | samsung.h | 73 struct dma_async_tx_descriptor *tx_desc; 74 struct dma_async_tx_descriptor *rx_desc;
|
D | sirfsoc_uart.h | 410 struct dma_async_tx_descriptor *desc; 430 struct dma_async_tx_descriptor *tx_dma_desc;
|
D | sh-sci.c | 105 struct dma_async_tx_descriptor *desc_tx; 106 struct dma_async_tx_descriptor *desc_rx[2]; 1381 struct dma_async_tx_descriptor *desc; in sci_submit_rx() 1420 struct dma_async_tx_descriptor *desc; in work_fn_rx() 1474 struct dma_async_tx_descriptor *desc; in work_fn_tx()
|
D | pch_uart.c | 246 struct dma_async_tx_descriptor *desc_tx; 247 struct dma_async_tx_descriptor *desc_rx; 868 struct dma_async_tx_descriptor *desc; in dma_handle_rx() 953 struct dma_async_tx_descriptor *desc; in dma_handle_tx()
|
D | atmel_serial.c | 159 struct dma_async_tx_descriptor *desc_tx; 160 struct dma_async_tx_descriptor *desc_rx; 782 struct dma_async_tx_descriptor *desc; in atmel_tx_dma() 1016 struct dma_async_tx_descriptor *desc; in atmel_prepare_rx_dma()
|
D | mxs-auart.c | 226 struct dma_async_tx_descriptor *desc; in mxs_auart_dma_tx() 553 struct dma_async_tx_descriptor *desc; in mxs_auart_dma_prep_rx()
|
D | serial-tegra.c | 130 struct dma_async_tx_descriptor *tx_dma_desc; 131 struct dma_async_tx_descriptor *rx_dma_desc;
|
D | fsl_lpuart.c | 244 struct dma_async_tx_descriptor *dma_tx_desc; 245 struct dma_async_tx_descriptor *dma_rx_desc;
|
D | imx.c | 518 struct dma_async_tx_descriptor *desc; in imx_dma_tx() 952 struct dma_async_tx_descriptor *desc; in start_rx_dma()
|
D | amba-pl011.c | 469 struct dma_async_tx_descriptor *desc; in pl011_dma_tx_refill() 703 struct dma_async_tx_descriptor *desc; in pl011_dma_rx_trigger_dma()
|
/linux-4.1.27/drivers/dma/ioat/ |
D | dma_v2.h | 130 struct dma_async_tx_descriptor txd; 160 struct dma_async_tx_descriptor *
|
D | dma_v3.c | 395 struct dma_async_tx_descriptor *tx; in __cleanup() 497 struct dma_async_tx_descriptor *tx; in ioat3_eh() 661 static struct dma_async_tx_descriptor * 752 static struct dma_async_tx_descriptor * 759 static struct dma_async_tx_descriptor * 835 static struct dma_async_tx_descriptor * 959 static struct dma_async_tx_descriptor * 1070 static struct dma_async_tx_descriptor * 1110 static struct dma_async_tx_descriptor * 1133 static struct dma_async_tx_descriptor * [all …]
|
D | dma.h | 183 struct dma_async_tx_descriptor txd; 199 struct dma_async_tx_descriptor *tx, int id) in __dump_desc_dbg()
|
D | dma.c | 226 static dma_cookie_t ioat1_tx_submit(struct dma_async_tx_descriptor *tx) in ioat1_tx_submit() 489 static struct dma_async_tx_descriptor * 606 struct dma_async_tx_descriptor *tx; in __cleanup() 823 struct dma_async_tx_descriptor *tx; in ioat_dma_self_test()
|
D | dma_v2.c | 130 struct dma_async_tx_descriptor *tx; in __cleanup() 411 static dma_cookie_t ioat2_tx_submit_unlock(struct dma_async_tx_descriptor *tx) in ioat2_tx_submit_unlock() 745 struct dma_async_tx_descriptor *
|
/linux-4.1.27/drivers/mtd/nand/gpmi-nand/ |
D | gpmi-nand.h | 274 struct dma_async_tx_descriptor *); 276 struct dma_async_tx_descriptor *);
|
D | gpmi-lib.c | 1122 struct dma_async_tx_descriptor *desc; in gpmi_send_command() 1160 struct dma_async_tx_descriptor *desc; in gpmi_send_data() 1198 struct dma_async_tx_descriptor *desc; in gpmi_read_data() 1238 struct dma_async_tx_descriptor *desc; in gpmi_send_page() 1283 struct dma_async_tx_descriptor *desc; in gpmi_read_page()
|
D | gpmi-nand.c | 446 struct dma_async_tx_descriptor *desc) in start_dma_without_bch_irq() 477 struct dma_async_tx_descriptor *desc) in start_dma_with_bch_irq()
|
/linux-4.1.27/drivers/mmc/host/ |
D | mmci.h | 193 struct dma_async_tx_descriptor *dma_desc; 239 struct dma_async_tx_descriptor *dma_desc_current;
|
D | mxs-mmc.c | 224 static struct dma_async_tx_descriptor *mxs_mmc_prep_dma( in mxs_mmc_prep_dma() 228 struct dma_async_tx_descriptor *desc; in mxs_mmc_prep_dma() 263 struct dma_async_tx_descriptor *desc; in mxs_mmc_bc() 297 struct dma_async_tx_descriptor *desc; in mxs_mmc_ac() 355 struct dma_async_tx_descriptor *desc; in mxs_mmc_adtc()
|
D | tmio_mmc_dma.c | 50 struct dma_async_tx_descriptor *desc = NULL; in tmio_mmc_start_dma_rx() 126 struct dma_async_tx_descriptor *desc = NULL; in tmio_mmc_start_dma_tx()
|
D | moxart-mmc.c | 131 struct dma_async_tx_descriptor *tx_desc; 261 struct dma_async_tx_descriptor *desc = NULL; in moxart_transfer_dma()
|
D | sh_mmcif.c | 290 struct dma_async_tx_descriptor *desc = NULL; in sh_mmcif_start_dma_rx() 339 struct dma_async_tx_descriptor *desc = NULL; in sh_mmcif_start_dma_tx()
|
D | atmel-mci.c | 97 struct dma_async_tx_descriptor *data_desc; 995 struct dma_async_tx_descriptor *desc; in atmci_prepare_data_dma() 1091 struct dma_async_tx_descriptor *desc = host->dma.data_desc; in atmci_submit_data_dma()
|
D | mmci.c | 568 struct dma_async_tx_descriptor **dma_desc) in __mmci_dma_prep_data() 582 struct dma_async_tx_descriptor *desc; in __mmci_dma_prep_data()
|
D | jz4740_mmc.c | 275 struct dma_async_tx_descriptor *desc; in jz4740_mmc_start_dma_transfer()
|
D | mxcmmc.c | 131 struct dma_async_tx_descriptor *desc;
|
D | davinci_mmc.c | 422 struct dma_async_tx_descriptor *desc; in mmc_davinci_send_dma_request()
|
D | omap.c | 985 struct dma_async_tx_descriptor *tx; in mmc_omap_prepare_data()
|
D | s3cmci.c | 1089 struct dma_async_tx_descriptor *desc; in s3cmci_prepare_dma()
|
D | usdhi6rol0.c | 567 struct dma_async_tx_descriptor *desc = NULL; in usdhi6_dma_setup()
|
D | omap_hsmmc.c | 1330 struct dma_async_tx_descriptor *tx; in omap_hsmmc_setup_dma_transfer()
|
/linux-4.1.27/drivers/dma/sh/ |
D | shdma-base.c | 73 static dma_cookie_t shdma_tx_submit(struct dma_async_tx_descriptor *tx) in shdma_tx_submit() 339 struct dma_async_tx_descriptor *tx = &desc->async_tx; in __ld_cleanup() 563 static struct dma_async_tx_descriptor *shdma_prep_sg(struct shdma_chan *schan, in shdma_prep_sg() 642 static struct dma_async_tx_descriptor *shdma_prep_memcpy( in shdma_prep_memcpy() 664 static struct dma_async_tx_descriptor *shdma_prep_slave_sg( in shdma_prep_slave_sg() 694 static struct dma_async_tx_descriptor *shdma_prep_dma_cyclic( in shdma_prep_dma_cyclic() 701 struct dma_async_tx_descriptor *desc; in shdma_prep_dma_cyclic() 887 struct dma_async_tx_descriptor *tx = &sdesc->async_tx; in shdma_reset()
|
D | rcar-dmac.c | 75 struct dma_async_tx_descriptor async_tx; 433 static dma_cookie_t rcar_dmac_tx_submit(struct dma_async_tx_descriptor *tx) in rcar_dmac_tx_submit() 822 static struct dma_async_tx_descriptor * 999 static struct dma_async_tx_descriptor * 1019 static struct dma_async_tx_descriptor * 1043 static struct dma_async_tx_descriptor * 1049 struct dma_async_tx_descriptor *desc; in rcar_dmac_prep_dma_cyclic()
|
D | usb-dmac.c | 418 static struct dma_async_tx_descriptor *
|
/linux-4.1.27/arch/arm/include/asm/hardware/ |
D | iop_adma.h | 101 struct dma_async_tx_descriptor async_tx;
|
/linux-4.1.27/drivers/dma/dw/ |
D | regs.h | 334 struct dma_async_tx_descriptor txd; 342 txd_to_dw_desc(struct dma_async_tx_descriptor *txd) in txd_to_dw_desc()
|
D | core.c | 279 struct dma_async_tx_descriptor *txd = &desc->txd; in dwc_descriptor_complete() 656 static dma_cookie_t dwc_tx_submit(struct dma_async_tx_descriptor *tx) in dwc_tx_submit() 680 static struct dma_async_tx_descriptor * 760 static struct dma_async_tx_descriptor *
|
/linux-4.1.27/sound/soc/txx9/ |
D | txx9aclc.c | 120 static struct dma_async_tx_descriptor * 124 struct dma_async_tx_descriptor *desc; in txx9aclc_dma_submit() 151 struct dma_async_tx_descriptor *desc; in txx9aclc_dma_tasklet()
|
/linux-4.1.27/Documentation/dmaengine/ |
D | client.txt | 87 struct dma_async_tx_descriptor *dmaengine_prep_slave_sg( 92 struct dma_async_tx_descriptor *dmaengine_prep_dma_cyclic( 96 struct dma_async_tx_descriptor *dmaengine_prep_interleaved_dma( 146 dma_cookie_t dmaengine_submit(struct dma_async_tx_descriptor *desc)
|
D | provider.txt | 271 dma_async_tx_descriptor structure, that further represents this
|
/linux-4.1.27/drivers/rapidio/devices/ |
D | tsi721_dma.c | 61 struct tsi721_tx_desc *to_tsi721_desc(struct dma_async_tx_descriptor *txd) in to_tsi721_desc() 380 struct dma_async_tx_descriptor *txd = &desc->txd; in tsi721_dma_tx_err() 624 static dma_cookie_t tsi721_tx_submit(struct dma_async_tx_descriptor *txd) in tsi721_tx_submit() 756 struct dma_async_tx_descriptor *tsi721_prep_rio_sg(struct dma_chan *dchan, in tsi721_prep_rio_sg() 765 struct dma_async_tx_descriptor *txd = NULL; in tsi721_prep_rio_sg()
|
D | tsi721.h | 648 struct dma_async_tx_descriptor txd;
|
/linux-4.1.27/drivers/tty/serial/8250/ |
D | 8250_dma.c | 75 struct dma_async_tx_descriptor *desc; in serial8250_tx_dma() 119 struct dma_async_tx_descriptor *desc; in serial8250_rx_dma()
|
D | 8250_omap.c | 759 struct dma_async_tx_descriptor *desc; in omap_8250_rx_dma() 876 struct dma_async_tx_descriptor *desc; in omap_8250_tx_dma()
|
/linux-4.1.27/include/linux/dma/ |
D | ipu-dma.h | 148 struct dma_async_tx_descriptor txd;
|
/linux-4.1.27/drivers/dma/ppc4xx/ |
D | adma.h | 150 struct dma_async_tx_descriptor async_tx;
|
D | adma.c | 1239 ppc440spe_adma_tx_submit(struct dma_async_tx_descriptor *tx); 1912 static dma_cookie_t ppc440spe_adma_tx_submit(struct dma_async_tx_descriptor *tx) in ppc440spe_adma_tx_submit() 1961 static struct dma_async_tx_descriptor *ppc440spe_adma_prep_dma_interrupt( in ppc440spe_adma_prep_dma_interrupt() 1992 static struct dma_async_tx_descriptor *ppc440spe_adma_prep_dma_memcpy( in ppc440spe_adma_prep_dma_memcpy() 2033 static struct dma_async_tx_descriptor *ppc440spe_adma_prep_dma_xor( in ppc440spe_adma_prep_dma_xor() 2524 static struct dma_async_tx_descriptor *ppc440spe_adma_prep_dma_pq( in ppc440spe_adma_prep_dma_pq() 2600 static struct dma_async_tx_descriptor *ppc440spe_adma_prep_dma_pqzero_sum( in ppc440spe_adma_prep_dma_pqzero_sum() 2779 static struct dma_async_tx_descriptor *ppc440spe_adma_prep_dma_xor_zero_sum( in ppc440spe_adma_prep_dma_xor_zero_sum() 2783 struct dma_async_tx_descriptor *tx; in ppc440spe_adma_prep_dma_xor_zero_sum()
|
/linux-4.1.27/sound/soc/sh/ |
D | siu.h | 124 struct dma_async_tx_descriptor *tx_desc;
|
D | siu_pcm.c | 122 struct dma_async_tx_descriptor *desc; in siu_pcm_wr_set() 170 struct dma_async_tx_descriptor *desc; in siu_pcm_rd_set()
|
D | fsi.c | 1293 struct dma_async_tx_descriptor *desc; in fsi_dma_transfer()
|
/linux-4.1.27/drivers/soc/tegra/fuse/ |
D | fuse-tegra20.c | 61 struct dma_async_tx_descriptor *dma_desc; in tegra20_fuse_readl()
|
/linux-4.1.27/drivers/ata/ |
D | sata_dwc_460ex.c | 164 struct dma_async_tx_descriptor *desc[SATA_DWC_QCMD_MAX]; 303 static struct dma_async_tx_descriptor *dma_dwc_xfer_setup(struct ata_queued_cmd *qc) in dma_dwc_xfer_setup() 310 struct dma_async_tx_descriptor *desc; in dma_dwc_xfer_setup() 972 struct dma_async_tx_descriptor *desc = hsdevp->desc[tag]; in sata_dwc_bmdma_start_by_tag() 1036 struct dma_async_tx_descriptor *desc; in sata_dwc_qc_prep_by_tag()
|
D | pata_ep93xx.c | 703 struct dma_async_tx_descriptor *txd; in ep93xx_pata_dma_start()
|
D | pata_arasan_cf.c | 397 struct dma_async_tx_descriptor *tx; in dma_xfer()
|
/linux-4.1.27/Documentation/crypto/ |
D | async-tx-api.txt | 56 struct dma_async_tx_descriptor * 140 struct dma_async_tx_descriptor *tx; 173 2/ dma_async_tx_descriptor fields are never manipulated in IRQ context
|
/linux-4.1.27/drivers/crypto/qce/ |
D | dma.c | 139 struct dma_async_tx_descriptor *desc; in qce_dma_prep_sg()
|
/linux-4.1.27/drivers/i2c/busses/ |
D | i2c-at91.c | 88 struct dma_async_tx_descriptor *data_desc; 234 struct dma_async_tx_descriptor *txdesc; in at91_twi_write_data_dma() 328 struct dma_async_tx_descriptor *rxdesc; in at91_twi_read_data_dma()
|
D | i2c-mxs.c | 180 struct dma_async_tx_descriptor *desc; in mxs_i2c_dma_setup_xfer()
|
D | i2c-sh_mobile.c | 593 struct dma_async_tx_descriptor *txdesc; in sh_mobile_i2c_xfer_dma()
|
D | i2c-imx.c | 359 struct dma_async_tx_descriptor *txdesc; in i2c_imx_dma_xfer()
|
/linux-4.1.27/sound/core/ |
D | pcm_dmaengine.c | 149 struct dma_async_tx_descriptor *desc; in dmaengine_pcm_prepare_and_submit()
|
/linux-4.1.27/drivers/dma/xilinx/ |
D | xilinx_vdma.c | 181 struct dma_async_tx_descriptor async_tx; 887 static dma_cookie_t xilinx_vdma_tx_submit(struct dma_async_tx_descriptor *tx) in xilinx_vdma_tx_submit() 929 static struct dma_async_tx_descriptor *
|
/linux-4.1.27/drivers/usb/musb/ |
D | musb_cppi41.c | 152 struct dma_async_tx_descriptor *dma_desc; in cppi41_trans_done() 372 struct dma_async_tx_descriptor *dma_desc; in cppi41_configure_channel()
|
D | ux500_dma.c | 89 struct dma_async_tx_descriptor *dma_desc; in ux500_configure_channel()
|
/linux-4.1.27/drivers/media/platform/soc_camera/ |
D | mx3_camera.c | 70 struct dma_async_tx_descriptor *txd; 265 struct dma_async_tx_descriptor *txd; in mx3_videobuf_queue() 364 struct dma_async_tx_descriptor *txd = buf->txd; in mx3_videobuf_release()
|
/linux-4.1.27/drivers/md/ |
D | raid5.c | 1103 static struct dma_async_tx_descriptor * 1105 sector_t sector, struct dma_async_tx_descriptor *tx, in async_copy_data() 1211 struct dma_async_tx_descriptor *tx = NULL; in ops_run_biofill() 1291 static struct dma_async_tx_descriptor * 1300 struct dma_async_tx_descriptor *tx; in ops_run_compute5() 1367 static struct dma_async_tx_descriptor * 1374 struct dma_async_tx_descriptor *tx; in ops_run_compute6_1() 1425 static struct dma_async_tx_descriptor * 1436 struct dma_async_tx_descriptor *tx; in ops_run_compute6_2() 1541 static struct dma_async_tx_descriptor * [all …]
|
/linux-4.1.27/drivers/dma/ipu/ |
D | ipu_idmac.c | 822 static dma_cookie_t idmac_tx_submit(struct dma_async_tx_descriptor *tx) in idmac_tx_submit() 928 struct dma_async_tx_descriptor *txd = &desc->txd; in idmac_desc_alloc() 1337 static struct dma_async_tx_descriptor *idmac_prep_slave_sg(struct dma_chan *chan, in idmac_prep_slave_sg() 1344 struct dma_async_tx_descriptor *txd = NULL; in idmac_prep_slave_sg()
|
/linux-4.1.27/sound/soc/fsl/ |
D | fsl_asrc.h | 411 struct dma_async_tx_descriptor *desc[2];
|
/linux-4.1.27/drivers/media/platform/omap3isp/ |
D | isphist.c | 180 struct dma_async_tx_descriptor *tx; in hist_buf_dma()
|
/linux-4.1.27/drivers/dma/hsu/ |
D | hsu.c | 222 static struct dma_async_tx_descriptor *hsu_dma_prep_slave_sg( in hsu_dma_prep_slave_sg()
|
/linux-4.1.27/sound/soc/intel/common/ |
D | sst-firmware.c | 49 struct dma_async_tx_descriptor *desc; 69 struct dma_async_tx_descriptor *desc; in sst_dsp_dma_copy()
|
/linux-4.1.27/drivers/net/ethernet/micrel/ |
D | ks8842.c | 144 struct dma_async_tx_descriptor *adesc; 152 struct dma_async_tx_descriptor *adesc;
|
/linux-4.1.27/sound/soc/sh/rcar/ |
D | dma.c | 71 struct dma_async_tx_descriptor *desc; in rsnd_dmaen_start()
|
/linux-4.1.27/drivers/rapidio/ |
D | rio.c | 1572 struct dma_async_tx_descriptor *rio_dma_prep_xfer(struct dma_chan *dchan, in rio_dma_prep_xfer() 1607 struct dma_async_tx_descriptor *rio_dma_prep_slave_sg(struct rio_dev *rdev, in rio_dma_prep_slave_sg()
|
/linux-4.1.27/drivers/media/platform/xilinx/ |
D | xilinx-dma.c | 344 struct dma_async_tx_descriptor *desc; in xvip_dma_buffer_queue()
|
/linux-4.1.27/fs/exofs/ |
D | ore_raid.c | 55 struct dma_async_tx_descriptor *tx;
|
/linux-4.1.27/drivers/video/fbdev/ |
D | mx3fb.c | 269 struct dma_async_tx_descriptor *txd; 1146 struct dma_async_tx_descriptor *txd; in mx3fb_pan_display()
|
/linux-4.1.27/drivers/mtd/nand/ |
D | lpc32xx_mlc.c | 394 struct dma_async_tx_descriptor *desc; in lpc32xx_xmit_dma()
|
D | lpc32xx_slc.c | 430 struct dma_async_tx_descriptor *desc; in lpc32xx_xmit_dma()
|
D | fsmc_nand.c | 560 struct dma_async_tx_descriptor *tx; in dma_xfer()
|
D | sh_flctl.c | 350 struct dma_async_tx_descriptor *desc = NULL; in flctl_dma_fifo0_transfer()
|
D | omap2.c | 463 struct dma_async_tx_descriptor *tx; in omap_nand_dma_transfer()
|
D | atmel_nand.c | 353 struct dma_async_tx_descriptor *tx = NULL; in atmel_nand_dma_op()
|
/linux-4.1.27/drivers/ntb/ |
D | ntb_transport.c | 1056 struct dma_async_tx_descriptor *txd; in ntb_async_rx() 1275 struct dma_async_tx_descriptor *txd; in ntb_async_tx()
|
/linux-4.1.27/drivers/media/platform/ |
D | timblogiw.c | 548 struct dma_async_tx_descriptor *desc; in buffer_queue()
|
D | m2m-deinterlace.c | 232 struct dma_async_tx_descriptor *tx; in deinterlace_issue_dma()
|
/linux-4.1.27/drivers/misc/carma/ |
D | carma-fpga-program.c | 533 struct dma_async_tx_descriptor *tx; in fpga_program_dma()
|
D | carma-fpga.c | 696 struct dma_async_tx_descriptor *tx; in data_submit_dma()
|
/linux-4.1.27/drivers/net/irda/ |
D | sa1100_ir.c | 147 struct dma_async_tx_descriptor *desc; in sa1100_irda_dma_start()
|
/linux-4.1.27/drivers/misc/mic/host/ |
D | mic_virtio.c | 42 struct dma_async_tx_descriptor *tx; in mic_sync_dma()
|
/linux-4.1.27/drivers/crypto/ |
D | img-hash.c | 223 struct dma_async_tx_descriptor *desc; in img_hash_xmit_dma()
|
D | omap-des.c | 406 struct dma_async_tx_descriptor *tx_in, *tx_out; in omap_des_crypt_dma()
|
D | omap-aes.c | 422 struct dma_async_tx_descriptor *tx_in, *tx_out; in omap_aes_crypt_dma()
|
D | atmel-tdes.c | 443 struct dma_async_tx_descriptor *in_desc, *out_desc; in atmel_tdes_crypt_dma()
|
D | atmel-sha.c | 429 struct dma_async_tx_descriptor *in_desc; in atmel_sha_xmit_dma()
|
D | atmel-aes.c | 318 struct dma_async_tx_descriptor *in_desc, *out_desc; in atmel_aes_crypt_dma()
|
D | omap-sham.c | 556 struct dma_async_tx_descriptor *tx; in omap_sham_xmit_dma()
|
/linux-4.1.27/drivers/usb/renesas_usbhs/ |
D | fifo.c | 813 struct dma_async_tx_descriptor *desc; in xfer_work()
|
/linux-4.1.27/drivers/crypto/ux500/hash/ |
D | hash_core.c | 156 struct dma_async_tx_descriptor *desc = NULL; in hash_set_dma_transfer()
|
/linux-4.1.27/drivers/crypto/ux500/cryp/ |
D | cryp_core.c | 524 struct dma_async_tx_descriptor *desc; in cryp_set_dma_transfer()
|