Searched refs:of_irq_init (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/irqchip/
H A Dirqchip.c31 of_irq_init(__irqchip_of_table);
/linux-master/include/linux/
H A Dof_irq.h41 extern void of_irq_init(const struct of_device_id *matches);
59 static inline void of_irq_init(const struct of_device_id *matches) function
/linux-master/arch/mips/ralink/
H A Dirq.c202 of_irq_init(of_irq_ids);
/linux-master/drivers/of/
H A Dirq.c522 * of_irq_init - Scan and init matching interrupt controllers in DT
528 void __init of_irq_init(const struct of_device_id *matches) function
543 if (WARN(!match->data, "of_irq_init: no init function for %s\n",
595 pr_debug("of_irq_init: init %pOF (%p), parent %p\n",
620 pr_err("of_irq_init: children remain, but no parents\n");
/linux-master/arch/mips/cavium-octeon/
H A Docteon-irq.c1648 * Clear the OF_POPULATED flag that was set by of_irq_init()
2959 of_irq_init(ciu_types);

Completed in 157 milliseconds