Searched refs:m_ddev (Results 1 – 1 of 1) sorted by relevance
1924 struct dma_device *m_ddev = NULL; in edma_dma_init() local1964 m_ddev = devm_kzalloc(ecc->dev, sizeof(*m_ddev), GFP_KERNEL); in edma_dma_init()1965 if (!m_ddev) { in edma_dma_init()1970 ecc->dma_memcpy = m_ddev; in edma_dma_init()1972 dma_cap_zero(m_ddev->cap_mask); in edma_dma_init()1973 dma_cap_set(DMA_MEMCPY, m_ddev->cap_mask); in edma_dma_init()1974 dma_cap_set(DMA_INTERLEAVE, m_ddev->cap_mask); in edma_dma_init()1976 m_ddev->device_prep_dma_memcpy = edma_prep_dma_memcpy; in edma_dma_init()1977 m_ddev->device_prep_interleaved_dma = edma_prep_dma_interleaved; in edma_dma_init()1978 m_ddev->device_alloc_chan_resources = edma_alloc_chan_resources; in edma_dma_init()[all …]