Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Ddmaengine.h655 struct dma_async_tx_descriptor *(*device_prep_dma_sg)( member
754 return chan->device->device_prep_dma_sg(chan, dst_sg, dst_nents, in dmaengine_prep_dma_sg()
/linux-4.1.27/drivers/dma/
Ddmaengine.c842 !device->device_prep_dma_sg); in dma_async_device_register()
Dfsldma.c1367 fdev->common.device_prep_dma_sg = fsl_dma_prep_sg; in fsldma_of_probe()
Dnbpfaxi.c1398 dma_dev->device_prep_dma_sg = nbpf_prep_memcpy_sg; in nbpf_probe()
Dat_hdmac.c1735 atdma->dma_common.device_prep_dma_sg = atc_prep_dma_sg; in at_dma_probe()
Dxgene-dma.c1779 dma_dev->device_prep_dma_sg = xgene_dma_prep_sg; in xgene_dma_set_caps()
Dste_dma40.c2860 dev->device_prep_dma_sg = d40_prep_memcpy_sg; in d40_ops_init()
/linux-4.1.27/drivers/misc/carma/
Dcarma-fpga.c714 tx = chan->device->device_prep_dma_sg(chan, in data_submit_dma()