Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/olpc_dcon/
Dolpc_dcon_xo_1.c40 if (gpio_request(OLPC_GPIO_DCON_BLANK, "OLPC-DCON")) { in dcon_init_xo_1()
67 gpio_direction_input(OLPC_GPIO_DCON_BLANK); in dcon_init_xo_1()
94 cs5535_gpio_set(OLPC_GPIO_DCON_BLANK, GPIO_INPUT_FILTER); in dcon_init_xo_1()
101 cs5535_gpio_clear(OLPC_GPIO_DCON_BLANK, GPIO_INPUT_EVENT_COUNT); in dcon_init_xo_1()
104 cs5535_gpio_set(OLPC_GPIO_DCON_BLANK, GPIO_FE7_SEL); in dcon_init_xo_1()
107 cs5535_gpio_clear(OLPC_GPIO_DCON_BLANK, GPIO_NEGATIVE_EDGE_EN); in dcon_init_xo_1()
117 cs5535_gpio_set(OLPC_GPIO_DCON_BLANK, GPIO_NEGATIVE_EDGE_STS); in dcon_init_xo_1()
121 cs5535_gpio_set(OLPC_GPIO_DCON_BLANK, GPIO_POSITIVE_EDGE_STS); in dcon_init_xo_1()
125 cs5535_gpio_set(OLPC_GPIO_DCON_BLANK, GPIO_EVENTS_ENABLE); in dcon_init_xo_1()
130 gpio_free(OLPC_GPIO_DCON_BLANK); in dcon_init_xo_1()
/linux-3.4.99/arch/x86/include/asm/
Dolpc.h144 #define OLPC_GPIO_DCON_BLANK 12 macro