Home
last modified time | relevance | path

Searched refs:OLPC_GPIO_DCON_IRQ (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/staging/olpc_dcon/
Dolpc_dcon_xo_1.c32 if (gpio_request(OLPC_GPIO_DCON_IRQ, "OLPC-DCON")) { in dcon_init_xo_1()
46 cs5535_gpio_clear(OLPC_GPIO_DCON_IRQ, GPIO_EVENTS_ENABLE); in dcon_init_xo_1()
66 gpio_direction_input(OLPC_GPIO_DCON_IRQ); in dcon_init_xo_1()
74 cs5535_gpio_setup_event(OLPC_GPIO_DCON_IRQ, 2, 0); in dcon_init_xo_1()
91 cs5535_gpio_clear(OLPC_GPIO_DCON_IRQ, GPIO_INPUT_INVERT); in dcon_init_xo_1()
97 cs5535_gpio_clear(OLPC_GPIO_DCON_IRQ, GPIO_INPUT_FILTER); in dcon_init_xo_1()
100 cs5535_gpio_clear(OLPC_GPIO_DCON_IRQ, GPIO_INPUT_EVENT_COUNT); in dcon_init_xo_1()
110 cs5535_gpio_set(OLPC_GPIO_DCON_IRQ, GPIO_NEGATIVE_EDGE_EN); in dcon_init_xo_1()
116 cs5535_gpio_set(OLPC_GPIO_DCON_IRQ, GPIO_NEGATIVE_EDGE_STS); in dcon_init_xo_1()
120 cs5535_gpio_set(OLPC_GPIO_DCON_IRQ, GPIO_POSITIVE_EDGE_STS); in dcon_init_xo_1()
[all …]
/linux-3.4.99/arch/x86/include/asm/
Dolpc.h141 #define OLPC_GPIO_DCON_IRQ 7 macro