Searched refs:requested_irq (Results 1 – 2 of 2) sorted by relevance
/linux-4.19.296/drivers/irqchip/ |
D | irq-renesas-irqc.c | 54 int requested_irq; member 77 str, i->requested_irq, i->hw_irq); in irqc_dbg() 112 irq_set_irq_wake(p->irq[hw_irq].requested_irq, on); in irqc_irq_set_wake() 176 p->irq[k].requested_irq = irq->start; in irqc_probe() 225 if (request_irq(p->irq[k].requested_irq, irqc_irq_handler, in irqc_probe() 238 free_irq(p->irq[k].requested_irq, &p->irq[k]); in irqc_probe() 258 free_irq(p->irq[k].requested_irq, &p->irq[k]); in irqc_remove()
|
D | irq-renesas-intc-irqpin.c | 68 int requested_irq; member 188 str, i->requested_irq, i->hw_irq, i->domain_irq); in intc_irqpin_dbg() 234 int irq = p->irq[irqd_to_hwirq(d)].requested_irq; in intc_irqpin_irq_enable_force() 248 int irq = p->irq[irqd_to_hwirq(d)].requested_irq; in intc_irqpin_irq_disable_force() 286 irq_set_irq_wake(p->irq[hw_irq].requested_irq, on); in intc_irqpin_irq_set_wake() 442 p->irq[k].requested_irq = irq->start; in intc_irqpin_probe() 503 ref_irq = p->irq[0].requested_irq; in intc_irqpin_probe() 506 if (ref_irq != p->irq[k].requested_irq) { in intc_irqpin_probe() 542 if (devm_request_irq(dev, p->irq[0].requested_irq, in intc_irqpin_probe() 552 if (devm_request_irq(dev, p->irq[k].requested_irq, in intc_irqpin_probe()
|