gpio_attb          27 drivers/input/touchscreen/pixcir_i2c_ts.c 	struct gpio_desc *gpio_attb;
gpio_attb         153 drivers/input/touchscreen/pixcir_i2c_ts.c 		if (gpiod_get_value_cansleep(tsdata->gpio_attb)) {
gpio_attb         510 drivers/input/touchscreen/pixcir_i2c_ts.c 	tsdata->gpio_attb = devm_gpiod_get(dev, "attb", GPIOD_IN);
gpio_attb         511 drivers/input/touchscreen/pixcir_i2c_ts.c 	if (IS_ERR(tsdata->gpio_attb)) {
gpio_attb         512 drivers/input/touchscreen/pixcir_i2c_ts.c 		error = PTR_ERR(tsdata->gpio_attb);