Searched refs:touchpad_is_left (Results 1 – 2 of 2) sorted by relevance
286 bool tablet_is_left, touchpad_is_left; in tablet_change_rotation() local289 touchpad_is_left = tablet->rotation.touch_device_left_handed_state; in tablet_change_rotation()291 tablet->rotation.want_rotate = tablet_is_left || touchpad_is_left; in tablet_change_rotation()
2549 bool tablet_is_left, touchpad_is_left; in tp_change_rotation() local2554 touchpad_is_left = device->left_handed.enabled; in tp_change_rotation()2557 tp->left_handed.want_rotate = touchpad_is_left || tablet_is_left; in tp_change_rotation()