Searched refs:nr_pchans (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/dma/ |
H A D | owl-dma.c | 218 * @nr_pchans: the number of physical channels 232 unsigned int nr_pchans; member 474 for (i = 0; i < od->nr_pchans; i++) { in owl_dma_get_pchan() 605 for_each_set_bit(i, &pending, od->nr_pchans) { in owl_dma_interrupt() 614 for (i = 0; i < od->nr_pchans; i++) { in owl_dma_interrupt() 639 for_each_set_bit(i, &pending, od->nr_pchans) { in owl_dma_interrupt() 1120 od->nr_pchans = nr_channels; in owl_dma_probe() 1170 od->pchans = devm_kcalloc(&pdev->dev, od->nr_pchans, in owl_dma_probe() 1175 for (i = 0; i < od->nr_pchans; i++) { in owl_dma_probe()
|
/kernel/linux/linux-6.6/drivers/dma/ |
H A D | owl-dma.c | 219 * @nr_pchans: the number of physical channels 233 unsigned int nr_pchans; member 475 for (i = 0; i < od->nr_pchans; i++) { in owl_dma_get_pchan() 606 for_each_set_bit(i, &pending, od->nr_pchans) { in owl_dma_interrupt() 615 for (i = 0; i < od->nr_pchans; i++) { in owl_dma_interrupt() 640 for_each_set_bit(i, &pending, od->nr_pchans) { in owl_dma_interrupt() 1122 od->nr_pchans = nr_channels; in owl_dma_probe() 1172 od->pchans = devm_kcalloc(&pdev->dev, od->nr_pchans, in owl_dma_probe() 1177 for (i = 0; i < od->nr_pchans; i++) { in owl_dma_probe()
|
Completed in 5 milliseconds