Lines Matching defs:dispatch
266 struct tablet_dispatch *tablet = tablet_dispatch(device->dispatch);
284 struct tablet_dispatch *tablet = tablet_dispatch(device->dispatch);
286 struct evdev_dispatch *dispatch;
298 dispatch = touch_device->dispatch;
299 if (dispatch->interface->left_handed_toggle)
300 dispatch->interface->left_handed_toggle(dispatch,
1591 struct evdev_dispatch *dispatch;
1600 dispatch = tablet->touch_device->dispatch;
1601 if (dispatch->interface->touch_arbitration_update_rect)
1602 dispatch->interface->touch_arbitration_update_rect(dispatch,
2013 struct evdev_dispatch *dispatch;
2020 dispatch = touch_device->dispatch;
2021 if (dispatch->interface->touch_arbitration_toggle)
2022 dispatch->interface->touch_arbitration_toggle(dispatch,
2126 tablet_process(struct evdev_dispatch *dispatch,
2131 struct tablet_dispatch *tablet = tablet_dispatch(dispatch);
2162 tablet_suspend(struct evdev_dispatch *dispatch,
2165 struct tablet_dispatch *tablet = tablet_dispatch(dispatch);
2181 tablet_destroy(struct evdev_dispatch *dispatch)
2183 struct tablet_dispatch *tablet = tablet_dispatch(dispatch);
2203 struct tablet_dispatch *tablet = tablet_dispatch(device->dispatch);
2240 struct tablet_dispatch *tablet = tablet_dispatch(device->dispatch);
2281 struct tablet_dispatch *tablet = tablet_dispatch(device->dispatch);
2295 struct evdev_dispatch *dispatch)
2297 struct tablet_dispatch *tablet = tablet_dispatch(dispatch);
2339 tablet_left_handed_toggled(struct evdev_dispatch *dispatch,
2343 struct tablet_dispatch *tablet = tablet_dispatch(dispatch);