Searched refs:of_irq_parse_one (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.4/drivers/of/ |
D | irq.c | 40 if (of_irq_parse_one(dev, index, &oirq)) in irq_of_parse_and_map() 286 int of_irq_parse_one(struct device_node *device, int index, struct of_phandle_args *out_irq) in of_irq_parse_one() function 341 EXPORT_SYMBOL_GPL(of_irq_parse_one); 393 rc = of_irq_parse_one(dev, index, &oirq); in of_irq_get() 438 while (of_irq_parse_one(dev, nr, &irq) == 0) in of_irq_count()
|
D | unittest.c | 801 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-v5.4/arch/powerpc/sysdev/ |
D | mpic_msi.c | 61 while (of_irq_parse_one(np, index++, &oirq) == 0) { in mpic_msi_reserve_u3_hwirqs()
|
/Linux-v5.4/include/linux/ |
D | of_irq.h | 36 extern int of_irq_parse_one(struct device_node *device, int index,
|
/Linux-v5.4/arch/arm/mach-shmobile/ |
D | regulator-quirk-rcar-gen2.c | 177 ret = of_irq_parse_one(np, 0, argsa); in rcar_gen2_regulator_quirk()
|
/Linux-v5.4/drivers/irqchip/ |
D | irq-sifive-plic.c | 250 if (of_irq_parse_one(node, i, &parent)) { in plic_init()
|
/Linux-v5.4/drivers/pci/ |
D | of.c | 378 rc = of_irq_parse_one(dn, 0, out_irq); in of_irq_parse_pci()
|
/Linux-v5.4/drivers/bcma/ |
D | main.c | 167 rc = of_irq_parse_one(core->dev.of_node, num, out_irq); in bcma_of_irq_parse()
|
/Linux-v5.4/drivers/soc/ti/ |
D | knav_qmss_queue.c | 1246 if (of_irq_parse_one(node, i, &oirq)) in knav_setup_queue_range()
|