Searched defs:wsp_softc (Results 1 – 1 of 1) sorted by relevance
563 struct wsp_softc { struct564 struct usb_device *sc_usb_device;565 struct mtx sc_mutex; /* for synchronization */566 struct usb_xfer *sc_xfer[WSP_N_TRANSFER];567 struct usb_fifo_sc sc_fifo;569 const struct wsp_dev_params *sc_params; /* device configuration */572 struct evdev_dev *sc_evdev;574 mousehw_t sc_hw;575 mousemode_t sc_mode;576 u_int sc_pollrate;[all …]