Home
last modified time | relevance | path

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

/linux-4.19.296/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-4.19.296/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()