Home
last modified time | relevance | path

Searched refs:nr_vchans (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/dma/
H A Dowl-dma.c220 * @nr_vchans: the number of physical channels
235 unsigned int nr_vchans; member
1069 if (drq > od->nr_vchans) in owl_dma_of_xlate()
1121 od->nr_vchans = nr_requests; in owl_dma_probe()
1183 od->vchans = devm_kcalloc(&pdev->dev, od->nr_vchans, in owl_dma_probe()
1188 for (i = 0; i < od->nr_vchans; i++) { in owl_dma_probe()
/kernel/linux/linux-6.6/drivers/dma/
H A Dowl-dma.c221 * @nr_vchans: the number of physical channels
236 unsigned int nr_vchans; member
1070 if (drq > od->nr_vchans) in owl_dma_of_xlate()
1123 od->nr_vchans = nr_requests; in owl_dma_probe()
1185 od->vchans = devm_kcalloc(&pdev->dev, od->nr_vchans, in owl_dma_probe()
1190 for (i = 0; i < od->nr_vchans; i++) { in owl_dma_probe()

Completed in 5 milliseconds