Home
last modified time | relevance | path

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

/dflybsd-src/sys/bus/u4b/input/
H A Dums.c124 struct ums_softc { struct
125 struct usb_fifo_sc sc_fifo;
126 struct lock sc_lock;
127 struct usb_callout sc_callout;
128 struct ums_info sc_info[UMS_INFO_MAX];
130 mousehw_t sc_hw;
131 mousemode_t sc_mode;
132 mousestatus_t sc_status;
134 struct usb_xfer *sc_xfer[UMS_N_TRANSFER];
136 int sc_pollrate;
[all …]