Lines Matching refs:litest_event
1953 litest_event(struct litest_device *d, unsigned int type, in litest_event() function
2055 litest_event(d, EV_KEY, BTN_TOUCH, d->ntouches_down != 0 && !hover); in send_btntool()
2056 litest_event(d, EV_KEY, BTN_TOOL_FINGER, d->ntouches_down == 1); in send_btntool()
2057 litest_event(d, EV_KEY, BTN_TOOL_DOUBLETAP, d->ntouches_down == 2); in send_btntool()
2058 litest_event(d, EV_KEY, BTN_TOOL_TRIPLETAP, d->ntouches_down == 3); in send_btntool()
2059 litest_event(d, EV_KEY, BTN_TOOL_QUADTAP, d->ntouches_down == 4); in send_btntool()
2060 litest_event(d, EV_KEY, BTN_TOOL_QUINTTAP, d->ntouches_down == 5); in send_btntool()
2102 litest_event(d, ev->type, ev->code, value); in slot_start()
2138 litest_event(d, ev->type, ev->code, value); in slot_move()
2179 litest_event(d, ev->type, ev->code, value); in touch_up()
2470 litest_event(d, EV_KEY, tool, value); in litest_tool_event()
2495 litest_event(d, ev->type, ev->code, value); in litest_tablet_proximity_in()
2523 litest_event(d, ev->type, ev->code, value); in litest_tablet_proximity_out()
2539 litest_event(d, ev->type, ev->code, value); in litest_tablet_motion()
2638 litest_event(d, ev->type, ev->code, value); in litest_hover_end()
2714 litest_event(d, ev->type, ev->code, ev->value); in litest_button_click()
2743 litest_event(dev, EV_REL, REL_X, dx); in litest_button_scroll()
2744 litest_event(dev, EV_REL, REL_Y, dy); in litest_button_scroll()
2745 litest_event(dev, EV_SYN, SYN_REPORT, 0); in litest_button_scroll()
2766 litest_event(dev, EV_REL, REL_X, dx); in litest_button_scroll_locked()
2767 litest_event(dev, EV_REL, REL_Y, dy); in litest_button_scroll_locked()
2768 litest_event(dev, EV_SYN, SYN_REPORT, 0); in litest_button_scroll_locked()
2783 litest_event(d, ev->type, ev->code, ev->value); in litest_keyboard_key()
2804 litest_event(dev, EV_SW, code, state); in litest_switch_action()
2805 litest_event(dev, EV_SYN, SYN_REPORT, 0); in litest_switch_action()
2897 litest_event(d, ev->type, ev->code, value); in litest_pad_ring_start()
2910 litest_event(d, ev->type, ev->code, value); in litest_pad_ring_change()
2922 litest_event(d, ev->type, ev->code, ev->value); in litest_pad_ring_end()
2935 litest_event(d, ev->type, ev->code, value); in litest_pad_strip_start()
2948 litest_event(d, ev->type, ev->code, value); in litest_pad_strip_change()
2960 litest_event(d, ev->type, ev->code, ev->value); in litest_pad_strip_end()
4387 litest_event(dev, EV_SYN, SYN_REPORT, 0); in litest_pop_event_frame()
4420 litest_event(d, EV_ABS, ABS_X, val); in send_abs_xy()
4424 litest_event(d, EV_ABS, ABS_Y, val); in send_abs_xy()
4437 litest_event(d, EV_ABS, ABS_MT_POSITION_X, val); in send_abs_mt_xy()
4442 litest_event(d, EV_ABS, ABS_MT_POSITION_Y, val); in send_abs_mt_xy()
4469 litest_event(d, EV_ABS, ABS_MT_SLOT, 0); in litest_semi_mt_touch_down()
4472 litest_event(d, EV_ABS, ABS_MT_TRACKING_ID, ++semi_mt->tracking_id); in litest_semi_mt_touch_down()
4477 litest_event(d, EV_ABS, ABS_MT_SLOT, 1); in litest_semi_mt_touch_down()
4478 litest_event(d, EV_ABS, ABS_MT_TRACKING_ID, ++semi_mt->tracking_id); in litest_semi_mt_touch_down()
4483 litest_event(d, EV_SYN, SYN_REPORT, 0); in litest_semi_mt_touch_down()
4513 litest_event(d, EV_ABS, ABS_MT_SLOT, 0); in litest_semi_mt_touch_move()
4517 litest_event(d, EV_ABS, ABS_MT_SLOT, 1); in litest_semi_mt_touch_move()
4521 litest_event(d, EV_SYN, SYN_REPORT, 0); in litest_semi_mt_touch_move()
4536 litest_event(d, EV_ABS, ABS_MT_SLOT, d->ntouches_down); in litest_semi_mt_touch_up()
4537 litest_event(d, EV_ABS, ABS_MT_TRACKING_ID, -1); in litest_semi_mt_touch_up()
4544 litest_event(d, EV_ABS, ABS_MT_SLOT, 0); in litest_semi_mt_touch_up()
4548 litest_event(d, EV_SYN, SYN_REPORT, 0); in litest_semi_mt_touch_up()