Lines Matching defs:input
22 #include <linux/input.h>
23 #include <linux/input/touchscreen.h>
95 struct input_dev *input;
228 struct input_dev *input = ts->input;
230 input_report_key(input, BTN_TOUCH, 0);
231 input_report_abs(input, ABS_PRESSURE, 0);
232 input_sync(input);
890 struct input_dev *input = ts->input;
893 input_report_key(input, BTN_TOUCH, 1);
898 touchscreen_report_pos(input, &ts->core_prop, x, y, false);
899 input_report_abs(input, ABS_PRESSURE, ts->pressure_max - Rt);
901 input_sync(input);
1227 ts->input = input_dev;
1293 touchscreen_parse_properties(ts->input, false, &ts->core_prop);