Lines Matching refs:EV_ABS
420 EV_ABS, ABS_MT_TOOL_X); in mt_touch_input_mapping()
425 EV_ABS, ABS_MT_POSITION_X); in mt_touch_input_mapping()
435 EV_ABS, ABS_MT_TOOL_Y); in mt_touch_input_mapping()
440 EV_ABS, ABS_MT_POSITION_Y); in mt_touch_input_mapping()
455 EV_ABS, ABS_MT_DISTANCE); in mt_touch_input_mapping()
476 EV_ABS, ABS_MT_TOUCH_MAJOR); in mt_touch_input_mapping()
484 EV_ABS, ABS_MT_TOUCH_MINOR); in mt_touch_input_mapping()
495 EV_ABS, ABS_MT_PRESSURE); in mt_touch_input_mapping()
538 if (usage->type == EV_KEY || usage->type == EV_ABS) in mt_touch_input_mapped()
598 input_event(input, EV_ABS, ABS_MT_POSITION_X, s->x); in mt_complete_slot()
599 input_event(input, EV_ABS, ABS_MT_POSITION_Y, s->y); in mt_complete_slot()
600 input_event(input, EV_ABS, ABS_MT_TOOL_X, s->cx); in mt_complete_slot()
601 input_event(input, EV_ABS, ABS_MT_TOOL_Y, s->cy); in mt_complete_slot()
602 input_event(input, EV_ABS, ABS_MT_DISTANCE, in mt_complete_slot()
604 input_event(input, EV_ABS, ABS_MT_ORIENTATION, wide); in mt_complete_slot()
605 input_event(input, EV_ABS, ABS_MT_PRESSURE, s->p); in mt_complete_slot()
606 input_event(input, EV_ABS, ABS_MT_TOUCH_MAJOR, major); in mt_complete_slot()
607 input_event(input, EV_ABS, ABS_MT_TOUCH_MINOR, minor); in mt_complete_slot()