gpio_ce           150 drivers/input/touchscreen/melfas_mip4.c 	struct gpio_desc *gpio_ce;
gpio_ce           368 drivers/input/touchscreen/melfas_mip4.c 	if (ts->gpio_ce) {
gpio_ce           369 drivers/input/touchscreen/melfas_mip4.c 		gpiod_set_value_cansleep(ts->gpio_ce, 1);
gpio_ce           380 drivers/input/touchscreen/melfas_mip4.c 	if (ts->gpio_ce)
gpio_ce           381 drivers/input/touchscreen/melfas_mip4.c 		gpiod_set_value_cansleep(ts->gpio_ce, 0);
gpio_ce          1452 drivers/input/touchscreen/melfas_mip4.c 	ts->gpio_ce = devm_gpiod_get_optional(&client->dev,
gpio_ce          1454 drivers/input/touchscreen/melfas_mip4.c 	if (IS_ERR(ts->gpio_ce)) {
gpio_ce          1455 drivers/input/touchscreen/melfas_mip4.c 		error = PTR_ERR(ts->gpio_ce);