Searched refs:ofw_interrupt_cells (Results 1 – 1 of 1) sorted by relevance
24 static int ofw_interrupt_cells(struct rt_ofw_node *np) in ofw_interrupt_cells() function35 return np ? ofw_interrupt_cells(np) : -RT_EINVAL; in rt_ofw_irq_cells()178 if ((child_interrupt_cells = ofw_interrupt_cells(np)) < 0) in ofw_parse_irq_map()296 if ((parent_interrupt_cells = ofw_interrupt_cells(ic_np)) < 0) in ofw_parse_irq_map()506 if (ic_np && (interrupt_cells = ofw_interrupt_cells(ic_np)) >= 0) in rt_ofw_find_irq_parent()
Completed in 3 milliseconds