Searched refs:of_irq_to_resource_table (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/include/linux/ |
D | of_irq.h | 48 extern int of_irq_to_resource_table(struct device_node *dev, 71 static inline int of_irq_to_resource_table(struct device_node *dev, in of_irq_to_resource_table() function
|
/Linux-v4.19/drivers/of/ |
D | irq.c | 453 int of_irq_to_resource_table(struct device_node *dev, struct resource *res, in of_irq_to_resource_table() function 464 EXPORT_SYMBOL_GPL(of_irq_to_resource_table);
|
D | platform.c | 144 if (of_irq_to_resource_table(np, res, num_irq) != num_irq) in of_device_alloc()
|
/Linux-v4.19/arch/mips/lantiq/xway/ |
D | gptu.c | 141 if (of_irq_to_resource_table(pdev->dev.of_node, irqres, 6) != 6) { in gptu_probe()
|
/Linux-v4.19/arch/powerpc/platforms/powernv/ |
D | opal-irqchip.c | 264 rc = of_irq_to_resource_table(opal_node, opal_irqs, opal_irq_count); in opal_event_init()
|
/Linux-v4.19/drivers/tty/serial/ |
D | lantiq.c | 695 ret = of_irq_to_resource_table(node, irqres, 3); in lqasc_probe()
|
/Linux-v4.19/drivers/mfd/ |
D | db8500-prcmu.c | 3084 of_irq_to_resource_table(np, &ab8500_resource, 1); in db8500_prcmu_register_ab8500()
|