Symbol: wsmouseinput
sys/dev/wscons/wsmouse.c
1007
wsmouse_motion_sync(struct wsmouseinput *input, struct evq_access *evq)
sys/dev/wscons/wsmouse.c
1059
wsmouse_touch_sync(struct wsmouseinput *input, struct evq_access *evq)
sys/dev/wscons/wsmouse.c
1073
wsmouse_log_input(struct wsmouseinput *input, struct timespec *ts)
sys/dev/wscons/wsmouse.c
1103
wsmouse_log_events(struct wsmouseinput *input, struct evq_access *evq)
sys/dev/wscons/wsmouse.c
1124
clear_sync_flags(struct wsmouseinput *input)
sys/dev/wscons/wsmouse.c
1143
struct wsmouseinput *input = &((struct wsmouse_softc *) sc)->sc_input;
sys/dev/wscons/wsmouse.c
1210
struct wsmouseinput *input = &((struct wsmouse_softc *) sc)->sc_input;
sys/dev/wscons/wsmouse.c
1327
struct wsmouseinput *input = &((struct wsmouse_softc *) sc)->sc_input;
sys/dev/wscons/wsmouse.c
133
struct wsmouseinput sc_input;
sys/dev/wscons/wsmouse.c
1395
free_mt_slots(struct wsmouseinput *input)
sys/dev/wscons/wsmouse.c
1414
struct wsmouseinput *input = &((struct wsmouse_softc *) sc)->sc_input;
sys/dev/wscons/wsmouse.c
1448
struct wsmouseinput *input = &((struct wsmouse_softc *) sc)->sc_input;
sys/dev/wscons/wsmouse.c
1524
struct wsmouseinput *input = &((struct wsmouse_softc *) sc)->sc_input;
sys/dev/wscons/wsmouse.c
1620
struct wsmouseinput *input = &((struct wsmouse_softc *) sc)->sc_input;
sys/dev/wscons/wsmouse.c
1650
struct wsmouseinput *input = &((struct wsmouse_softc *) sc)->sc_input;
sys/dev/wscons/wsmouse.c
1690
wsmouse_input_reset(struct wsmouseinput *input)
sys/dev/wscons/wsmouse.c
1713
wsmouse_input_cleanup(struct wsmouseinput *input)
sys/dev/wscons/wsmouse.c
662
normalized_pressure(struct wsmouseinput *input, int pressure)
sys/dev/wscons/wsmouse.c
675
struct wsmouseinput *input = &((struct wsmouse_softc *) sc)->sc_input;
sys/dev/wscons/wsmouse.c
698
struct wsmouseinput *input = &((struct wsmouse_softc *) sc)->sc_input;
sys/dev/wscons/wsmouse.c
744
struct wsmouseinput *input = &((struct wsmouse_softc *) sc)->sc_input;
sys/dev/wscons/wsmouse.c
798
wsmouse_touch_update(struct wsmouseinput *input)
sys/dev/wscons/wsmouse.c
834
wsmouse_mt_update(struct wsmouseinput *input)
sys/dev/wscons/wsmouse.c
851
wsmouse_hysteresis(struct wsmouseinput *input, struct position *pos)
sys/dev/wscons/wsmouse.c
871
wsmouse_ptr_ctrl(struct wsmouseinput *input)
sys/dev/wscons/wsmouse.c
926
struct wsmouseinput *input = &((struct wsmouse_softc *) sc)->sc_input;
sys/dev/wscons/wsmouseinput.h
187
void wsmouse_log_events(struct wsmouseinput *, struct evq_access *);
sys/dev/wscons/wsmouseinput.h
188
int wsmouse_hysteresis(struct wsmouseinput *, struct position *);
sys/dev/wscons/wsmouseinput.h
189
void wsmouse_input_reset(struct wsmouseinput *);
sys/dev/wscons/wsmouseinput.h
190
void wsmouse_input_cleanup(struct wsmouseinput *);
sys/dev/wscons/wsmouseinput.h
192
void wstpad_compat_convert(struct wsmouseinput *, struct evq_access *);
sys/dev/wscons/wsmouseinput.h
193
void wstpad_init_deceleration(struct wsmouseinput *);
sys/dev/wscons/wsmouseinput.h
194
int wstpad_configure(struct wsmouseinput *);
sys/dev/wscons/wsmouseinput.h
195
void wstpad_reset(struct wsmouseinput *);
sys/dev/wscons/wsmouseinput.h
196
void wstpad_cleanup(struct wsmouseinput *);
sys/dev/wscons/wsmouseinput.h
198
int wstpad_get_param(struct wsmouseinput *, int, int *);
sys/dev/wscons/wsmouseinput.h
199
int wstpad_set_param(struct wsmouseinput *, int, int);
sys/dev/wscons/wstpad.c
1037
clear_touchstates(struct wsmouseinput *input, enum touchstates state)
sys/dev/wscons/wstpad.c
1048
wstpad_mt_inputs(struct wsmouseinput *input)
sys/dev/wscons/wstpad.c
1126
wstpad_mt_masks(struct wsmouseinput *input)
sys/dev/wscons/wstpad.c
1198
wstpad_touch_inputs(struct wsmouseinput *input)
sys/dev/wscons/wstpad.c
1256
t2_ignore(struct wsmouseinput *input)
sys/dev/wscons/wstpad.c
1268
wstpad_process_input(struct wsmouseinput *input, struct evq_access *evq)
sys/dev/wscons/wstpad.c
1328
wstpad_track_interval(struct wsmouseinput *input, struct timespec *time)
sys/dev/wscons/wstpad.c
1380
wstpad_decelerate(struct wsmouseinput *input, int *dx, int *dy)
sys/dev/wscons/wstpad.c
1406
wstpad_filter(struct wsmouseinput *input)
sys/dev/wscons/wstpad.c
1455
wstpad_compat_convert(struct wsmouseinput *input, struct evq_access *evq)
sys/dev/wscons/wstpad.c
1476
wstpad_init(struct wsmouseinput *input)
sys/dev/wscons/wstpad.c
1542
wstpad_init_deceleration(struct wsmouseinput *input)
sys/dev/wscons/wstpad.c
1572
wstpad_configure(struct wsmouseinput *input)
sys/dev/wscons/wstpad.c
1715
wstpad_reset(struct wsmouseinput *input)
sys/dev/wscons/wstpad.c
1731
wstpad_cleanup(struct wsmouseinput *input)
sys/dev/wscons/wstpad.c
1744
wstpad_set_param(struct wsmouseinput *input, int key, int val)
sys/dev/wscons/wstpad.c
1845
wstpad_get_param(struct wsmouseinput *input, int key, int *pval)
sys/dev/wscons/wstpad.c
365
magnitude(struct wsmouseinput *input, int dx, int dy)
sys/dev/wscons/wstpad.c
381
wstpad_is_stable(struct wsmouseinput *input, struct tpad_touch *t)
sys/dev/wscons/wstpad.c
418
get_2nd_touch(struct wsmouseinput *input)
sys/dev/wscons/wstpad.c
443
wstpad_scroll_coords(struct wsmouseinput *input, int *dx, int *dy)
sys/dev/wscons/wstpad.c
523
wstpad_f2scroll(struct wsmouseinput *input, u_int *cmds)
sys/dev/wscons/wstpad.c
570
wstpad_edgescroll(struct wsmouseinput *input, u_int *cmds)
sys/dev/wscons/wstpad.c
616
wstpad_get_sbtn(struct wsmouseinput *input, int top)
sys/dev/wscons/wstpad.c
641
wstpad_mtbtn_contacts(struct wsmouseinput *input)
sys/dev/wscons/wstpad.c
664
wstpad_get_mtbtn(struct wsmouseinput *input)
sys/dev/wscons/wstpad.c
672
wstpad_softbuttons(struct wsmouseinput *input, u_int *cmds, int hdlr)
sys/dev/wscons/wstpad.c
723
wstpad_tap_touch(struct wsmouseinput *input)
sys/dev/wscons/wstpad.c
780
wstpad_tap(struct wsmouseinput *input, u_int *cmds)
sys/dev/wscons/wstpad.c
894
wstpad_tap_sync(struct wsmouseinput *input) {
sys/dev/wscons/wstpad.c
904
struct wsmouseinput *input = p;
sys/dev/wscons/wstpad.c
961
wstpad_click(struct wsmouseinput *input)
sys/dev/wscons/wstpad.c
972
wstpad_cmds(struct wsmouseinput *input, u_int cmds)