Home
last modified time | relevance | path

Searched refs:of_irq_to_resource_table (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/include/linux/
Dof_irq.h48 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/
Dirq.c453 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);
Dplatform.c144 if (of_irq_to_resource_table(np, res, num_irq) != num_irq) in of_device_alloc()
/Linux-v4.19/arch/mips/lantiq/xway/
Dgptu.c141 if (of_irq_to_resource_table(pdev->dev.of_node, irqres, 6) != 6) { in gptu_probe()
/Linux-v4.19/arch/powerpc/platforms/powernv/
Dopal-irqchip.c264 rc = of_irq_to_resource_table(opal_node, opal_irqs, opal_irq_count); in opal_event_init()
/Linux-v4.19/drivers/tty/serial/
Dlantiq.c695 ret = of_irq_to_resource_table(node, irqres, 3); in lqasc_probe()
/Linux-v4.19/drivers/mfd/
Ddb8500-prcmu.c3084 of_irq_to_resource_table(np, &ab8500_resource, 1); in db8500_prcmu_register_ab8500()