Lines Matching refs:this_ts
132 static struct gsl_ts *this_ts; variable
237 this_ts->irq = of_get_named_gpio_flags(np, "irq_gpio_number", 0, in gsl3673_init()
239 this_ts->rst = of_get_named_gpio_flags(np, "rst_gpio_number", 0, in gsl3673_init()
241 if (devm_gpio_request(&this_ts->client->dev, this_ts->rst, NULL) != 0) { in gsl3673_init()
242 dev_err(&this_ts->client->dev, "gpio_request this_ts->rst error\n"); in gsl3673_init()
245 gpio_direction_output(this_ts->rst, 0); in gsl3673_init()
246 gpio_set_value(this_ts->rst, 1); in gsl3673_init()
252 if (this_ts->rst > 1) in gsl3673_shutdown_low()
253 gpio_set_value(this_ts->rst, 0); in gsl3673_shutdown_low()
259 if (this_ts->rst > 1) in gsl3673_shutdown_high()
260 gpio_set_value(this_ts->rst, 1); in gsl3673_shutdown_high()
1189 this_ts = ts; in gsl_ts_probe()