Searched refs:m_ddev (Results 1 – 1 of 1) sorted by relevance
1895 struct dma_device *m_ddev = NULL; in edma_dma_init() local1933 m_ddev = devm_kzalloc(ecc->dev, sizeof(*m_ddev), GFP_KERNEL); in edma_dma_init()1934 if (!m_ddev) { in edma_dma_init()1939 ecc->dma_memcpy = m_ddev; in edma_dma_init()1941 dma_cap_zero(m_ddev->cap_mask); in edma_dma_init()1942 dma_cap_set(DMA_MEMCPY, m_ddev->cap_mask); in edma_dma_init()1944 m_ddev->device_prep_dma_memcpy = edma_prep_dma_memcpy; in edma_dma_init()1945 m_ddev->device_alloc_chan_resources = edma_alloc_chan_resources; in edma_dma_init()1946 m_ddev->device_free_chan_resources = edma_free_chan_resources; in edma_dma_init()1947 m_ddev->device_issue_pending = edma_issue_pending; in edma_dma_init()[all …]