Searched refs:AMS_DELTA_GPIO_PIN_KEYBRD_CLK (Results 1 - 8 of 8) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/input/serio/
H A Dams_delta_serio.c132 err = gpio_request(AMS_DELTA_GPIO_PIN_KEYBRD_CLK, "serio-clock");
137 gpio_direction_input(AMS_DELTA_GPIO_PIN_KEYBRD_CLK);
139 err = request_irq(gpio_to_irq(AMS_DELTA_GPIO_PIN_KEYBRD_CLK),
144 gpio_to_irq(AMS_DELTA_GPIO_PIN_KEYBRD_CLK));
152 set_irq_handler(gpio_to_irq(AMS_DELTA_GPIO_PIN_KEYBRD_CLK),
160 gpio_free(AMS_DELTA_GPIO_PIN_KEYBRD_CLK);
172 free_irq(OMAP_GPIO_IRQ(AMS_DELTA_GPIO_PIN_KEYBRD_CLK), 0);
173 gpio_free(AMS_DELTA_GPIO_PIN_KEYBRD_CLK);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/input/serio/
H A Dams_delta_serio.c132 err = gpio_request(AMS_DELTA_GPIO_PIN_KEYBRD_CLK, "serio-clock");
137 gpio_direction_input(AMS_DELTA_GPIO_PIN_KEYBRD_CLK);
139 err = request_irq(gpio_to_irq(AMS_DELTA_GPIO_PIN_KEYBRD_CLK),
144 gpio_to_irq(AMS_DELTA_GPIO_PIN_KEYBRD_CLK));
152 set_irq_handler(gpio_to_irq(AMS_DELTA_GPIO_PIN_KEYBRD_CLK),
160 gpio_free(AMS_DELTA_GPIO_PIN_KEYBRD_CLK);
172 free_irq(OMAP_GPIO_IRQ(AMS_DELTA_GPIO_PIN_KEYBRD_CLK), 0);
173 gpio_free(AMS_DELTA_GPIO_PIN_KEYBRD_CLK);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/plat-omap/include/plat/
H A Dboard-ams-delta.h61 #define AMS_DELTA_GPIO_PIN_KEYBRD_CLK 1 macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/plat-omap/include/plat/
H A Dboard-ams-delta.h61 #define AMS_DELTA_GPIO_PIN_KEYBRD_CLK 1 macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/mach-omap1/
H A Dams-delta-fiq.c58 for (gpio = AMS_DELTA_GPIO_PIN_KEYBRD_CLK;
64 if (gpio != AMS_DELTA_GPIO_PIN_KEYBRD_CLK) {
H A Dams-delta-fiq-handler.S38 #define KEYBRD_CLK_MASK (0x1 << AMS_DELTA_GPIO_PIN_KEYBRD_CLK)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/mach-omap1/
H A Dams-delta-fiq.c58 for (gpio = AMS_DELTA_GPIO_PIN_KEYBRD_CLK;
64 if (gpio != AMS_DELTA_GPIO_PIN_KEYBRD_CLK) {
H A Dams-delta-fiq-handler.S38 #define KEYBRD_CLK_MASK (0x1 << AMS_DELTA_GPIO_PIN_KEYBRD_CLK)

Completed in 165 milliseconds