Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/irqchip/
Dirq-renesas-irqc.c55 int requested_irq; member
78 str, i->requested_irq, i->hw_irq); in irqc_dbg()
113 irq_set_irq_wake(p->irq[hw_irq].requested_irq, on); in irqc_irq_set_wake()
187 p->irq[k].requested_irq = irq->start; in irqc_probe()
236 if (request_irq(p->irq[k].requested_irq, irqc_irq_handler, in irqc_probe()
249 free_irq(p->irq[k].requested_irq, &p->irq[k]); in irqc_probe()
269 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()
288 irq_set_irq_wake(p->irq[hw_irq].requested_irq, on); in intc_irqpin_irq_set_wake()
443 p->irq[k].requested_irq = irq->start; in intc_irqpin_probe()
508 ref_irq = p->irq[0].requested_irq; in intc_irqpin_probe()
511 if (ref_irq != p->irq[k].requested_irq) { in intc_irqpin_probe()
549 if (devm_request_irq(dev, p->irq[0].requested_irq, in intc_irqpin_probe()
559 if (devm_request_irq(dev, p->irq[k].requested_irq, in intc_irqpin_probe()