Home
last modified time | relevance | path

Searched refs:tablet_device (Results 1 – 3 of 3) sorted by relevance

/third_party/libinput/src/
Devdev-mt-touchpad.c2531 struct evdev_device *tablet_device = tp->left_handed.tablet_device; in tp_change_rotation() local
2544 if (notify == DO_NOTIFY && tablet_device) { in tp_change_rotation()
2545 struct evdev_dispatch *dispatch = tablet_device->dispatch; in tp_change_rotation()
2549 tablet_device, in tp_change_rotation()
2570 tp->left_handed.tablet_device = tablet; in tp_pair_tablet()
2661 if (removed_device == tp->left_handed.tablet_device) { in tp_interface_device_removed()
2662 tp->left_handed.tablet_device = NULL; in tp_interface_device_removed()
2806 if (!tp->left_handed.tablet_device) in touchpad_left_handed_toggled()
Devdev-mt-touchpad.h513 struct evdev_device *tablet_device; member
Devdev-tablet.c1945 struct evdev_device *tablet_device, in tablet_toggle_touch_device() argument