Lines Matching refs:reset_pin
48 int reset_pin; member
58 if (ts->reset_pin) in cy8ctmg110_power()
59 gpio_direction_output(ts->reset_pin, 1 - poweron); in cy8ctmg110_power()
193 ts->reset_pin = pdata->reset_pin; in cy8ctmg110_probe()
212 if (ts->reset_pin) { in cy8ctmg110_probe()
213 err = gpio_request(ts->reset_pin, NULL); in cy8ctmg110_probe()
217 ts->reset_pin); in cy8ctmg110_probe()
274 if (ts->reset_pin) in cy8ctmg110_probe()
275 gpio_free(ts->reset_pin); in cy8ctmg110_probe()
322 if (ts->reset_pin) in cy8ctmg110_remove()
323 gpio_free(ts->reset_pin); in cy8ctmg110_remove()