Searched refs:attn_gpio (Results 1 – 1 of 1) sorted by relevance
98 struct gpio_desc *attn_gpio; member282 } while (ts->attn_gpio && gpiod_get_value_cansleep(ts->attn_gpio)); in sis_ts_irq_handler()311 ts->attn_gpio = devm_gpiod_get_optional(&client->dev, in sis_ts_probe()313 if (IS_ERR(ts->attn_gpio)) in sis_ts_probe()314 return dev_err_probe(&client->dev, PTR_ERR(ts->attn_gpio), in sis_ts_probe()