Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/dma/
Dsun6i-dma.c163 struct sun6i_vchan *vchans; member
854 struct sun6i_vchan *vchan = &sdev->vchans[i]; in sun6i_dma_free()
994 sdc->vchans = devm_kcalloc(&pdev->dev, sdc->cfg->nr_max_vchans, in sun6i_dma_probe()
996 if (!sdc->vchans) in sun6i_dma_probe()
1009 struct sun6i_vchan *vchan = &sdc->vchans[i]; in sun6i_dma_probe()
Dsun4i-dma.c169 struct sun4i_dma_vchan *vchans; member
1100 vchan = &priv->vchans[i]; in sun4i_dma_interrupt()
1183 priv->vchans = devm_kcalloc(&pdev->dev, SUN4I_DMA_NR_MAX_VCHANS, in sun4i_dma_probe()
1185 if (!priv->vchans || !priv->pchans) in sun4i_dma_probe()
1204 struct sun4i_dma_vchan *vchan = &priv->vchans[i]; in sun4i_dma_probe()