Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/olpc_dcon/
Dolpc_dcon_xo_1.c43 if (gpio_request(OLPC_GPIO_DCON_BLANK, "OLPC-DCON")) { in dcon_init_xo_1()
70 gpio_direction_input(OLPC_GPIO_DCON_BLANK); in dcon_init_xo_1()
97 cs5535_gpio_set(OLPC_GPIO_DCON_BLANK, GPIO_INPUT_FILTER); in dcon_init_xo_1()
104 cs5535_gpio_clear(OLPC_GPIO_DCON_BLANK, GPIO_INPUT_EVENT_COUNT); in dcon_init_xo_1()
107 cs5535_gpio_set(OLPC_GPIO_DCON_BLANK, GPIO_FE7_SEL); in dcon_init_xo_1()
110 cs5535_gpio_clear(OLPC_GPIO_DCON_BLANK, GPIO_NEGATIVE_EDGE_EN); in dcon_init_xo_1()
120 cs5535_gpio_set(OLPC_GPIO_DCON_BLANK, GPIO_NEGATIVE_EDGE_STS); in dcon_init_xo_1()
124 cs5535_gpio_set(OLPC_GPIO_DCON_BLANK, GPIO_POSITIVE_EDGE_STS); in dcon_init_xo_1()
128 cs5535_gpio_set(OLPC_GPIO_DCON_BLANK, GPIO_EVENTS_ENABLE); in dcon_init_xo_1()
133 gpio_free(OLPC_GPIO_DCON_BLANK); in dcon_init_xo_1()
/Linux-v4.19/arch/x86/include/asm/
Dolpc.h126 #define OLPC_GPIO_DCON_BLANK 12 macro