Home
last modified time | relevance | path

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

/linux-6.15/drivers/dma/
H A Dsun4i-dma.c225 struct sun4i_dma_vchan *vchans; member
1208 vchan = &priv->vchans[i]; in sun4i_dma_interrupt()
1300 priv->vchans = devm_kcalloc(&pdev->dev, SUN4I_DMA_NR_MAX_VCHANS, in sun4i_dma_probe()
1305 if (!priv->vchans || !priv->pchans || !priv->pchans_used) in sun4i_dma_probe()
1324 struct sun4i_dma_vchan *vchan = &priv->vchans[i]; in sun4i_dma_probe()
H A Dowl-dma.c237 struct owl_dma_vchan *vchans; member
1185 od->vchans = devm_kcalloc(&pdev->dev, od->nr_vchans, in owl_dma_probe()
1187 if (!od->vchans) in owl_dma_probe()
1191 struct owl_dma_vchan *vchan = &od->vchans[i]; in owl_dma_probe()
H A Dsun6i-dma.c209 struct sun6i_vchan *vchans; member
1073 struct sun6i_vchan *vchan = &sdev->vchans[i]; in sun6i_dma_free()
1392 sdc->vchans = devm_kcalloc(&pdev->dev, sdc->num_vchans, in sun6i_dma_probe()
1394 if (!sdc->vchans) in sun6i_dma_probe()
1407 struct sun6i_vchan *vchan = &sdc->vchans[i]; in sun6i_dma_probe()