Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/olpc_dcon/
Dolpc_dcon_xo_1.c116 cs5535_gpio_set(OLPC_GPIO_DCON_IRQ, GPIO_NEGATIVE_EDGE_STS); in dcon_init_xo_1()
117 cs5535_gpio_set(OLPC_GPIO_DCON_BLANK, GPIO_NEGATIVE_EDGE_STS); in dcon_init_xo_1()
192 cs5535_gpio_set(OLPC_GPIO_DCON_IRQ, GPIO_NEGATIVE_EDGE_STS); in dcon_read_status_xo_1()
/linux-3.4.99/arch/x86/platform/olpc/
Dolpc-xo1-sci.c224 cs5535_gpio_set(OLPC_GPIO_ECSCI, GPIO_NEGATIVE_EDGE_STS); in xo1_sci_intr()
228 cs5535_gpio_set(OLPC_GPIO_LID, GPIO_NEGATIVE_EDGE_STS); in xo1_sci_intr()
255 cs5535_gpio_set(OLPC_GPIO_LID, GPIO_NEGATIVE_EDGE_STS); in xo1_sci_suspend()
335 cs5535_gpio_set(OLPC_GPIO_ECSCI, GPIO_NEGATIVE_EDGE_STS); in setup_ec_sci()
385 cs5535_gpio_set(OLPC_GPIO_LID, GPIO_NEGATIVE_EDGE_STS); in setup_lid_events()
/linux-3.4.99/include/linux/
Dcs5535.h164 #define GPIO_NEGATIVE_EDGE_STS 0x4C macro
/linux-3.4.99/drivers/gpio/
Dgpio-cs5535.c73 if (reg != GPIO_POSITIVE_EDGE_STS && reg != GPIO_NEGATIVE_EDGE_STS) { in errata_outl()