Searched refs:GPIO_OUTPUT_VAL (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.15/drivers/staging/olpc_dcon/ | 
| D | olpc_dcon_xo_1.c | 69 	dcon->curr_src = cs5535_gpio_isset(OLPC_GPIO_DCON_LOAD, GPIO_OUTPUT_VAL)  in dcon_init_xo_1()156 	cs5535_gpio_set(OLPC_GPIO_SMB_CLK, GPIO_OUTPUT_VAL);  in dcon_wiggle_xo_1()
 157 	cs5535_gpio_set(OLPC_GPIO_SMB_DATA, GPIO_OUTPUT_VAL);  in dcon_wiggle_xo_1()
 169 		cs5535_gpio_clear(OLPC_GPIO_SMB_CLK, GPIO_OUTPUT_VAL);  in dcon_wiggle_xo_1()
 171 		cs5535_gpio_set(OLPC_GPIO_SMB_CLK, GPIO_OUTPUT_VAL);  in dcon_wiggle_xo_1()
 
 | 
| /Linux-v5.15/drivers/gpio/ | 
| D | gpio-cs5535.c | 238 		cs5535_gpio_set(offset, GPIO_OUTPUT_VAL);  in chip_gpio_set()240 		cs5535_gpio_clear(offset, GPIO_OUTPUT_VAL);  in chip_gpio_set()
 266 		__cs5535_gpio_set(chip, offset, GPIO_OUTPUT_VAL);  in chip_direction_output()
 268 		__cs5535_gpio_clear(chip, offset, GPIO_OUTPUT_VAL);  in chip_direction_output()
 
 | 
| /Linux-v5.15/include/linux/ | 
| D | cs5535.h | 143 #define GPIO_OUTPUT_VAL		0x00  macro
 |