Lines Matching refs:input_event
918 input_event(input, EV_KEY, BTN_LEFT, app->left_button_state); in mt_sync_frame()
921 input_event(input, EV_MSC, MSC_TIMESTAMP, app->timestamp); in mt_sync_frame()
1077 input_event(input, EV_ABS, ABS_MT_POSITION_X, *slot->x); in mt_process_slot()
1078 input_event(input, EV_ABS, ABS_MT_POSITION_Y, *slot->y); in mt_process_slot()
1079 input_event(input, EV_ABS, ABS_MT_TOOL_X, *slot->cx); in mt_process_slot()
1080 input_event(input, EV_ABS, ABS_MT_TOOL_Y, *slot->cy); in mt_process_slot()
1081 input_event(input, EV_ABS, ABS_MT_DISTANCE, !*slot->tip_state); in mt_process_slot()
1082 input_event(input, EV_ABS, ABS_MT_ORIENTATION, orientation); in mt_process_slot()
1083 input_event(input, EV_ABS, ABS_MT_PRESSURE, *slot->p); in mt_process_slot()
1084 input_event(input, EV_ABS, ABS_MT_TOUCH_MAJOR, major); in mt_process_slot()
1085 input_event(input, EV_ABS, ABS_MT_TOUCH_MINOR, minor); in mt_process_slot()
1129 input_event(input, usage->type, usage->code, value); in mt_process_mt_event()