Lines Matching refs:fallback_dispatch
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,
252 fallback_notify_physical_button(struct fallback_dispatch *dispatch,