Home
last modified time | relevance | path

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

/drivers/dma/
Dcoh901318.c1286 struct dma_device dma_memcpy; member
2729 coh901318_base_init(&base->dma_memcpy, dma_memcpy_channels, in coh901318_probe()
2732 dma_cap_zero(base->dma_memcpy.cap_mask); in coh901318_probe()
2733 dma_cap_set(DMA_MEMCPY, base->dma_memcpy.cap_mask); in coh901318_probe()
2735 base->dma_memcpy.device_alloc_chan_resources = coh901318_alloc_chan_resources; in coh901318_probe()
2736 base->dma_memcpy.device_free_chan_resources = coh901318_free_chan_resources; in coh901318_probe()
2737 base->dma_memcpy.device_prep_dma_memcpy = coh901318_prep_memcpy; in coh901318_probe()
2738 base->dma_memcpy.device_tx_status = coh901318_tx_status; in coh901318_probe()
2739 base->dma_memcpy.device_issue_pending = coh901318_issue_pending; in coh901318_probe()
2740 base->dma_memcpy.device_control = coh901318_control; in coh901318_probe()
[all …]
Dste_dma40.c578 struct dma_device dma_memcpy; member
2898 d40_chan_init(base, &base->dma_memcpy, base->log_chans, in d40_dmaengine_init()
2901 dma_cap_zero(base->dma_memcpy.cap_mask); in d40_dmaengine_init()
2902 dma_cap_set(DMA_MEMCPY, base->dma_memcpy.cap_mask); in d40_dmaengine_init()
2903 dma_cap_set(DMA_SG, base->dma_memcpy.cap_mask); in d40_dmaengine_init()
2905 d40_ops_init(base, &base->dma_memcpy); in d40_dmaengine_init()
2907 err = dma_async_device_register(&base->dma_memcpy); in d40_dmaengine_init()
2934 dma_async_device_unregister(&base->dma_memcpy); in d40_dmaengine_init()