Searched refs:tablet_unset_status (Results 1 – 1 of 1) sorted by relevance
/third_party/libinput/src/ |
D | evdev-tablet.c | 46 #define tablet_unset_status(tablet_,s_) (tablet_)->status &= ~(s_) macro 327 tablet_unset_status(tablet, TABLET_TOOL_OUT_OF_PROXIMITY); in tablet_update_tool() 1440 tablet_unset_status(tablet, in tablet_update_proximity_state() 1442 tablet_unset_status(tablet, in tablet_update_proximity_state() 1465 tablet_unset_status(tablet, in tablet_update_proximity_state() 1555 tablet_unset_status(tablet, TABLET_TOOL_ENTERING_PROXIMITY); in tablet_send_proximity_in() 1556 tablet_unset_status(tablet, TABLET_AXES_UPDATED); in tablet_send_proximity_in() 1583 tablet_unset_status(tablet, TABLET_TOOL_LEAVING_PROXIMITY); in tablet_send_proximity_out() 1606 tablet_unset_status(tablet, TABLET_AXES_UPDATED); in tablet_send_tip() 1607 tablet_unset_status(tablet, TABLET_TOOL_ENTERING_CONTACT); in tablet_send_tip() [all …]
|