Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/olpc_dcon/
Dolpc_dcon_xo_1.c35 if (gpio_request(OLPC_GPIO_DCON_IRQ, "OLPC-DCON")) { in dcon_init_xo_1()
49 cs5535_gpio_clear(OLPC_GPIO_DCON_IRQ, GPIO_EVENTS_ENABLE); in dcon_init_xo_1()
69 gpio_direction_input(OLPC_GPIO_DCON_IRQ); in dcon_init_xo_1()
77 cs5535_gpio_setup_event(OLPC_GPIO_DCON_IRQ, 2, 0); in dcon_init_xo_1()
94 cs5535_gpio_clear(OLPC_GPIO_DCON_IRQ, GPIO_INPUT_INVERT); in dcon_init_xo_1()
100 cs5535_gpio_clear(OLPC_GPIO_DCON_IRQ, GPIO_INPUT_FILTER); in dcon_init_xo_1()
103 cs5535_gpio_clear(OLPC_GPIO_DCON_IRQ, GPIO_INPUT_EVENT_COUNT); in dcon_init_xo_1()
113 cs5535_gpio_set(OLPC_GPIO_DCON_IRQ, GPIO_NEGATIVE_EDGE_EN); in dcon_init_xo_1()
119 cs5535_gpio_set(OLPC_GPIO_DCON_IRQ, GPIO_NEGATIVE_EDGE_STS); in dcon_init_xo_1()
123 cs5535_gpio_set(OLPC_GPIO_DCON_IRQ, GPIO_POSITIVE_EDGE_STS); in dcon_init_xo_1()
[all …]
/linux-4.1.27/arch/x86/include/asm/
Dolpc.h122 #define OLPC_GPIO_DCON_IRQ 7 macro