Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/of/
Dirq.c42 if (of_irq_parse_one(dev, index, &oirq)) in irq_of_parse_and_map()
289 int of_irq_parse_one(struct device_node *device, int index, struct of_phandle_args *out_irq) in of_irq_parse_one() function
354 EXPORT_SYMBOL_GPL(of_irq_parse_one);
403 rc = of_irq_parse_one(dev, index, &oirq); in of_irq_get()
447 while (of_irq_parse_one(dev, nr, &irq) == 0) in of_irq_count()
Dof_pci_irq.c30 rc = of_irq_parse_one(dn, 0, out_irq); in of_irq_parse_pci()
Dunittest.c566 rc = of_irq_parse_one(np, i, &args); in of_unittest_parse_interrupts()
587 rc = of_irq_parse_one(np, i, &args); in of_unittest_parse_interrupts()
639 rc = of_irq_parse_one(np, i, &args); in of_unittest_parse_interrupts_extended()
/linux-4.4.14/arch/powerpc/platforms/pseries/
Devent_sources.c58 for (index = 0; of_irq_parse_one(np, index, &oirq) == 0; in request_event_sources_irqs()
/linux-4.4.14/arch/powerpc/sysdev/
Dmpic_msi.c66 while (of_irq_parse_one(np, index++, &oirq) == 0) { in mpic_msi_reserve_u3_hwirqs()
/linux-4.4.14/include/linux/
Dof_irq.h35 extern int of_irq_parse_one(struct device_node *device, int index,
/linux-4.4.14/arch/powerpc/platforms/cell/
Dspu_manage.c185 ret = of_irq_parse_one(np, i, &oirq); in spu_map_interrupts()
/linux-4.4.14/drivers/bcma/
Dmain.c168 rc = of_irq_parse_one(core->dev.of_node, num, out_irq); in bcma_of_irq_parse()
/linux-4.4.14/drivers/soc/ti/
Dknav_qmss_queue.c1222 if (of_irq_parse_one(node, i, &oirq)) in knav_setup_queue_range()