Home
last modified time | relevance | path

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

/drivers/staging/olpc_dcon/
Dolpc_dcon_xo_1.c105 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 …]
/drivers/gpio/
Dgpio-cs5535.c94 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()