Lines Matching refs:EV_ABS
463 EV_ABS, ABS_MT_TOOL_X); in mt_touch_input_mapping()
468 EV_ABS, ABS_MT_POSITION_X); in mt_touch_input_mapping()
478 EV_ABS, ABS_MT_TOOL_Y); in mt_touch_input_mapping()
483 EV_ABS, ABS_MT_POSITION_Y); in mt_touch_input_mapping()
498 EV_ABS, ABS_MT_DISTANCE); in mt_touch_input_mapping()
519 EV_ABS, ABS_MT_TOUCH_MAJOR); in mt_touch_input_mapping()
527 EV_ABS, ABS_MT_TOUCH_MINOR); in mt_touch_input_mapping()
538 EV_ABS, ABS_MT_PRESSURE); in mt_touch_input_mapping()
581 if (usage->type == EV_KEY || usage->type == EV_ABS) in mt_touch_input_mapped()
641 input_event(input, EV_ABS, ABS_MT_POSITION_X, s->x); in mt_complete_slot()
642 input_event(input, EV_ABS, ABS_MT_POSITION_Y, s->y); in mt_complete_slot()
643 input_event(input, EV_ABS, ABS_MT_TOOL_X, s->cx); in mt_complete_slot()
644 input_event(input, EV_ABS, ABS_MT_TOOL_Y, s->cy); in mt_complete_slot()
645 input_event(input, EV_ABS, ABS_MT_DISTANCE, in mt_complete_slot()
647 input_event(input, EV_ABS, ABS_MT_ORIENTATION, wide); in mt_complete_slot()
648 input_event(input, EV_ABS, ABS_MT_PRESSURE, s->p); in mt_complete_slot()
649 input_event(input, EV_ABS, ABS_MT_TOUCH_MAJOR, major); in mt_complete_slot()
650 input_event(input, EV_ABS, ABS_MT_TOUCH_MINOR, minor); in mt_complete_slot()