Home
last modified time | relevance | path

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

/linux/arch/x86/platform/olpc/
H A Dolpc-xo1-sci.c94 cs5535_gpio_clear(OLPC_GPIO_LID, GPIO_INPUT_INVERT); in flip_lid_inverter()
278 cs5535_gpio_clear(OLPC_GPIO_LID, GPIO_EVENTS_ENABLE); in xo1_sci_suspend()
408 cs5535_gpio_clear(OLPC_GPIO_LID, GPIO_INPUT_INVERT); in setup_lid_events()
412 cs5535_gpio_clear(OLPC_GPIO_LID, GPIO_EVENTS_ENABLE); in setup_lid_events()
413 cs5535_gpio_clear(OLPC_GPIO_LID, GPIO_NEGATIVE_EDGE_EN); in setup_lid_events()
414 cs5535_gpio_clear(OLPC_GPIO_LID, GPIO_POSITIVE_EDGE_EN); in setup_lid_events()
/linux/drivers/gpio/
H A Dgpio-cs5535.c116 void cs5535_gpio_clear(unsigned offset, unsigned int reg) in cs5535_gpio_clear() function
125 EXPORT_SYMBOL_GPL(cs5535_gpio_clear);
240 cs5535_gpio_clear(offset, GPIO_OUTPUT_VAL); in chip_gpio_set()
/linux/include/linux/
H A Dcs5535.h174 void cs5535_gpio_clear(unsigned offset, unsigned int reg);