Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/dma/
Dsun4i-dma.c165 struct sun4i_dma_vchan *vchans; member
1096 vchan = &priv->vchans[i]; in sun4i_dma_interrupt()
1177 priv->vchans = devm_kcalloc(&pdev->dev, SUN4I_DMA_NR_MAX_VCHANS, in sun4i_dma_probe()
1179 if (!priv->vchans || !priv->pchans) in sun4i_dma_probe()
1198 struct sun4i_dma_vchan *vchan = &priv->vchans[i]; in sun4i_dma_probe()
Dowl-dma.c228 struct owl_dma_vchan *vchans; member
1141 od->vchans = devm_kcalloc(&pdev->dev, od->nr_vchans, in owl_dma_probe()
1143 if (!od->vchans) in owl_dma_probe()
1147 struct owl_dma_vchan *vchan = &od->vchans[i]; in owl_dma_probe()
Dsun6i-dma.c198 struct sun6i_vchan *vchans; member
1047 struct sun6i_vchan *vchan = &sdev->vchans[i]; in sun6i_dma_free()
1341 sdc->vchans = devm_kcalloc(&pdev->dev, sdc->num_vchans, in sun6i_dma_probe()
1343 if (!sdc->vchans) in sun6i_dma_probe()
1356 struct sun6i_vchan *vchan = &sdc->vchans[i]; in sun6i_dma_probe()