Home
last modified time | relevance | path

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

/linux/drivers/of/
A 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()
481 while (of_irq_parse_one(dev, nr, &irq) == 0) in of_irq_count()
A Dunittest.c1014 rc = of_irq_parse_one(np, i, &args); in of_unittest_parse_interrupts()
1035 rc = of_irq_parse_one(np, i, &args); in of_unittest_parse_interrupts()
1091 rc = of_irq_parse_one(np, i, &args); in of_unittest_parse_interrupts_extended()
A Dproperty.c1350 return of_irq_parse_one(np, index, &sup_args) ? NULL : sup_args.np; in parse_interrupts()
/linux/include/linux/
A Dof_irq.h43 extern int of_irq_parse_one(struct device_node *device, int index,
60 static inline int of_irq_parse_one(struct device_node *device, int index, in of_irq_parse_one() function
/linux/arch/powerpc/sysdev/
A Dmpic_msi.c61 while (of_irq_parse_one(np, index++, &oirq) == 0) { in mpic_msi_reserve_u3_hwirqs()
/linux/drivers/clocksource/
A Dtimer-clint.c160 if (of_irq_parse_one(np, i, &oirq)) { in clint_timer_init_dt()
/linux/arch/arm/mach-shmobile/
A Dregulator-quirk-rcar-gen2.c177 ret = of_irq_parse_one(np, 0, argsa); in rcar_gen2_regulator_quirk()
/linux/drivers/irqchip/
A Dirq-mchp-eic.c239 ret = of_irq_parse_one(node, i, &irq); in mchp_eic_init()
A Dirq-sun6i-r.c315 ret = of_irq_parse_one(node, 0, &nmi_parent); in sun6i_r_intc_init()
A Dirq-owl-sirq.c309 ret = of_irq_parse_one(node, i, &irq); in owl_sirq_init()
A Dirq-sifive-plic.c318 if (of_irq_parse_one(node, i, &parent)) { in plic_init()
/linux/drivers/pci/
A Dof.c438 rc = of_irq_parse_one(dn, 0, out_irq); in of_irq_parse_pci()
/linux/drivers/bcma/
A Dmain.c167 rc = of_irq_parse_one(core->dev.of_node, num, out_irq); in bcma_of_irq_parse()
/linux/drivers/soc/ti/
A Dknav_qmss_queue.c1241 if (of_irq_parse_one(node, i, &oirq)) in knav_setup_queue_range()
/linux/drivers/usb/host/
A Dxhci-tegra.c1459 err = of_irq_parse_one(np, 0, &args); in tegra_xusb_probe()
/linux/
A Dvmlinux.symvers1123 0x00000000 of_irq_parse_one vmlinux EXPORT_SYMBOL_GPL
A DSystem.map47803 ffff800010cd7d04 T of_irq_parse_one
A D.tmp_System.map47803 ffff800010cd7d04 T of_irq_parse_one

Completed in 1104 milliseconds