intc_desc_irq     124 arch/sh/kernel/cpu/sh4/setup-sh7760.c static DECLARE_INTC_DESC(intc_desc_irq, "sh7760-irq", vectors_irq, groups,
intc_desc_irq     286 arch/sh/kernel/cpu/sh4/setup-sh7760.c 		register_intc_controller(&intc_desc_irq);
intc_desc_irq     321 arch/sh/kernel/cpu/sh4a/setup-shx3.c static DECLARE_INTC_DESC(intc_desc_irq, "shx3-irq", vectors_irq, groups,
intc_desc_irq     345 arch/sh/kernel/cpu/sh4a/setup-shx3.c 		ret |= gpio_request(GPIO_FN_IRQ3, intc_desc_irq.name);
intc_desc_irq     346 arch/sh/kernel/cpu/sh4a/setup-shx3.c 		ret |= gpio_request(GPIO_FN_IRQ2, intc_desc_irq.name);
intc_desc_irq     347 arch/sh/kernel/cpu/sh4a/setup-shx3.c 		ret |= gpio_request(GPIO_FN_IRQ1, intc_desc_irq.name);
intc_desc_irq     348 arch/sh/kernel/cpu/sh4a/setup-shx3.c 		ret |= gpio_request(GPIO_FN_IRQ0, intc_desc_irq.name);
intc_desc_irq     355 arch/sh/kernel/cpu/sh4a/setup-shx3.c 		register_intc_controller(&intc_desc_irq);