Searched refs:AMS_DELTA_GPIO_PIN_KEYBRD_CLK (Results 1 – 4 of 4) sorted by relevance
113 .gpio = AMS_DELTA_GPIO_PIN_KEYBRD_CLK,155 err = request_irq(gpio_to_irq(AMS_DELTA_GPIO_PIN_KEYBRD_CLK), in ams_delta_serio_init()160 gpio_to_irq(AMS_DELTA_GPIO_PIN_KEYBRD_CLK)); in ams_delta_serio_init()168 irq_set_handler(gpio_to_irq(AMS_DELTA_GPIO_PIN_KEYBRD_CLK), in ams_delta_serio_init()187 free_irq(gpio_to_irq(AMS_DELTA_GPIO_PIN_KEYBRD_CLK), 0); in ams_delta_serio_exit()
50 irq_chip = irq_get_chip(gpio_to_irq(AMS_DELTA_GPIO_PIN_KEYBRD_CLK)); in deferred_fiq()56 for (gpio = AMS_DELTA_GPIO_PIN_KEYBRD_CLK; in deferred_fiq()62 if (gpio != AMS_DELTA_GPIO_PIN_KEYBRD_CLK) { in deferred_fiq()
41 #define KEYBRD_CLK_MASK (0x1 << AMS_DELTA_GPIO_PIN_KEYBRD_CLK)
36 #define AMS_DELTA_GPIO_PIN_KEYBRD_CLK 1 macro