Lines Matching defs:input
16 #include <linux/input.h>
17 #include <linux/input/mt.h>
18 #include <linux/input/touchscreen.h>
699 static void hideep_report_slot(struct input_dev *input,
702 input_mt_slot(input, event->index & 0x0f);
703 input_mt_report_slot_state(input,
707 input_report_abs(input, ABS_MT_POSITION_X,
709 input_report_abs(input, ABS_MT_POSITION_Y,
711 input_report_abs(input, ABS_MT_PRESSURE,
713 input_report_abs(input, ABS_MT_TOUCH_MAJOR, event->w);
794 dev_err(dev, "failed to allocate input device\n");
853 dev_err(dev, "failed to register input device: %d", error);