Searched refs:of_irq_parse_one (Results 1 – 16 of 16) sorted by relevance
/linux-6.1.9/include/linux/ ! |
D | of_irq.h | 42 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, in of_irq_parse_one() function
|
/linux-6.1.9/drivers/of/ ! |
D | irq.c | 40 if (of_irq_parse_one(dev, index, &oirq)) in irq_of_parse_and_map() 329 int of_irq_parse_one(struct device_node *device, int index, struct of_phandle_args *out_irq) in of_irq_parse_one() function 384 EXPORT_SYMBOL_GPL(of_irq_parse_one); 436 rc = of_irq_parse_one(dev, index, &oirq); in of_irq_get() 481 while (of_irq_parse_one(dev, nr, &irq) == 0) in of_irq_count()
|
D | unittest.c | 1023 rc = of_irq_parse_one(np, i, &args); in of_unittest_parse_interrupts() 1044 rc = of_irq_parse_one(np, i, &args); in of_unittest_parse_interrupts() 1100 rc = of_irq_parse_one(np, i, &args); in of_unittest_parse_interrupts_extended()
|
D | property.c | 1383 return of_irq_parse_one(np, index, &sup_args) ? NULL : sup_args.np; in parse_interrupts()
|
/linux-6.1.9/arch/powerpc/sysdev/ ! |
D | mpic_msi.c | 62 while (of_irq_parse_one(np, index++, &oirq) == 0) { in mpic_msi_reserve_u3_hwirqs()
|
/linux-6.1.9/drivers/clocksource/ ! |
D | timer-clint.c | 160 if (of_irq_parse_one(np, i, &oirq)) { in clint_timer_init_dt()
|
/linux-6.1.9/arch/arm/mach-shmobile/ ! |
D | regulator-quirk-rcar-gen2.c | 181 ret = of_irq_parse_one(np, 0, argsa); in rcar_gen2_regulator_quirk()
|
/linux-6.1.9/drivers/irqchip/ ! |
D | irq-mchp-eic.c | 239 ret = of_irq_parse_one(node, i, &irq); in mchp_eic_init()
|
D | irq-sun6i-r.c | 317 ret = of_irq_parse_one(node, 0, &nmi_parent); in sun6i_r_intc_init()
|
D | irq-owl-sirq.c | 309 ret = of_irq_parse_one(node, i, &irq); in owl_sirq_init()
|
D | irq-renesas-rzg2l.c | 308 ret = of_irq_parse_one(np, i, &map); in rzg2l_irqc_parse_interrupts()
|
D | irq-sifive-plic.c | 380 if (of_irq_parse_one(node, i, &parent)) { in __plic_init()
|
/linux-6.1.9/drivers/pci/ ! |
D | of.c | 432 rc = of_irq_parse_one(dn, 0, out_irq); in of_irq_parse_pci()
|
/linux-6.1.9/drivers/bcma/ ! |
D | main.c | 167 rc = of_irq_parse_one(core->dev.of_node, num, out_irq); in bcma_of_irq_parse()
|
/linux-6.1.9/drivers/soc/ti/ ! |
D | knav_qmss_queue.c | 1239 if (of_irq_parse_one(node, i, &oirq)) in knav_setup_queue_range()
|
/linux-6.1.9/drivers/usb/host/ ! |
D | xhci-tegra.c | 1459 err = of_irq_parse_one(np, 0, &args); in tegra_xusb_probe()
|