Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/remoteproc/
Dkeystone_remoteproc.c71 int irq_ring; member
184 ret = request_irq(ksproc->irq_ring, keystone_rproc_vring_interrupt, 0, in keystone_rproc_start()
209 free_irq(ksproc->irq_ring, ksproc); in keystone_rproc_start()
227 free_irq(ksproc->irq_ring, ksproc); in keystone_rproc_stop()
432 ksproc->irq_ring = platform_get_irq_byname(pdev, "vring"); in keystone_rproc_probe()
433 if (ksproc->irq_ring < 0) { in keystone_rproc_probe()
434 ret = ksproc->irq_ring; in keystone_rproc_probe()