Lines Matching defs:input
17 #include <linux/input.h>
18 #include <linux/input/mt.h>
19 #include <linux/input/touchscreen.h>
110 struct input_dev *input = msg2638->input_dev;
152 input_mt_slot(input, 0);
153 input_mt_report_slot_state(input, MT_TOOL_FINGER, true);
154 touchscreen_report_pos(input, &msg2638->prop, x, y, true);
171 input_mt_slot(input, 1);
172 input_mt_report_slot_state(input, MT_TOOL_FINGER, true);
173 touchscreen_report_pos(input, &msg2638->prop, x, y, true);
187 struct input_dev *input = msg2638->input_dev;
230 input_mt_slot(input, i);
231 input_mt_report_slot_state(input, MT_TOOL_FINGER, true);
232 touchscreen_report_pos(input, &msg2638->prop, x, y, true);
311 dev_err(dev, "Failed to allocate input device.\n");
319 input_dev->phys = "input/ts";
351 dev_err(dev, "Failed to register input device: %d\n", error);
437 dev_err(dev, "Failed to initialize input device: %d\n", error);