Searched refs:fallback_dispatch (Results 1 – 4 of 4) sorted by relevance
/third_party/libinput/src/ |
D | evdev-debounce.c | 106 log_debounce_bug(struct fallback_dispatch *fallback, enum debounce_event event) in log_debounce_bug() 116 debounce_set_state(struct fallback_dispatch *fallback, in debounce_set_state() 126 debounce_set_timer(struct fallback_dispatch *fallback, in debounce_set_timer() 136 debounce_set_timer_short(struct fallback_dispatch *fallback, in debounce_set_timer_short() 146 debounce_cancel_timer(struct fallback_dispatch *fallback) in debounce_cancel_timer() 152 debounce_cancel_timer_short(struct fallback_dispatch *fallback) in debounce_cancel_timer_short() 158 debounce_enable_spurious(struct fallback_dispatch *fallback) in debounce_enable_spurious() 172 debounce_notify_button(struct fallback_dispatch *fallback, in debounce_notify_button() 185 debounce_is_up_handle_event(struct fallback_dispatch *fallback, enum debounce_event event, uint64_t… in debounce_is_up_handle_event() 206 debounce_is_down_handle_event(struct fallback_dispatch *fallback, enum debounce_event event, uint64… in debounce_is_down_handle_event() [all …]
|
D | evdev-fallback.c | 35 fallback_keyboard_notify_key(struct fallback_dispatch *dispatch, in fallback_keyboard_notify_key() 51 fallback_lid_notify_toggle(struct fallback_dispatch *dispatch, in fallback_lid_notify_toggle() 65 fallback_notify_physical_button(struct fallback_dispatch *dispatch, in fallback_notify_physical_button() 90 struct fallback_dispatch *dispatch = fallback_dispatch(evdev_dispatch); in fallback_interface_get_switch_state() 145 fallback_filter_defuzz_touch(struct fallback_dispatch *dispatch, in fallback_filter_defuzz_touch() 169 fallback_rotate_relative(struct fallback_dispatch *dispatch, in fallback_rotate_relative() 185 fallback_flush_relative_motion(struct fallback_dispatch *dispatch, in fallback_flush_relative_motion() 227 fallback_flush_wheels(struct fallback_dispatch *dispatch, in fallback_flush_wheels() 331 fallback_flush_absolute_motion(struct fallback_dispatch *dispatch, in fallback_flush_absolute_motion() 348 fallback_flush_mt_down(struct fallback_dispatch *dispatch, in fallback_flush_mt_down() [all …]
|
D | evdev-fallback.h | 71 struct fallback_dispatch { struct 162 static inline struct fallback_dispatch* argument 163 fallback_dispatch(struct evdev_dispatch *dispatch) in fallback_dispatch() function 167 return container_of(dispatch, struct fallback_dispatch, base); in fallback_dispatch() 212 hw_set_key_down(struct fallback_dispatch *dispatch, int code, int pressed) in hw_set_key_down() 218 hw_key_has_changed(struct fallback_dispatch *dispatch, int code) in hw_key_has_changed() 225 hw_key_update_last_state(struct fallback_dispatch *dispatch) in hw_key_update_last_state() 237 hw_is_key_down(struct fallback_dispatch *dispatch, int code) in hw_is_key_down() 248 void fallback_init_debounce(struct fallback_dispatch *dispatch); 249 void fallback_debounce_handle_state(struct fallback_dispatch *dispatch, [all …]
|
/third_party/libinput/patch/diff_libinput_mmi/libinput/ |
D | libinput_0000.diff | 2350 + struct fallback_dispatch *dispatch = fallback_dispatch(device->dispatch); 2367 struct fallback_dispatch {
|