Home
last modified time | relevance | path

Searched refs:of_irq_find_parent (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/include/linux/
Dof_irq.h76 extern struct device_node *of_irq_find_parent(struct device_node *child);
85 static inline void *of_irq_find_parent(struct device_node *child) in of_irq_find_parent() function
/linux-4.1.27/drivers/of/
Dirq.c55 struct device_node *of_irq_find_parent(struct device_node *child) in of_irq_find_parent() function
121 ipar = of_irq_find_parent(ipar); in of_irq_parse_raw()
185 newpar = of_irq_find_parent(ipar); in of_irq_parse_raw()
320 p = of_irq_find_parent(device); in of_irq_parse_one()
508 desc->interrupt_parent = of_irq_find_parent(np); in of_irq_init()