Searched refs:m_ddev (Results 1 – 1 of 1) sorted by relevance
1837 struct dma_device *m_ddev = NULL; in edma_dma_init() local1875 m_ddev = devm_kzalloc(ecc->dev, sizeof(*m_ddev), GFP_KERNEL); in edma_dma_init()1876 if (!m_ddev) { in edma_dma_init()1881 ecc->dma_memcpy = m_ddev; in edma_dma_init()1883 dma_cap_zero(m_ddev->cap_mask); in edma_dma_init()1884 dma_cap_set(DMA_MEMCPY, m_ddev->cap_mask); in edma_dma_init()1886 m_ddev->device_prep_dma_memcpy = edma_prep_dma_memcpy; in edma_dma_init()1887 m_ddev->device_alloc_chan_resources = edma_alloc_chan_resources; in edma_dma_init()1888 m_ddev->device_free_chan_resources = edma_free_chan_resources; in edma_dma_init()1889 m_ddev->device_issue_pending = edma_issue_pending; in edma_dma_init()[all …]