Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dof_irq.h42 extern int of_irq_parse_one(struct device_node *device, int index,
62 static inline int of_irq_parse_one(struct device_node *device, int index, in of_irq_parse_one() function
/Linux-v6.6/drivers/of/
Dirq.c40 if (of_irq_parse_one(dev, index, &oirq)) in irq_of_parse_and_map()
329 int of_irq_parse_one(struct device_node *device, int index, struct of_phandle_args *out_irq) in of_irq_parse_one() function
384 EXPORT_SYMBOL_GPL(of_irq_parse_one);
436 rc = of_irq_parse_one(dev, index, &oirq); in of_irq_get()
487 while (of_irq_parse_one(dev, nr, &irq) == 0) in of_irq_count()
Dunittest.c1208 rc = of_irq_parse_one(np, i, &args); in of_unittest_parse_interrupts()
1229 rc = of_irq_parse_one(np, i, &args); in of_unittest_parse_interrupts()
1285 rc = of_irq_parse_one(np, i, &args); in of_unittest_parse_interrupts_extended()
Dproperty.c1326 return of_irq_parse_one(np, index, &sup_args) ? NULL : sup_args.np; in parse_interrupts()
/Linux-v6.6/arch/powerpc/sysdev/
Dmpic_msi.c62 while (of_irq_parse_one(np, index++, &oirq) == 0) { in mpic_msi_reserve_u3_hwirqs()
/Linux-v6.6/arch/arm/mach-shmobile/
Dregulator-quirk-rcar-gen2.c181 ret = of_irq_parse_one(np, 0, argsa); in rcar_gen2_regulator_quirk()
/Linux-v6.6/drivers/clocksource/
Dtimer-clint.c177 if (of_irq_parse_one(np, i, &oirq)) { in clint_timer_init_dt()
/Linux-v6.6/drivers/irqchip/
Dirq-mchp-eic.c239 ret = of_irq_parse_one(node, i, &irq); in mchp_eic_init()
Dirq-sun6i-r.c317 ret = of_irq_parse_one(node, 0, &nmi_parent); in sun6i_r_intc_init()
Dirq-owl-sirq.c309 ret = of_irq_parse_one(node, i, &irq); in owl_sirq_init()
Dirq-renesas-rzg2l.c308 ret = of_irq_parse_one(np, i, &map); in rzg2l_irqc_parse_interrupts()
Dirq-sifive-plic.c458 if (of_irq_parse_one(node, i, &parent)) { in __plic_init()
/Linux-v6.6/drivers/pci/
Dof.c439 rc = of_irq_parse_one(dn, 0, out_irq); in of_irq_parse_pci()
/Linux-v6.6/drivers/bcma/
Dmain.c168 rc = of_irq_parse_one(core->dev.of_node, num, out_irq); in bcma_of_irq_parse()
/Linux-v6.6/drivers/soc/ti/
Dknav_qmss_queue.c1239 if (of_irq_parse_one(node, i, &oirq)) in knav_setup_queue_range()