Searched refs:of_irq_to_resource_table (Results 1 – 3 of 3) sorted by relevance
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
453 int of_irq_to_resource_table(struct device_node *dev, struct resource *res, in of_irq_to_resource_table() function464 EXPORT_SYMBOL_GPL(of_irq_to_resource_table);
144 if (of_irq_to_resource_table(np, res, num_irq) != num_irq) in of_device_alloc()