Searched refs:GPIO_NEGATIVE_EDGE_STS (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/staging/olpc_dcon/
H A Dolpc_dcon_xo_1.c127 cs5535_gpio_set(OLPC_GPIO_DCON_IRQ, GPIO_NEGATIVE_EDGE_STS);
128 cs5535_gpio_set(OLPC_GPIO_DCON_BLANK, GPIO_NEGATIVE_EDGE_STS);
191 cs5535_gpio_set(OLPC_GPIO_DCON_IRQ, GPIO_NEGATIVE_EDGE_STS);
/linux-master/arch/x86/platform/olpc/
H A Dolpc-xo1-sci.c254 cs5535_gpio_set(OLPC_GPIO_ECSCI, GPIO_NEGATIVE_EDGE_STS);
258 cs5535_gpio_set(OLPC_GPIO_LID, GPIO_NEGATIVE_EDGE_STS);
285 cs5535_gpio_set(OLPC_GPIO_LID, GPIO_NEGATIVE_EDGE_STS);
366 cs5535_gpio_set(OLPC_GPIO_ECSCI, GPIO_NEGATIVE_EDGE_STS);
416 cs5535_gpio_set(OLPC_GPIO_LID, GPIO_NEGATIVE_EDGE_STS);
/linux-master/include/linux/
H A Dcs5535.h162 #define GPIO_NEGATIVE_EDGE_STS 0x4C macro
/linux-master/drivers/gpio/
H A Dgpio-cs5535.c74 if (reg != GPIO_POSITIVE_EDGE_STS && reg != GPIO_NEGATIVE_EDGE_STS) {

Completed in 121 milliseconds