Home
last modified time | relevance | path

Searched refs:vchans (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/dma/
H A Dsun4i-dma.c106 * SDRAM) can be used as tx/rx, we need 78 vchans in total
165 struct sun4i_dma_vchan *vchans; member
1102 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()
H A Dowl-dma.c221 * @vchans: array of data for the physical channels
236 struct owl_dma_vchan *vchans; member
1183 od->vchans = devm_kcalloc(&pdev->dev, od->nr_vchans, in owl_dma_probe()
1185 if (!od->vchans) in owl_dma_probe()
1189 struct owl_dma_vchan *vchan = &od->vchans[i]; in owl_dma_probe()
H A Dsun6i-dma.c198 struct sun6i_vchan *vchans; member
1047 struct sun6i_vchan *vchan = &sdev->vchans[i]; in sun6i_dma_free()
1330 * If the number of vchans is not specified, derive it from the in sun6i_dma_probe()
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()
/kernel/linux/linux-6.6/drivers/dma/
H A Dsun4i-dma.c107 * SDRAM) can be used as tx/rx, we need 78 vchans in total
176 struct sun4i_dma_vchan *vchans; member
1121 vchan = &priv->vchans[i]; in sun4i_dma_interrupt()
1202 priv->vchans = devm_kcalloc(&pdev->dev, SUN4I_DMA_NR_MAX_VCHANS, in sun4i_dma_probe()
1204 if (!priv->vchans || !priv->pchans) in sun4i_dma_probe()
1223 struct sun4i_dma_vchan *vchan = &priv->vchans[i]; in sun4i_dma_probe()
H A Dowl-dma.c222 * @vchans: array of data for the physical channels
237 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.c208 struct sun6i_vchan *vchans; member
1072 struct sun6i_vchan *vchan = &sdev->vchans[i]; in sun6i_dma_free()
1380 * If the number of vchans is not specified, derive it from the in sun6i_dma_probe()
1391 sdc->vchans = devm_kcalloc(&pdev->dev, sdc->num_vchans, in sun6i_dma_probe()
1393 if (!sdc->vchans) in sun6i_dma_probe()
1406 struct sun6i_vchan *vchan = &sdc->vchans[i]; in sun6i_dma_probe()

Completed in 12 milliseconds