Lines Matching refs:reset_pin
60 int reset_pin; member
70 if (ts->reset_pin) in cy8ctmg110_power()
71 gpio_direction_output(ts->reset_pin, 1 - poweron); in cy8ctmg110_power()
205 ts->reset_pin = pdata->reset_pin; in cy8ctmg110_probe()
224 if (ts->reset_pin) { in cy8ctmg110_probe()
225 err = gpio_request(ts->reset_pin, NULL); in cy8ctmg110_probe()
229 ts->reset_pin); in cy8ctmg110_probe()
286 if (ts->reset_pin) in cy8ctmg110_probe()
287 gpio_free(ts->reset_pin); in cy8ctmg110_probe()
334 if (ts->reset_pin) in cy8ctmg110_remove()
335 gpio_free(ts->reset_pin); in cy8ctmg110_remove()