intc_desc_irl     336 arch/sh/kernel/cpu/sh4a/setup-shx3.c static DECLARE_INTC_DESC(intc_desc_irl, "shx3-irl", vectors_irl, groups,
intc_desc_irl     358 arch/sh/kernel/cpu/sh4a/setup-shx3.c 		ret |= gpio_request(GPIO_FN_IRL3, intc_desc_irl.name);
intc_desc_irl     359 arch/sh/kernel/cpu/sh4a/setup-shx3.c 		ret |= gpio_request(GPIO_FN_IRL2, intc_desc_irl.name);
intc_desc_irl     360 arch/sh/kernel/cpu/sh4a/setup-shx3.c 		ret |= gpio_request(GPIO_FN_IRL1, intc_desc_irl.name);
intc_desc_irl     361 arch/sh/kernel/cpu/sh4a/setup-shx3.c 		ret |= gpio_request(GPIO_FN_IRL0, intc_desc_irl.name);
intc_desc_irl     368 arch/sh/kernel/cpu/sh4a/setup-shx3.c 		register_intc_controller(&intc_desc_irl);