Lines Matching refs:changed_axes
40 unsigned char changed_axes[NCHARS(LIBINPUT_TABLET_TOOL_AXIS_MAX + 1)]; member
228 set_bit(slot->changed_axes, LIBINPUT_TABLET_TOOL_AXIS_X); in totem_process_abs()
231 set_bit(slot->changed_axes, LIBINPUT_TABLET_TOOL_AXIS_Y); in totem_process_abs()
234 set_bit(slot->changed_axes, in totem_process_abs()
238 set_bit(slot->changed_axes, in totem_process_abs()
242 set_bit(slot->changed_axes, in totem_process_abs()
268 const char tmp[sizeof(slot->changed_axes)] = {0}; in totem_slot_fetch_axes()
273 if (memcmp(tmp, slot->changed_axes, sizeof(tmp)) == 0) { in totem_slot_fetch_axes()
278 if (bit_is_set(slot->changed_axes, LIBINPUT_TABLET_TOOL_AXIS_X) || in totem_slot_fetch_axes()
279 bit_is_set(slot->changed_axes, LIBINPUT_TABLET_TOOL_AXIS_Y)) { in totem_slot_fetch_axes()
288 if (bit_is_set(slot->changed_axes, in totem_slot_fetch_axes()
297 if (bit_is_set(slot->changed_axes, in totem_slot_fetch_axes()
299 bit_is_set(slot->changed_axes, in totem_slot_fetch_axes()
336 static_assert(sizeof(slot->changed_axes) == in totem_slot_mark_all_axes_changed()
340 memcpy(slot->changed_axes, in totem_slot_mark_all_axes_changed()
342 sizeof(slot->changed_axes)); in totem_slot_mark_all_axes_changed()
349 memset(slot->changed_axes, 0, sizeof(slot->changed_axes)); in totem_slot_reset_changed_axes()
403 slot->changed_axes, in totem_handle_slot_state()
410 slot->changed_axes, in totem_handle_slot_state()
421 slot->changed_axes, in totem_handle_slot_state()
470 slot->changed_axes, in totem_handle_slot_state()
477 slot->changed_axes, in totem_handle_slot_state()
591 slot->changed_axes, in totem_interface_suspend()
598 slot->changed_axes, in totem_interface_suspend()
685 slot->changed_axes, in totem_interface_initial_proximity()
692 slot->changed_axes, in totem_interface_initial_proximity()