Searched refs:cs5535_gpio_set (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/staging/olpc_dcon/ |
H A D | olpc_dcon_xo_1.c | 105 cs5535_gpio_set(OLPC_GPIO_DCON_BLANK, GPIO_INPUT_FILTER); in dcon_init_xo_1() 115 cs5535_gpio_set(OLPC_GPIO_DCON_BLANK, GPIO_FE7_SEL); in dcon_init_xo_1() 121 cs5535_gpio_set(OLPC_GPIO_DCON_IRQ, GPIO_NEGATIVE_EDGE_EN); in dcon_init_xo_1() 124 cs5535_gpio_set(0, GPIO_FLTR7_AMOUNT); in dcon_init_xo_1() 127 cs5535_gpio_set(OLPC_GPIO_DCON_IRQ, GPIO_NEGATIVE_EDGE_STS); in dcon_init_xo_1() 128 cs5535_gpio_set(OLPC_GPIO_DCON_BLANK, GPIO_NEGATIVE_EDGE_STS); in dcon_init_xo_1() 131 cs5535_gpio_set(OLPC_GPIO_DCON_IRQ, GPIO_POSITIVE_EDGE_STS); in dcon_init_xo_1() 132 cs5535_gpio_set(OLPC_GPIO_DCON_BLANK, GPIO_POSITIVE_EDGE_STS); in dcon_init_xo_1() 135 cs5535_gpio_set(OLPC_GPIO_DCON_IRQ, GPIO_EVENTS_ENABLE); in dcon_init_xo_1() 136 cs5535_gpio_set(OLPC_GPIO_DCON_BLANK, GPIO_EVENTS_ENABLE); in dcon_init_xo_1() [all …]
|
/linux/arch/x86/platform/olpc/ |
H A D | olpc-xo1-sci.c | 97 cs5535_gpio_set(OLPC_GPIO_LID, GPIO_INPUT_INVERT); in flip_lid_inverter() 254 cs5535_gpio_set(OLPC_GPIO_ECSCI, GPIO_NEGATIVE_EDGE_STS); in xo1_sci_intr() 258 cs5535_gpio_set(OLPC_GPIO_LID, GPIO_NEGATIVE_EDGE_STS); in xo1_sci_intr() 259 cs5535_gpio_set(OLPC_GPIO_LID, GPIO_POSITIVE_EDGE_STS); in xo1_sci_intr() 285 cs5535_gpio_set(OLPC_GPIO_LID, GPIO_NEGATIVE_EDGE_STS); in xo1_sci_suspend() 286 cs5535_gpio_set(OLPC_GPIO_LID, GPIO_POSITIVE_EDGE_STS); in xo1_sci_suspend() 288 cs5535_gpio_set(OLPC_GPIO_LID, GPIO_EVENTS_ENABLE); in xo1_sci_suspend() 302 cs5535_gpio_set(OLPC_GPIO_LID, GPIO_EVENTS_ENABLE); in xo1_sci_resume() 366 cs5535_gpio_set(OLPC_GPIO_ECSCI, GPIO_NEGATIVE_EDGE_STS); in setup_ec_sci() 367 cs5535_gpio_set(OLPC_GPIO_ECSCI, GPIO_POSITIVE_EDGE_STS); in setup_ec_sci() [all …]
|
/linux/drivers/gpio/ |
H A D | gpio-cs5535.c | 94 void cs5535_gpio_set(unsigned offset, unsigned int reg) in cs5535_gpio_set() function 103 EXPORT_SYMBOL_GPL(cs5535_gpio_set); 238 cs5535_gpio_set(offset, GPIO_OUTPUT_VAL); in chip_gpio_set()
|
/linux/include/linux/ |
H A D | cs5535.h | 173 void cs5535_gpio_set(unsigned offset, unsigned int reg);
|