Searched refs:tablet_dispatch (Results 1 – 3 of 3) sorted by relevance
50 tablet_get_pressed_buttons(struct tablet_dispatch *tablet, in tablet_get_pressed_buttons()62 tablet_get_released_buttons(struct tablet_dispatch *tablet, in tablet_get_released_buttons()77 tablet_force_button_presses(struct tablet_dispatch *tablet) in tablet_force_button_presses()90 tablet_history_size(const struct tablet_dispatch *tablet) in tablet_history_size()96 tablet_history_reset(struct tablet_dispatch *tablet) in tablet_history_reset()102 tablet_history_push(struct tablet_dispatch *tablet, in tablet_history_push()122 tablet_history_get(const struct tablet_dispatch *tablet, unsigned int index) in tablet_history_get()134 tablet_reset_changed_axes(struct tablet_dispatch *tablet) in tablet_reset_changed_axes()140 tablet_device_has_axis(struct tablet_dispatch *tablet, in tablet_device_has_axis()176 tablet_filter_axis_fuzz(const struct tablet_dispatch *tablet, in tablet_filter_axis_fuzz()[all …]
56 struct tablet_dispatch { struct116 static inline struct tablet_dispatch* argument117 tablet_dispatch(struct evdev_dispatch *dispatch) in tablet_dispatch() function121 return container_of(dispatch, struct tablet_dispatch, base); in tablet_dispatch()263 tablet_libinput_context(const struct tablet_dispatch *tablet) in tablet_libinput_context()
225 For example, the ``struct tablet_dispatch`` for tablet devices has a241 tablet [label="struct tablet_dispatch"]