Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dof_irq.h47 extern int of_irq_to_resource_table(struct device_node *dev,
62 static inline int of_irq_to_resource_table(struct device_node *dev, in of_irq_to_resource_table() function
/linux-4.1.27/drivers/of/
Dirq.c460 int of_irq_to_resource_table(struct device_node *dev, struct resource *res, in of_irq_to_resource_table() function
471 EXPORT_SYMBOL_GPL(of_irq_to_resource_table);
Dplatform.c136 if (of_irq_to_resource_table(np, res, num_irq) != num_irq) in of_device_alloc()
/linux-4.1.27/arch/mips/lantiq/xway/
Dgptu.c141 if (of_irq_to_resource_table(pdev->dev.of_node, irqres, 6) != 6) { in gptu_probe()
/linux-4.1.27/arch/mips/lantiq/
Dirq.c447 ret = of_irq_to_resource_table(eiu_node, in icu_of_init()
/linux-4.1.27/drivers/tty/serial/
Dlantiq.c684 ret = of_irq_to_resource_table(node, irqres, 3); in lqasc_probe()
/linux-4.1.27/drivers/mfd/
Ddb8500-prcmu.c3125 of_irq_to_resource_table(np, &ab8500_resource, 1); in db8500_prcmu_register_ab8500()