Searched refs:dma_common (Results 1 – 4 of 4) sorted by relevance
601 dev_vdbg(atdma->dma_common.dev, in at_dma_interrupt()605 for (i = 0; i < atdma->dma_common.chancnt; i++) { in at_dma_interrupt()1525 BUG_ON(!atslave->dma_dev || atslave->dma_dev != atdma->dma_common.dev); in atc_alloc_chan_resources()1536 dev_err(atdma->dma_common.dev, in atc_alloc_chan_resources()1781 atdma->dma_common.cap_mask = plat_dat->cap_mask; in at_dma_probe()1838 INIT_LIST_HEAD(&atdma->dma_common.channels); in at_dma_probe()1844 atchan->chan_common.device = &atdma->dma_common; in at_dma_probe()1847 &atdma->dma_common.channels); in at_dma_probe()1862 atdma->dma_common.device_alloc_chan_resources = atc_alloc_chan_resources; in at_dma_probe()1863 atdma->dma_common.device_free_chan_resources = atc_free_chan_resources; in at_dma_probe()[all …]
324 struct dma_device dma_common; member344 return container_of(ddev, struct at_dma, dma_common); in to_at_dma()
95 typedef struct dma_common dma_common_t;