Searched defs:wsp_softc (Results 1 – 1 of 1) sorted by relevance
587 struct wsp_softc { struct588 struct usb_device *sc_usb_device;589 struct mtx sc_mutex; /* for synchronization */590 struct usb_xfer *sc_xfer[WSP_N_TRANSFER];591 struct usb_fifo_sc sc_fifo;593 const struct wsp_dev_params *sc_params; /* device configuration */596 struct evdev_dev *sc_evdev;598 mousehw_t sc_hw;599 mousemode_t sc_mode;600 u_int sc_pollrate;[all …]