Lines Matching defs:dispatch

716 	struct evdev_dispatch *dispatch;
729 dispatch = tp->buttons.trackpoint->dispatch;
749 dispatch->interface->process(dispatch,
752 dispatch->interface->process(dispatch,
1887 struct tp_dispatch *tp = (struct tp_dispatch *)device->dispatch;
1940 tp_interface_process(struct evdev_dispatch *dispatch,
1945 struct tp_dispatch *tp = tp_dispatch(dispatch);
1996 tp_interface_remove(struct evdev_dispatch *dispatch)
1998 struct tp_dispatch *tp = tp_dispatch(dispatch);
2016 tp_interface_destroy(struct evdev_dispatch *dispatch)
2018 struct tp_dispatch *tp = tp_dispatch(dispatch);
2098 tp_interface_suspend(struct evdev_dispatch *dispatch,
2101 struct tp_dispatch *tp = tp_dispatch(dispatch);
2378 struct tp_dispatch *tp = (struct tp_dispatch*)touchpad->dispatch;
2413 struct tp_dispatch *tp = (struct tp_dispatch*)touchpad->dispatch;
2492 struct tp_dispatch *tp = (struct tp_dispatch*)touchpad->dispatch;
2517 struct tp_dispatch *tp = (struct tp_dispatch*)touchpad->dispatch;
2552 struct tp_dispatch *tp = (struct tp_dispatch *)device->dispatch;
2567 struct evdev_dispatch *dispatch = tablet_device->dispatch;
2569 if (dispatch->interface->left_handed_toggle)
2570 dispatch->interface->left_handed_toggle(dispatch,
2580 struct tp_dispatch *tp = (struct tp_dispatch*)touchpad->dispatch;
2610 struct tp_dispatch *tp = (struct tp_dispatch*)device->dispatch;
2630 struct tp_dispatch *tp = (struct tp_dispatch*)device->dispatch;
2783 tp_interface_toggle_touch(struct evdev_dispatch *dispatch,
2789 struct tp_dispatch *tp = tp_dispatch(dispatch);
2817 touchpad_left_handed_toggled(struct evdev_dispatch *dispatch,
2821 struct tp_dispatch *tp = tp_dispatch(dispatch);
3035 struct tp_dispatch *tp = tp_dispatch(device->dispatch);
3079 struct tp_dispatch *tp = (struct tp_dispatch*)evdev->dispatch;
3089 struct tp_dispatch *tp = (struct tp_dispatch*)evdev->dispatch;
3107 struct tp_dispatch *tp = (struct tp_dispatch*)evdev->dispatch;
3136 struct tp_dispatch *tp = (struct tp_dispatch*)evdev->dispatch;
3183 struct tp_dispatch *tp = (struct tp_dispatch*)evdev->dispatch;
3202 struct tp_dispatch *tp = (struct tp_dispatch*)evdev->dispatch;
3219 struct tp_dispatch *tp = (struct tp_dispatch*)evdev->dispatch;
3237 struct tp_dispatch *tp = (struct tp_dispatch*)evdev->dispatch;
3256 struct tp_dispatch *tp = (struct tp_dispatch*)evdev->dispatch;
3273 struct tp_dispatch *tp = (struct tp_dispatch*)evdev->dispatch;
3826 struct tp_dispatch *tp = (struct tp_dispatch*)evdev->dispatch;
3862 struct tp_dispatch *dispatch = (struct tp_dispatch*)evdev->dispatch;
3864 return dispatch->sendevents.current_mode;
3876 struct tp_dispatch *tp = (struct tp_dispatch *)device->dispatch;