Lines Matching defs:ts_input
38 struct input_dev *ts_input;
181 input_report_abs(vf50_ts->ts_input,
183 input_report_abs(vf50_ts->ts_input,
185 input_report_abs(vf50_ts->ts_input,
187 input_report_key(vf50_ts->ts_input, BTN_TOUCH, 1);
188 input_sync(vf50_ts->ts_input);
196 input_report_abs(vf50_ts->ts_input, ABS_PRESSURE, 0);
197 input_report_key(vf50_ts->ts_input, BTN_TOUCH, 0);
198 input_sync(vf50_ts->ts_input);
319 touchdev->ts_input = input;