Home
last modified time | relevance | path

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

/dflybsd-src/sys/bus/u4b/gadget/
H A Dg_mouse.c102 struct g_mouse_softc { struct
103 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 …]