Searched refs:irq_ring (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/remoteproc/ |
H A D | keystone_remoteproc.c | 50 * @irq_ring: irq entry for vring 63 int irq_ring; member 176 ret = request_irq(ksproc->irq_ring, keystone_rproc_vring_interrupt, 0, in keystone_rproc_start() 201 free_irq(ksproc->irq_ring, ksproc); in keystone_rproc_start() 219 free_irq(ksproc->irq_ring, ksproc); in keystone_rproc_stop() 424 ksproc->irq_ring = platform_get_irq_byname(pdev, "vring"); in keystone_rproc_probe() 425 if (ksproc->irq_ring < 0) { in keystone_rproc_probe() 426 ret = ksproc->irq_ring; in keystone_rproc_probe()
|
/kernel/linux/linux-6.6/drivers/remoteproc/ |
H A D | keystone_remoteproc.c | 50 * @irq_ring: irq entry for vring 64 int irq_ring; member 176 ret = request_irq(ksproc->irq_ring, keystone_rproc_vring_interrupt, 0, in keystone_rproc_start() 201 free_irq(ksproc->irq_ring, ksproc); in keystone_rproc_start() 219 free_irq(ksproc->irq_ring, ksproc); in keystone_rproc_stop() 423 ksproc->irq_ring = platform_get_irq_byname(pdev, "vring"); in keystone_rproc_probe() 424 if (ksproc->irq_ring < 0) { in keystone_rproc_probe() 425 ret = ksproc->irq_ring; in keystone_rproc_probe()
|
/kernel/linux/linux-5.10/drivers/dma/ti/ |
H A D | k3-udma.c | 1688 struct k3_ring *irq_ring; in udma_alloc_chan_resources() local 1750 irq_ring = uc->tchan->tc_ring; in udma_alloc_chan_resources() 1768 irq_ring = uc->tchan->tc_ring; in udma_alloc_chan_resources() 1786 irq_ring = uc->rflow->r_ring; in udma_alloc_chan_resources() 1824 uc->irq_num_ring = k3_ringacc_get_ring_irq_num(irq_ring); in udma_alloc_chan_resources() 1827 k3_ringacc_get_ring_id(irq_ring)); in udma_alloc_chan_resources()
|
/kernel/linux/linux-6.6/drivers/dma/ti/ |
H A D | k3-udma.c | 2181 struct k3_ring *irq_ring; in udma_alloc_chan_resources() local 2245 irq_ring = uc->tchan->tc_ring; in udma_alloc_chan_resources() 2263 irq_ring = uc->tchan->tc_ring; in udma_alloc_chan_resources() 2281 irq_ring = uc->rflow->r_ring; in udma_alloc_chan_resources() 2319 uc->irq_num_ring = k3_ringacc_get_ring_irq_num(irq_ring); in udma_alloc_chan_resources() 2322 k3_ringacc_get_ring_id(irq_ring)); in udma_alloc_chan_resources()
|
Completed in 22 milliseconds