wsmouse_repeat
struct wsmouse_repeat tmp;
struct wsmouse_repeat tmp;
static struct wsmouse_repeat repeat;
#define WSMOUSEIO_GETREPEAT _IOR('W', 39, struct wsmouse_repeat)
#define WSMOUSEIO_SETREPEAT _IOW('W', 40, struct wsmouse_repeat)
struct wsmouse_repeat sc_repeat;
static void wsmouse_repeat(void *v);
callout_setfunc(&sc->sc_repeat_callout, wsmouse_repeat, sc);
struct wsmouse_repeat *wr;
wr = (struct wsmouse_repeat *)data;
wr = (struct wsmouse_repeat *)data;