Searched refs:GPIO_OUTPUT_VAL (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/staging/olpc_dcon/
H A Dolpc_dcon_xo_1.c63 * Note that we read GPIO_OUTPUT_VAL rather than GPIO_READ_BACK here;
69 dcon->curr_src = cs5535_gpio_isset(OLPC_GPIO_DCON_LOAD, GPIO_OUTPUT_VAL)
156 cs5535_gpio_set(OLPC_GPIO_SMB_CLK, GPIO_OUTPUT_VAL);
157 cs5535_gpio_set(OLPC_GPIO_SMB_DATA, GPIO_OUTPUT_VAL);
169 cs5535_gpio_clear(OLPC_GPIO_SMB_CLK, GPIO_OUTPUT_VAL);
171 cs5535_gpio_set(OLPC_GPIO_SMB_CLK, GPIO_OUTPUT_VAL);
/linux-master/drivers/gpio/
H A Dgpio-cs5535.c238 cs5535_gpio_set(offset, GPIO_OUTPUT_VAL);
240 cs5535_gpio_clear(offset, GPIO_OUTPUT_VAL);
266 __cs5535_gpio_set(chip, offset, GPIO_OUTPUT_VAL);
268 __cs5535_gpio_clear(chip, offset, GPIO_OUTPUT_VAL);
/linux-master/include/linux/
H A Dcs5535.h143 #define GPIO_OUTPUT_VAL 0x00 macro

Completed in 124 milliseconds