Lines Matching refs:buttons
726 if (!tp->buttons.trackpoint)
729 dispatch = tp->buttons.trackpoint->dispatch;
750 tp->buttons.trackpoint,
753 tp->buttons.trackpoint,
1812 tp->buttons.is_clickpad)
1841 tp->buttons.old_state = tp->buttons.state;
1977 if (tp->buttons.trackpoint &&
2043 * Release buttons first. If tp is a clickpad, the button event
2082 * device, to keep the "trackpoint" buttons working. tp_post_events()
2085 if (tp->buttons.has_topbuttons) {
2171 if (tp->buttons.has_topbuttons) {
2205 the trackpoint buttons in combination with the touchpad. */
2423 if (tp->buttons.trackpoint == NULL &&
2426 tp->buttons.active_is_topbutton = false;
2427 tp->buttons.trackpoint = trackpoint;
2633 if (removed_device == tp->buttons.trackpoint) {
2635 if (tp->buttons.active && tp->buttons.active_is_topbutton) {
2636 tp->buttons.active = 0;
2637 tp->buttons.active_is_topbutton = false;
2642 tp->buttons.trackpoint = NULL;
3374 if (!tp->buttons.has_topbuttons && height > 55) {
3881 if (tp->buttons.state & 0x3) /* BTN_LEFT|BTN_RIGHT */
3885 * so checking physical buttons is enough */