Lines Matching defs:input
11 #include <linux/input.h>
84 struct input_dev *input;
290 input_report_key(tsc->input, BTN_TOUCH, 1);
291 input_report_abs(tsc->input, ABS_X, x);
292 input_report_abs(tsc->input, ABS_Y, y);
294 input_report_key(tsc->input, BTN_TOUCH, 0);
297 input_sync(tsc->input);
404 tsc->input = input_dev;
504 err = input_register_device(tsc->input);
507 "failed to register input device: %d\n", err);
519 struct input_dev *input_dev = tsc->input;
535 struct input_dev *input_dev = tsc->input;