Home
last modified time | relevance | path

Searched refs:of_irq_parse_one (Results 1 – 5 of 5) sorted by relevance

/linux-4.19.296/drivers/of/
Dirq.c41 if (of_irq_parse_one(dev, index, &oirq)) in irq_of_parse_and_map()
287 int of_irq_parse_one(struct device_node *device, int index, struct of_phandle_args *out_irq) in of_irq_parse_one() function
342 EXPORT_SYMBOL_GPL(of_irq_parse_one);
394 rc = of_irq_parse_one(dev, index, &oirq); in of_irq_get()
439 while (of_irq_parse_one(dev, nr, &irq) == 0) in of_irq_count()
Dunittest.c801 rc = of_irq_parse_one(np, i, &args); in of_unittest_parse_interrupts()
822 rc = of_irq_parse_one(np, i, &args); in of_unittest_parse_interrupts()
878 rc = of_irq_parse_one(np, i, &args); in of_unittest_parse_interrupts_extended()
/linux-4.19.296/include/linux/
Dof_irq.h36 extern int of_irq_parse_one(struct device_node *device, int index,
/linux-4.19.296/drivers/irqchip/
Dirq-sifive-plic.c223 if (of_irq_parse_one(node, i, &parent)) { in plic_init()
/linux-4.19.296/drivers/pci/
Dof.c485 rc = of_irq_parse_one(dn, 0, out_irq); in of_irq_parse_pci()