Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/irqchip/
Dirq-renesas-intc-irqpin.c56 int requested_irq; member
175 str, i->requested_irq, i->hw_irq, i->domain_irq); in intc_irqpin_dbg()
221 int irq = p->irq[irqd_to_hwirq(d)].requested_irq; in intc_irqpin_irq_enable_force()
235 int irq = p->irq[irqd_to_hwirq(d)].requested_irq; in intc_irqpin_irq_disable_force()
273 irq_set_irq_wake(p->irq[hw_irq].requested_irq, on); in intc_irqpin_irq_set_wake()
427 p->irq[k].requested_irq = ret; in intc_irqpin_probe()
488 ref_irq = p->irq[0].requested_irq; in intc_irqpin_probe()
491 if (ref_irq != p->irq[k].requested_irq) { in intc_irqpin_probe()
529 if (devm_request_irq(dev, p->irq[0].requested_irq, in intc_irqpin_probe()
539 if (devm_request_irq(dev, p->irq[k].requested_irq, in intc_irqpin_probe()
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()