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.h47 int of_irq_parse_oldworld(const struct device_node *device, int index,
52 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.c388 int of_irq_parse_oldworld(const struct device_node *device, int index, in of_irq_parse_oldworld() function
/linux/drivers/of/
H A Dirq.c440 return of_irq_parse_oldworld(device, index, out_irq); in of_irq_parse_one()