Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/irqchip/
Dirq-renesas-irqc.c56 int requested_irq; member
76 str, i->requested_irq, i->hw_irq, i->domain_irq); in irqc_dbg()
225 p->irq[k].requested_irq = irq->start; in irqc_probe()
265 if (request_irq(p->irq[k].requested_irq, irqc_irq_handler, in irqc_probe()
285 free_irq(p->irq[k].requested_irq, &p->irq[k]); in irqc_probe()
304 free_irq(p->irq[k].requested_irq, &p->irq[k]); in irqc_remove()
Dirq-renesas-intc-irqpin.c70 int requested_irq; member
190 str, i->requested_irq, i->hw_irq, i->domain_irq); in intc_irqpin_dbg()
236 int irq = p->irq[irqd_to_hwirq(d)].requested_irq; in intc_irqpin_irq_enable_force()
250 int irq = p->irq[irqd_to_hwirq(d)].requested_irq; in intc_irqpin_irq_disable_force()
432 p->irq[k].requested_irq = irq->start; in intc_irqpin_probe()
497 ref_irq = p->irq[0].requested_irq; in intc_irqpin_probe()
500 if (ref_irq != p->irq[k].requested_irq) { in intc_irqpin_probe()
538 if (devm_request_irq(dev, p->irq[0].requested_irq, in intc_irqpin_probe()
548 if (devm_request_irq(dev, p->irq[k].requested_irq, in intc_irqpin_probe()