Searched defs:g_mouse_softc (Results 1 – 1 of 1) sorted by relevance
102 struct g_mouse_softc { struct103 struct lock sc_lock;104 struct usb_callout sc_button_press_callout;105 struct usb_callout sc_cursor_update_callout;106 struct g_mouse_data sc_data;107 struct usb_xfer *sc_xfer[G_MOUSE_N_TRANSFER];109 int sc_mode;110 int sc_radius;111 int sc_last_x_state;112 int sc_last_y_state;[all …]