Searched refs:irq_ring (Results 1 – 2 of 2) sorted by relevance
64 int irq_ring; member176 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()
2178 struct k3_ring *irq_ring; in udma_alloc_chan_resources() local2242 irq_ring = uc->tchan->tc_ring; in udma_alloc_chan_resources()2260 irq_ring = uc->tchan->tc_ring; in udma_alloc_chan_resources()2278 irq_ring = uc->rflow->r_ring; in udma_alloc_chan_resources()2316 uc->irq_num_ring = k3_ringacc_get_ring_irq_num(irq_ring); in udma_alloc_chan_resources()2319 k3_ringacc_get_ring_id(irq_ring)); in udma_alloc_chan_resources()