Lines Matching refs:left_handed
500 if (!tp->left_handed.rotate)
1889 if (tp->left_handed.want_rotate == tp->left_handed.rotate)
1895 tp->left_handed.rotate = tp->left_handed.want_rotate;
1899 tp->left_handed.rotate ? "on" : "off");
2553 struct evdev_device *tablet_device = tp->left_handed.tablet_device;
2556 if (!tp->left_handed.must_rotate)
2559 touchpad_is_left = device->left_handed.enabled;
2560 tablet_is_left = tp->left_handed.tablet_left_handed_state;
2562 tp->left_handed.want_rotate = touchpad_is_left || tablet_is_left;
2572 tp->left_handed.want_rotate);
2582 if (!tp->left_handed.must_rotate)
2592 tp->left_handed.tablet_device = tablet;
2600 tp->left_handed.want_rotate = true;
2601 tp->left_handed.tablet_left_handed_state = true;
2683 if (removed_device == tp->left_handed.tablet_device) {
2684 tp->left_handed.tablet_device = NULL;
2685 tp->left_handed.tablet_left_handed_state = false;
2823 if (!tp->left_handed.tablet_device)
2835 tp->left_handed.tablet_left_handed_state = left_handed_enabled;
3878 if (device->left_handed.want_enabled == device->left_handed.enabled)
3887 device->left_handed.enabled = device->left_handed.want_enabled;
3956 tp->left_handed.must_rotate = tp_requires_rotation(tp, device);