Searched refs:of_irq_to_resource_table (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.10/include/linux/ |
D | of_irq.h | 48 extern int of_irq_to_resource_table(struct device_node *dev, 72 static inline int of_irq_to_resource_table(struct device_node *dev, in of_irq_to_resource_table() function
|
/Linux-v5.10/drivers/of/ |
D | irq.c | 452 int of_irq_to_resource_table(struct device_node *dev, struct resource *res, in of_irq_to_resource_table() function 463 EXPORT_SYMBOL_GPL(of_irq_to_resource_table);
|
D | platform.c | 138 if (of_irq_to_resource_table(np, res, num_irq) != num_irq) in of_device_alloc()
|
/Linux-v5.10/arch/mips/lantiq/xway/ |
D | gptu.c | 139 if (of_irq_to_resource_table(pdev->dev.of_node, irqres, 6) != 6) { in gptu_probe()
|
/Linux-v5.10/arch/powerpc/platforms/powernv/ |
D | opal-irqchip.c | 260 rc = of_irq_to_resource_table(opal_node, opal_irqs, opal_irq_count); in opal_event_init()
|
/Linux-v5.10/drivers/clocksource/ |
D | timer-davinci.c | 348 rv = of_irq_to_resource_table(np, timer_cfg.irq, in of_davinci_timer_register()
|
/Linux-v5.10/drivers/tty/serial/ |
D | lantiq.c | 734 ret = of_irq_to_resource_table(dev->of_node, irqres, 3); in fetch_irq_lantiq()
|
/Linux-v5.10/drivers/mfd/ |
D | db8500-prcmu.c | 3004 of_irq_to_resource_table(np, &ab850x_resource, 1); in db8500_prcmu_register_ab8500()
|