Home
last modified time | relevance | path

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

/linux/drivers/of/
H A Dirq.c44 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()
607 while (of_irq_parse_one(dev, nr, &irq) == 0) { in of_irq_count()
H A Dproperty.c1486 return of_irq_parse_one(np, index, &sup_args) ? NULL : sup_args.np; in parse_interrupts()
/linux/arch/powerpc/sysdev/
H A Dmpic_msi.c62 while (of_irq_parse_one(np, index++, &oirq) == 0) { in mpic_msi_reserve_u3_hwirqs()
/linux/drivers/irqchip/
H A Dirq-mchp-eic.c244 ret = of_irq_parse_one(node, i, &irq); in mchp_eic_probe()
H A Dirq-sun6i-r.c321 ret = of_irq_parse_one(node, 0, &nmi_parent); in sun6i_r_intc_init()
H A Dirq-owl-sirq.c309 ret = of_irq_parse_one(node, i, &irq); in owl_sirq_init()
H A Dirq-riscv-aplic-main.c340 while (!of_irq_parse_one(np, priv->nr_idcs, &parent)) in aplic_setup_priv()
H A Dirq-stm32mp-exti.c529 ret = of_irq_parse_one(host_data->dev->of_node, hwirq, &out_irq); in stm32mp_exti_domain_alloc()
H A Dirq-sifive-plic.c604 rc = of_irq_parse_one(to_of_node(fwnode), context, &parent); in plic_parse_context_parent()
/linux/drivers/bcma/
H A Dmain.c168 rc = of_irq_parse_one(core->dev.of_node, num, out_irq); in bcma_of_irq_parse()