Home
last modified time | relevance | path

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

/drivers/dma/
Dat_hdmac.c523 dev_vdbg(atdma->dma_common.dev, in at_dma_interrupt()
527 for (i = 0; i < atdma->dma_common.chancnt; i++) { in at_dma_interrupt()
1165 BUG_ON(!atslave->dma_dev || atslave->dma_dev != atdma->dma_common.dev); in atc_alloc_chan_resources()
1181 dev_err(atdma->dma_common.dev, in atc_alloc_chan_resources()
1420 atdma->dma_common.cap_mask = plat_dat->cap_mask; in at_dma_probe()
1468 INIT_LIST_HEAD(&atdma->dma_common.channels); in at_dma_probe()
1474 atchan->chan_common.device = &atdma->dma_common; in at_dma_probe()
1477 &atdma->dma_common.channels); in at_dma_probe()
1493 atdma->dma_common.device_alloc_chan_resources = atc_alloc_chan_resources; in at_dma_probe()
1494 atdma->dma_common.device_free_chan_resources = atc_free_chan_resources; in at_dma_probe()
[all …]
Dat_hdmac_regs.h321 struct dma_device dma_common; member
340 return container_of(ddev, struct at_dma, dma_common); in to_at_dma()