Searched refs:intc_list (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/arch/microblaze/kernel/ |
D | intc.c | 116 const char * const intc_list[] = { in init_IRQ() local 121 for (j = 0; intc_list[j] != NULL; j++) { in init_IRQ() 122 intc = of_find_compatible_node(NULL, NULL, intc_list[j]); in init_IRQ() 144 intc_list[j], intc_baseaddr, nr_irq, intr_type); in init_IRQ()
|
/linux-2.6.39/drivers/sh/intc/ |
D | core.c | 34 LIST_HEAD(intc_list); 199 list_add_tail(&d->list, &intc_list); in register_intc_controller() 384 list_for_each_entry(d, &intc_list, list) { in intc_suspend() 407 list_for_each_entry(d, &intc_list, list) { in intc_resume() 460 list_for_each_entry(d, &intc_list, list) { in register_intc_sysdevs()
|
D | virq.c | 55 list_for_each_entry(d, &intc_list, list) { in intc_irq_lookup() 254 list_for_each_entry(d, &intc_list, list) in intc_finalize()
|
D | internals.h | 157 extern struct list_head intc_list;
|