Home
last modified time | relevance | path

Searched refs:mv_xor_prep_dma_xor (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/dma/
Dmv_xor.c504 mv_xor_prep_dma_xor(struct dma_chan *chan, dma_addr_t dest, dma_addr_t *src, in mv_xor_prep_dma_xor() function
544 return mv_xor_prep_dma_xor(chan, dest, &src, 1, len, flags); in mv_xor_prep_dma_memcpy()
562 return mv_xor_prep_dma_xor(chan, dest, &src, 1, len, flags); in mv_xor_prep_dma_interrupt()
892 tx = mv_xor_prep_dma_xor(dma_chan, dest_dma, dma_srcs, in mv_chan_xor_self_test()
1027 dma_dev->device_prep_dma_xor = mv_xor_prep_dma_xor; in mv_xor_channel_add()