Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dof_irq.h23 int of_irq_parse_oldworld(const struct device_node *device, int index,
28 static inline int of_irq_parse_oldworld(const struct device_node *device, int index, in of_irq_parse_oldworld() function
/linux/arch/powerpc/platforms/powermac/
H A Dpic.c387 int of_irq_parse_oldworld(const struct device_node *device, int index, in of_irq_parse_oldworld() function
/linux/drivers/of/
H A Dirq.c354 return of_irq_parse_oldworld(device, index, out_irq); in of_irq_parse_one()