Home
last modified time | relevance | path

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

/openbmc/linux/drivers/irqchip/
H A Dirq-renesas-intc-irqpin.c55 int requested_irq; member
174 str, i->requested_irq, i->hw_irq, i->domain_irq); in intc_irqpin_dbg()
220 int irq = p->irq[irqd_to_hwirq(d)].requested_irq; in intc_irqpin_irq_enable_force()
234 int irq = p->irq[irqd_to_hwirq(d)].requested_irq; in intc_irqpin_irq_disable_force()
272 irq_set_irq_wake(p->irq[hw_irq].requested_irq, on); in intc_irqpin_irq_set_wake()
426 p->irq[k].requested_irq = ret; in intc_irqpin_probe()
487 ref_irq = p->irq[0].requested_irq; in intc_irqpin_probe()
490 if (ref_irq != p->irq[k].requested_irq) { in intc_irqpin_probe()
528 if (devm_request_irq(dev, p->irq[0].requested_irq, in intc_irqpin_probe()
538 if (devm_request_irq(dev, p->irq[k].requested_irq, in intc_irqpin_probe()
H A Dirq-renesas-irqc.c41 int requested_irq; member
63 dev_dbg(i->p->dev, "%s (%d:%d)\n", str, i->requested_irq, i->hw_irq); in irqc_dbg()
98 irq_set_irq_wake(p->irq[hw_irq].requested_irq, on); in irqc_irq_set_wake()
152 p->irq[k].requested_irq = ret; in irqc_probe()
201 if (devm_request_irq(dev, p->irq[k].requested_irq, in irqc_probe()