Home
last modified time | relevance | path

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

/freebsd-src/sys/dev/usb/input/
H A Dums.c134 struct ums_softc { struct
135 struct usb_fifo_sc sc_fifo;
136 struct mtx sc_mtx;
137 struct usb_callout sc_callout;
138 struct ums_info sc_info[UMS_INFO_MAX];
140 mousehw_t sc_hw;
141 mousemode_t sc_mode;
142 mousestatus_t sc_status;
144 struct usb_xfer *sc_xfer[UMS_N_TRANSFER];
146 int sc_pollrate;
[all …]