Lines Matching refs:dispatch
114 struct evdev_dispatch *dispatch;
145 dispatch = touch_device->dispatch;
148 if (dispatch->interface->touch_arbitration_toggle)
149 dispatch->interface->touch_arbitration_toggle(dispatch,
159 if (dispatch->interface->touch_arbitration_toggle)
160 dispatch->interface->touch_arbitration_toggle(dispatch,
167 if (dispatch->interface->touch_arbitration_update_rect)
168 dispatch->interface->touch_arbitration_update_rect(dispatch,
514 totem_interface_process(struct evdev_dispatch *dispatch,
519 struct totem_dispatch *totem = totem_dispatch(dispatch);
550 totem_interface_suspend(struct evdev_dispatch *dispatch,
553 struct totem_dispatch *totem = totem_dispatch(dispatch);
605 totem_interface_destroy(struct evdev_dispatch *dispatch)
607 struct totem_dispatch *totem = totem_dispatch(dispatch);
617 struct totem_dispatch *totem = totem_dispatch(device->dispatch);
648 struct totem_dispatch *totem = totem_dispatch(device->dispatch);
660 struct evdev_dispatch *dispatch)
662 struct totem_dispatch *totem = totem_dispatch(dispatch);