Lines Matching defs:gpio
13 #include <linux/gpio/consumer.h>
14 #include <linux/gpio/machine.h>
15 #include <linux/gpio/driver.h>
56 int gpio, irq_num, fiq_count;
62 for (gpio = AMS_DELTA_GPIO_PIN_KEYBRD_CLK;
63 gpio <= AMS_DELTA_GPIO_PIN_HOOK_SWITCH; gpio++) {
64 d = irq_data[gpio];
66 fiq_count = fiq_buffer[FIQ_CNT_INT_00 + gpio];
68 if (irq_counter[gpio] < fiq_count &&
69 gpio != AMS_DELTA_GPIO_PIN_KEYBRD_CLK) {
78 for (; irq_counter[gpio] < fiq_count; irq_counter[gpio]++)
212 * bad interaction with gpio-omap driver. This is no longer needed
217 * of that dependency on gpio-omap driver behavior.