Lines Matching defs:dispatch
167 struct evdev_dispatch *dispatch;
288 void (*process)(struct evdev_dispatch *dispatch,
294 void (*suspend)(struct evdev_dispatch *dispatch,
298 void (*remove)(struct evdev_dispatch *dispatch);
300 /* Destroy an event dispatch handler and free all its resources. */
301 void (*destroy)(struct evdev_dispatch *dispatch);
322 struct evdev_dispatch *dispatch);
327 void (*touch_arbitration_toggle)(struct evdev_dispatch *dispatch,
336 void (*touch_arbitration_update_rect)(struct evdev_dispatch *dispatch,
343 (*get_switch_state)(struct evdev_dispatch *dispatch,
346 void (*left_handed_toggle)(struct evdev_dispatch *dispatch,
370 evdev_verify_dispatch_type(struct evdev_dispatch *dispatch,
373 if (dispatch->dispatch_type != type)
428 struct evdev_dispatch *dispatch);