Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/of/
H A Dirq.c40 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()
H A Dunittest.c1022 rc = of_irq_parse_one(np, i, &args); in of_unittest_parse_interrupts()
1043 rc = of_irq_parse_one(np, i, &args); in of_unittest_parse_interrupts()
1099 rc = of_irq_parse_one(np, i, &args); in of_unittest_parse_interrupts_extended()
H A Dproperty.c1321 return of_irq_parse_one(np, index, &sup_args) ? NULL : sup_args.np; in parse_interrupts()
/OK3568_Linux_fs/kernel/include/linux/
H 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
/OK3568_Linux_fs/kernel/arch/powerpc/sysdev/
H A Dmpic_msi.c61 while (of_irq_parse_one(np, index++, &oirq) == 0) { in mpic_msi_reserve_u3_hwirqs()
/OK3568_Linux_fs/kernel/drivers/clocksource/
H A Dtimer-clint.c160 if (of_irq_parse_one(np, i, &oirq)) { in clint_timer_init_dt()
/OK3568_Linux_fs/kernel/arch/arm/mach-shmobile/
H A Dregulator-quirk-rcar-gen2.c181 ret = of_irq_parse_one(np, 0, argsa); in rcar_gen2_regulator_quirk()
/OK3568_Linux_fs/kernel/drivers/irqchip/
H A Dirq-owl-sirq.c309 ret = of_irq_parse_one(node, i, &irq); in owl_sirq_init()
H A Dirq-sifive-plic.c320 if (of_irq_parse_one(node, i, &parent)) { in plic_init()
/OK3568_Linux_fs/kernel/drivers/pci/
H A Dof.c421 rc = of_irq_parse_one(dn, 0, out_irq); in of_irq_parse_pci()
/OK3568_Linux_fs/kernel/drivers/bcma/
H A Dmain.c167 rc = of_irq_parse_one(core->dev.of_node, num, out_irq); in bcma_of_irq_parse()
/OK3568_Linux_fs/kernel/drivers/soc/rockchip/fiq_debugger/
H A Drk_fiq_debugger.c1073 if (irq_mode != 1 && !of_irq_parse_one(np, 0, &oirq)) in rk_fiqdbg_probe()
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_vivo1050 of_irq_parse_one
H A Dabi_gki_aarch64_generic1259 of_irq_parse_one
H A Dabi_gki_aarch64_exynos1322 of_irq_parse_one
H A Dabi_gki_aarch64_qcom1616 of_irq_parse_one
H A Dabi_gki_aarch64_mtk1413 of_irq_parse_one
H A Dabi_gki_aarch64_oplus1762 of_irq_parse_one
H A Dabi_gki_aarch64_galaxy2828 of_irq_parse_one
/OK3568_Linux_fs/kernel/drivers/soc/ti/
H A Dknav_qmss_queue.c1239 if (of_irq_parse_one(node, i, &oirq)) in knav_setup_queue_range()