Home
last modified time | relevance | path

Searched defs:g_mouse_softc (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/usb/gadget/
H A Dg_mouse.c107 struct g_mouse_softc { struct
108 struct mtx sc_mtx;
109 struct usb_callout sc_button_press_callout;
110 struct usb_callout sc_cursor_update_callout;
111 struct g_mouse_data sc_data;
112 struct usb_xfer *sc_xfer[G_MOUSE_N_TRANSFER];
114 int sc_mode;
115 int sc_radius;
116 int sc_last_x_state;
117 int sc_last_y_state;
[all …]