Home
last modified time | relevance | path

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

/drivers/staging/olpc_dcon/
Dolpc_dcon_xo_1.c97 cs5535_gpio_set(OLPC_GPIO_DCON_BLANK, GPIO_INPUT_FILTER); in dcon_init_xo_1()
107 cs5535_gpio_set(OLPC_GPIO_DCON_BLANK, GPIO_FE7_SEL); in dcon_init_xo_1()
113 cs5535_gpio_set(OLPC_GPIO_DCON_IRQ, GPIO_NEGATIVE_EDGE_EN); in dcon_init_xo_1()
116 cs5535_gpio_set(0, GPIO_FLTR7_AMOUNT); in dcon_init_xo_1()
119 cs5535_gpio_set(OLPC_GPIO_DCON_IRQ, GPIO_NEGATIVE_EDGE_STS); in dcon_init_xo_1()
120 cs5535_gpio_set(OLPC_GPIO_DCON_BLANK, GPIO_NEGATIVE_EDGE_STS); in dcon_init_xo_1()
123 cs5535_gpio_set(OLPC_GPIO_DCON_IRQ, GPIO_POSITIVE_EDGE_STS); in dcon_init_xo_1()
124 cs5535_gpio_set(OLPC_GPIO_DCON_BLANK, GPIO_POSITIVE_EDGE_STS); in dcon_init_xo_1()
127 cs5535_gpio_set(OLPC_GPIO_DCON_IRQ, GPIO_EVENTS_ENABLE); in dcon_init_xo_1()
128 cs5535_gpio_set(OLPC_GPIO_DCON_BLANK, GPIO_EVENTS_ENABLE); in dcon_init_xo_1()
[all …]
/drivers/video/backlight/
Dot200_bl.c108 cs5535_gpio_set(GPIO_DIMM, GPIO_OUTPUT_ENABLE); in ot200_backlight_probe()
109 cs5535_gpio_set(GPIO_DIMM, GPIO_OUTPUT_AUX1); in ot200_backlight_probe()
/drivers/gpio/
Dgpio-cs5535.c93 void cs5535_gpio_set(unsigned offset, unsigned int reg) in cs5535_gpio_set() function
102 EXPORT_SYMBOL_GPL(cs5535_gpio_set);
237 cs5535_gpio_set(offset, GPIO_OUTPUT_VAL); in chip_gpio_set()