Home
last modified time | relevance | path

Searched refs:tablet_dispatch (Results 1 – 3 of 3) sorted by relevance

/third_party/libinput/src/
Devdev-tablet.c50 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 …]
Devdev-tablet.h56 struct tablet_dispatch { struct
116 static inline struct tablet_dispatch* argument
117 tablet_dispatch(struct evdev_dispatch *dispatch) in tablet_dispatch() function
121 return container_of(dispatch, struct tablet_dispatch, base); in tablet_dispatch()
263 tablet_libinput_context(const struct tablet_dispatch *tablet) in tablet_libinput_context()
/third_party/libinput/doc/user/
Darchitecture.rst225 For example, the ``struct tablet_dispatch`` for tablet devices has a
241 tablet [label="struct tablet_dispatch"]