Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dof_irq.h22 extern int of_irq_parse_oldworld(struct device_node *device, int index,
27 static inline int of_irq_parse_oldworld(struct device_node *device, int index, in of_irq_parse_oldworld() function
/linux-4.4.14/arch/powerpc/platforms/powermac/
Dpic.c400 int of_irq_parse_oldworld(struct device_node *device, int index, in of_irq_parse_oldworld() function
/linux-4.4.14/drivers/of/
Dirq.c300 return of_irq_parse_oldworld(device, index, out_irq); in of_irq_parse_one()