Home
last modified time | relevance | path

Searched refs:irq_ring (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/remoteproc/
H A Dkeystone_remoteproc.c64 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()
/openbmc/linux/drivers/dma/ti/
H A Dk3-udma.c2181 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()