Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/of/
Dirq.c56 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_map_raw()
172 newpar = of_irq_find_parent(ipar); in of_irq_map_raw()
306 p = of_irq_find_parent(device); in of_irq_map_one()
430 desc->interrupt_parent = of_irq_find_parent(np); in of_irq_init()
/linux-3.4.99/include/linux/
Dof_irq.h74 extern struct device_node *of_irq_find_parent(struct device_node *child);
/linux-3.4.99/arch/powerpc/platforms/wsp/
Dics.c439 iparent = of_irq_find_parent(dn); in wsp_ics_find_dn_ics()