| /linux/drivers/of/ |
| H A D | irq.c | 44 if (of_irq_parse_one(dev, index, &oirq)) in irq_of_parse_and_map() 428 int of_irq_parse_one(struct device_node *device, int index, struct of_phandle_args *out_irq) in of_irq_parse_one() function 483 EXPORT_SYMBOL_GPL(of_irq_parse_one); 534 rc = of_irq_parse_one(dev, index, &oirq); in of_irq_get() 559 rc = of_irq_parse_one(dev, index, &oirq); in of_irq_get_affinity() 605 while (of_irq_parse_one(dev, nr, &irq) == 0) { in of_irq_count()
|
| H A D | unittest.c | 1521 rc = of_irq_parse_one(np, i, &args); in of_unittest_parse_interrupts() 1542 rc = of_irq_parse_one(np, i, &args); in of_unittest_parse_interrupts() 1598 rc = of_irq_parse_one(np, i, &args); in of_unittest_parse_interrupts_extended() 1801 rc = of_irq_parse_one(int_ext0, 0, &args); in of_unittest_irq_refcount() 1818 rc = of_irq_parse_one(int2, 0, &args); in of_unittest_irq_refcount()
|
| H A D | property.c | 1463 return of_irq_parse_one(np, index, &sup_args) ? NULL : sup_args.np; in parse_interrupts()
|
| /linux/include/linux/ |
| H A D | of_irq.h | 66 extern int of_irq_parse_one(struct device_node *device, int index, 93 static inline int of_irq_parse_one(struct device_node *device, int index, in of_irq_parse_one() function
|
| /linux/arch/powerpc/sysdev/ |
| H A D | mpic_msi.c | 62 while (of_irq_parse_one(np, index++, &oirq) == 0) { in mpic_msi_reserve_u3_hwirqs()
|
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| H A D | of.c | 140 if (of_irq_parse_one(np, 0, &oirq)) in brcmf_of_probe()
|
| /linux/arch/arm/mach-shmobile/ |
| H A D | regulator-quirk-rcar-gen2.c | 181 ret = of_irq_parse_one(np, 0, argsa); in rcar_gen2_regulator_quirk()
|
| /linux/drivers/clocksource/ |
| H A D | timer-clint.c | 177 if (of_irq_parse_one(np, i, &oirq)) { in clint_timer_init_dt()
|
| /linux/drivers/irqchip/ |
| H A D | irq-mchp-eic.c | 244 ret = of_irq_parse_one(node, i, &irq); in mchp_eic_probe()
|
| H A D | irq-sun6i-r.c | 321 ret = of_irq_parse_one(node, 0, &nmi_parent); in sun6i_r_intc_init()
|
| H A D | irq-owl-sirq.c | 309 ret = of_irq_parse_one(node, i, &irq); in owl_sirq_init()
|
| H A D | irq-riscv-aplic-main.c | 340 while (!of_irq_parse_one(np, priv->nr_idcs, &parent)) in aplic_setup_priv()
|
| H A D | irq-stm32mp-exti.c | 530 ret = of_irq_parse_one(host_data->dev->of_node, hwirq, &out_irq); in stm32mp_exti_domain_alloc()
|
| H A D | irq-renesas-rzg2l.c | 524 ret = of_irq_parse_one(np, i, &map); in rzg2l_irqc_parse_interrupts()
|
| H A D | irq-renesas-rzv2h.c | 543 ret = of_irq_parse_one(np, i, &map); in rzv2h_icu_parse_interrupts()
|
| H A D | irq-sifive-plic.c | 604 rc = of_irq_parse_one(to_of_node(fwnode), context, &parent); in plic_parse_context_parent()
|
| H A D | irq-riscv-imsic-state.c | 667 rc = of_irq_parse_one(to_of_node(fwnode), index, &parent); in imsic_get_parent_hartid()
|
| /linux/drivers/bcma/ |
| H A D | main.c | 168 rc = of_irq_parse_one(core->dev.of_node, num, out_irq); in bcma_of_irq_parse()
|
| /linux/drivers/pci/ |
| H A D | of.c | 477 rc = of_irq_parse_one(dn, 0, out_irq); in of_irq_parse_pci()
|
| /linux/drivers/mailbox/ |
| H A D | zynqmp-ipi-mailbox.c | 956 ret = of_irq_parse_one(dev_of_node(dev), 0, &out_irq); in zynqmp_ipi_probe()
|
| /linux/drivers/soc/ti/ |
| H A D | knav_qmss_queue.c | 1234 if (of_irq_parse_one(node, i, &oirq)) in knav_setup_queue_range()
|