Searched refs:of_irq_parse_one (Results 1 - 15 of 15) sorted by relevance

/linux-master/include/linux/
H A Dof_irq.h42 extern int of_irq_parse_one(struct device_node *device, int index,
62 static inline int of_irq_parse_one(struct device_node *device, int index, function
/linux-master/arch/powerpc/sysdev/
H A Dmpic_msi.c62 while (of_irq_parse_one(np, index++, &oirq) == 0) {
/linux-master/drivers/of/
H A Dirq.c33 * This function is a wrapper that chains of_irq_parse_one() and
40 if (of_irq_parse_one(dev, index, &oirq))
320 * of_irq_parse_one - Resolve an interrupt for a device
329 int of_irq_parse_one(struct device_node *device, int index, struct of_phandle_args *out_irq) function
336 pr_debug("of_irq_parse_one: dev=%pOF, index=%d\n", device, index);
384 EXPORT_SYMBOL_GPL(of_irq_parse_one); variable
436 rc = of_irq_parse_one(dev, index, &oirq);
487 while (of_irq_parse_one(dev, nr, &irq) == 0)
H A Dproperty.c1311 return of_irq_parse_one(np, index, &sup_args) ? NULL : sup_args.np;
H A Dunittest.c1297 rc = of_irq_parse_one(np, i, &args);
1318 rc = of_irq_parse_one(np, i, &args);
1374 rc = of_irq_parse_one(np, i, &args);
/linux-master/arch/arm/mach-shmobile/
H A Dregulator-quirk-rcar-gen2.c181 ret = of_irq_parse_one(np, 0, argsa);
/linux-master/drivers/irqchip/
H A Dirq-mchp-eic.c239 ret = of_irq_parse_one(node, i, &irq);
H A Dirq-owl-sirq.c309 ret = of_irq_parse_one(node, i, &irq);
H A Dirq-sun6i-r.c317 ret = of_irq_parse_one(node, 0, &nmi_parent);
H A Dirq-renesas-rzg2l.c400 ret = of_irq_parse_one(np, i, &map);
H A Dirq-sifive-plic.c473 rc = of_irq_parse_one(to_of_node(dev->fwnode), context, &parent);
/linux-master/drivers/clocksource/
H A Dtimer-clint.c177 if (of_irq_parse_one(np, i, &oirq)) {
/linux-master/drivers/pci/
H A Dof.c439 rc = of_irq_parse_one(dn, 0, out_irq);
/linux-master/drivers/bcma/
H A Dmain.c168 rc = of_irq_parse_one(core->dev.of_node, num, out_irq);
/linux-master/drivers/soc/ti/
H A Dknav_qmss_queue.c1241 if (of_irq_parse_one(node, i, &oirq))

Completed in 203 milliseconds