/third_party/libinput/test/ |
H A D | test-trackpoint.c | 179 struct litest_device *trackpoint; in START_TEST() local 187 trackpoint = litest_add_device(li, LITEST_TRACKPOINT); in START_TEST() 189 /* touchpad right-handed, trackpoint left-handed */ in START_TEST() 191 trackpoint->libinput_device, 1); in START_TEST() 204 ck_assert(device == trackpoint->libinput_device); in START_TEST() 214 ck_assert(device == trackpoint->libinput_device); in START_TEST() 217 litest_delete_device(trackpoint); in START_TEST() 224 struct litest_device *trackpoint; in START_TEST() local 232 trackpoint = litest_add_device(li, LITEST_TRACKPOINT); in START_TEST() 234 /* touchpad left-handed, trackpoint righ in START_TEST() 267 struct litest_device *trackpoint; START_TEST() local 335 struct litest_device *trackpoint = litest_current_device(); START_TEST() local 374 struct litest_device *trackpoint = litest_current_device(); START_TEST() local 405 struct litest_device *trackpoint = litest_current_device(); START_TEST() local 444 struct litest_device *trackpoint = litest_current_device(); START_TEST() local 474 struct litest_device *trackpoint = litest_current_device(); START_TEST() local [all...] |
H A D | test-switch.c | 1289 struct litest_device *trackpoint; in START_TEST() local 1295 trackpoint = litest_add_device(li, LITEST_TRACKPOINT); in START_TEST() 1298 litest_event(trackpoint, EV_REL, REL_Y, -1); in START_TEST() 1299 litest_event(trackpoint, EV_SYN, SYN_REPORT, 0); in START_TEST() 1300 litest_event(trackpoint, EV_REL, REL_Y, -1); in START_TEST() 1301 litest_event(trackpoint, EV_SYN, SYN_REPORT, 0); in START_TEST() 1310 litest_event(trackpoint, EV_REL, REL_Y, -1); in START_TEST() 1311 litest_event(trackpoint, EV_SYN, SYN_REPORT, 0); in START_TEST() 1312 litest_event(trackpoint, EV_REL, REL_Y, -1); in START_TEST() 1313 litest_event(trackpoint, EV_SY in START_TEST() 1335 struct litest_device *trackpoint; START_TEST() local [all...] |
H A D | test-touchpad.c | 3370 struct litest_device *trackpoint; in START_TEST() local 3382 trackpoint = litest_add_device(li, in START_TEST() 3384 libinput_device_config_scroll_set_method(trackpoint->libinput_device, in START_TEST() 3391 assert_btnevent_from_device(trackpoint, in START_TEST() 3397 assert_btnevent_from_device(trackpoint, in START_TEST() 3402 litest_delete_device(trackpoint); in START_TEST() 3409 struct litest_device *trackpoint; in START_TEST() local 3412 trackpoint = litest_add_device(li, in START_TEST() 3420 litest_event(trackpoint, EV_REL, REL_Y, -2); in START_TEST() 3421 litest_event(trackpoint, EV_SY in START_TEST() 3440 struct litest_device *trackpoint; START_TEST() local 3468 struct litest_device *trackpoint; START_TEST() local 3523 struct litest_device *trackpoint; START_TEST() local [all...] |
H A D | test-device.c | 694 struct litest_device *trackpoint; in START_TEST() local 704 trackpoint = litest_add_device(li, LITEST_TRACKPOINT); in START_TEST() 721 trackpoint->libinput_device); in START_TEST() 733 trackpoint->libinput_device); in START_TEST() 743 litest_delete_device(trackpoint); in START_TEST()
|
H A D | test-touchpad-buttons.c | 1812 struct litest_device *trackpoint = litest_add_device(li, in START_TEST() local 1852 litest_delete_device(trackpoint); in START_TEST()
|
/third_party/libinput/src/ |
H A D | evdev-mt-touchpad.c | 726 if (!tp->buttons.trackpoint) in tp_process_trackpoint_button() 729 dispatch = tp->buttons.trackpoint->dispatch; in tp_process_trackpoint_button() 750 tp->buttons.trackpoint, in tp_process_trackpoint_button() 753 tp->buttons.trackpoint, in tp_process_trackpoint_button() 943 "palm: touch %d released, timeout after trackpoint\n", t->index); in tp_palm_detect_trackpoint_triggered() 1179 palm_state = "trackpoint"; in tp_palm_detect() 1977 if (tp->buttons.trackpoint && in tp_remove_sendevents() 2082 * device, to keep the "trackpoint" buttons working. tp_post_events() in tp_suspend() 2083 * will only send events for the trackpoint while suspended. in tp_suspend() 2205 the trackpoint button in tp_trackpoint_event() 2410 tp_pair_trackpoint(struct evdev_device *touchpad, struct evdev_device *trackpoint) tp_pair_trackpoint() argument [all...] |
H A D | evdev-mt-touchpad-buttons.c | 1171 /* If we've a trackpoint, send top buttons through the trackpoint */ in tp_notify_clickpadbutton() 1172 if (tp->buttons.trackpoint) { in tp_notify_clickpadbutton() 1174 struct evdev_dispatch *dispatch = tp->buttons.trackpoint->dispatch; in tp_notify_clickpadbutton() 1182 tp->buttons.trackpoint, in tp_notify_clickpadbutton() 1186 tp->buttons.trackpoint, in tp_notify_clickpadbutton() 1191 /* Ignore button events not for the trackpoint while suspended */ in tp_notify_clickpadbutton()
|
H A D | evdev-mt-touchpad.h | 398 struct evdev_device *trackpoint; member
|