Home
last modified time | relevance | path

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

/Linux-v4.19/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.c787 rc = of_irq_parse_one(np, i, &args); in of_unittest_parse_interrupts()
808 rc = of_irq_parse_one(np, i, &args); in of_unittest_parse_interrupts()
863 rc = of_irq_parse_one(np, i, &args); in of_unittest_parse_interrupts_extended()
/Linux-v4.19/arch/powerpc/platforms/pseries/
Devent_sources.c32 for (index = 0; of_irq_parse_one(np, index, &oirq) == 0; in request_event_sources_irqs()
/Linux-v4.19/arch/powerpc/sysdev/
Dmpic_msi.c66 while (of_irq_parse_one(np, index++, &oirq) == 0) { in mpic_msi_reserve_u3_hwirqs()
/Linux-v4.19/include/linux/
Dof_irq.h36 extern int of_irq_parse_one(struct device_node *device, int index,
/Linux-v4.19/drivers/irqchip/
Dirq-sifive-plic.c223 if (of_irq_parse_one(node, i, &parent)) { in plic_init()
/Linux-v4.19/drivers/pci/
Dof.c485 rc = of_irq_parse_one(dn, 0, out_irq); in of_irq_parse_pci()
/Linux-v4.19/arch/powerpc/platforms/cell/
Dspu_manage.c188 ret = of_irq_parse_one(np, i, &oirq); in spu_map_interrupts()
/Linux-v4.19/drivers/bcma/
Dmain.c167 rc = of_irq_parse_one(core->dev.of_node, num, out_irq); in bcma_of_irq_parse()
/Linux-v4.19/drivers/soc/ti/
Dknav_qmss_queue.c1256 if (of_irq_parse_one(node, i, &oirq)) in knav_setup_queue_range()