Lines Matching defs:input
12 #include <linux/input.h>
18 #include <linux/input/cy8ctmg110_pdata.h>
45 struct input_dev *input;
113 struct input_dev *input = tsc->input;
128 input_report_key(input, BTN_TOUCH, 0);
130 input_report_key(input, BTN_TOUCH, 1);
131 input_report_abs(input, ABS_X, x);
132 input_report_abs(input, ABS_Y, y);
135 input_sync(input);
192 ts->input = input_dev;
236 "Failed to configure input direction for GPIO %d, error %d\n",
320 input_unregister_device(ts->input);