Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/input/
H A Dums.c133 struct ums_softc { struct
134 struct usb_fifo_sc sc_fifo;
135 struct mtx sc_mtx;
136 struct usb_callout sc_callout;
137 struct ums_info sc_info[UMS_INFO_MAX];
139 mousehw_t sc_hw;
140 mousemode_t sc_mode;
141 mousestatus_t sc_status;
143 struct usb_xfer *sc_xfer[UMS_N_TRANSFER];
145 int sc_pollrate;
[all …]