gpio_wake          30 drivers/input/touchscreen/pixcir_i2c_ts.c 	struct gpio_desc *gpio_wake;
gpio_wake         189 drivers/input/touchscreen/pixcir_i2c_ts.c 		if (ts->gpio_wake)
gpio_wake         190 drivers/input/touchscreen/pixcir_i2c_ts.c 			gpiod_set_value_cansleep(ts->gpio_wake, 1);
gpio_wake         214 drivers/input/touchscreen/pixcir_i2c_ts.c 		if (ts->gpio_wake)
gpio_wake         215 drivers/input/touchscreen/pixcir_i2c_ts.c 			gpiod_set_value_cansleep(ts->gpio_wake, 0);
gpio_wake         525 drivers/input/touchscreen/pixcir_i2c_ts.c 	tsdata->gpio_wake = devm_gpiod_get_optional(dev, "wake",
gpio_wake         527 drivers/input/touchscreen/pixcir_i2c_ts.c 	if (IS_ERR(tsdata->gpio_wake)) {
gpio_wake         528 drivers/input/touchscreen/pixcir_i2c_ts.c 		error = PTR_ERR(tsdata->gpio_wake);