Lines Matching refs:input_event
1033 input_event(input, EV_KEY, BTN_LEFT, app->left_button_state); in mt_sync_frame()
1036 input_event(input, EV_MSC, MSC_TIMESTAMP, app->timestamp); in mt_sync_frame()
1212 input_event(input, EV_ABS, ABS_MT_POSITION_X, x); in mt_process_slot()
1213 input_event(input, EV_ABS, ABS_MT_POSITION_Y, y); in mt_process_slot()
1214 input_event(input, EV_ABS, ABS_MT_TOOL_X, cx); in mt_process_slot()
1215 input_event(input, EV_ABS, ABS_MT_TOOL_Y, cy); in mt_process_slot()
1216 input_event(input, EV_ABS, ABS_MT_DISTANCE, !*slot->tip_state); in mt_process_slot()
1217 input_event(input, EV_ABS, ABS_MT_ORIENTATION, orientation); in mt_process_slot()
1218 input_event(input, EV_ABS, ABS_MT_PRESSURE, *slot->p); in mt_process_slot()
1219 input_event(input, EV_ABS, ABS_MT_TOUCH_MAJOR, major); in mt_process_slot()
1220 input_event(input, EV_ABS, ABS_MT_TOUCH_MINOR, minor); in mt_process_slot()
1266 input_event(input, usage->type, usage->code, value); in mt_process_mt_event()