Home
last modified time | relevance | path

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

/drivers/of/
A Dirq.c44 if (of_irq_parse_one(dev, index, &oirq)) in irq_of_parse_and_map()
358 int of_irq_parse_one(struct device_node *device, int index, struct of_phandle_args *out_irq) in of_irq_parse_one() function
413 EXPORT_SYMBOL_GPL(of_irq_parse_one);
464 rc = of_irq_parse_one(dev, index, &oirq); in of_irq_get()
515 while (of_irq_parse_one(dev, nr, &irq) == 0) { in of_irq_count()
A Dunittest.c1519 rc = of_irq_parse_one(np, i, &args); in of_unittest_parse_interrupts()
1540 rc = of_irq_parse_one(np, i, &args); in of_unittest_parse_interrupts()
1596 rc = of_irq_parse_one(np, i, &args); in of_unittest_parse_interrupts_extended()
1684 rc = of_irq_parse_one(int_ext0, 0, &args); in of_unittest_irq_refcount()
1701 rc = of_irq_parse_one(int2, 0, &args); in of_unittest_irq_refcount()
A Dproperty.c1436 return of_irq_parse_one(np, index, &sup_args) ? NULL : sup_args.np; in parse_interrupts()
/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
A Dof.c140 if (of_irq_parse_one(np, 0, &oirq)) in brcmf_of_probe()
/drivers/irqchip/
A Dirq-aclint-sswi.c77 rc = of_irq_parse_one(to_of_node(fwnode), i, &parent); in aclint_sswi_parse_irq()
A Dirq-riscv-aplic-main.c164 while (!of_irq_parse_one(np, priv->nr_idcs, &parent)) in aplic_setup_priv()
A Dirq-mchp-eic.c239 ret = of_irq_parse_one(node, i, &irq); in mchp_eic_init()
A Dirq-owl-sirq.c309 ret = of_irq_parse_one(node, i, &irq); in owl_sirq_init()
A Dirq-riscv-aplic-direct.c210 rc = of_irq_parse_one(to_of_node(dev->fwnode), index, &parent); in aplic_direct_parse_parent_hwirq()
A Dirq-sun6i-r.c317 ret = of_irq_parse_one(node, 0, &nmi_parent); in sun6i_r_intc_init()
A Dirq-renesas-rzv2h.c483 ret = of_irq_parse_one(np, i, &map); in rzv2h_icu_parse_interrupts()
A Dirq-renesas-rzg2l.c521 ret = of_irq_parse_one(np, i, &map); in rzg2l_irqc_parse_interrupts()
A Dirq-stm32mp-exti.c530 ret = of_irq_parse_one(host_data->dev->of_node, hwirq, &out_irq); in stm32mp_exti_domain_alloc()
A Dirq-sifive-plic.c502 rc = of_irq_parse_one(to_of_node(fwnode), context, &parent); in plic_parse_context_parent()
A Dirq-riscv-imsic-state.c677 rc = of_irq_parse_one(to_of_node(fwnode), index, &parent); in imsic_get_parent_hartid()
/drivers/clocksource/
A Dtimer-clint.c177 if (of_irq_parse_one(np, i, &oirq)) { in clint_timer_init_dt()
/drivers/pci/
A Dof.c477 rc = of_irq_parse_one(dn, 0, out_irq); in of_irq_parse_pci()
/drivers/bcma/
A Dmain.c168 rc = of_irq_parse_one(core->dev.of_node, num, out_irq); in bcma_of_irq_parse()
/drivers/mailbox/
A Dzynqmp-ipi-mailbox.c957 ret = of_irq_parse_one(dev_of_node(dev), 0, &out_irq); in zynqmp_ipi_probe()
/drivers/soc/ti/
A Dknav_qmss_queue.c1238 if (of_irq_parse_one(node, i, &oirq)) in knav_setup_queue_range()

Completed in 55 milliseconds