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