Searched defs:wsp_softc (Results 1 – 1 of 1) sorted by relevance
535 struct wsp_softc { struct536 struct usb_device *sc_usb_device;537 struct lock sc_lock; /* for synchronization */538 struct usb_xfer *sc_xfer[WSP_N_TRANSFER];539 struct usb_fifo_sc sc_fifo;541 const struct wsp_dev_params *sc_params; /* device configuration */543 mousehw_t sc_hw;544 mousemode_t sc_mode;545 u_int sc_pollrate;546 mousestatus_t sc_status;[all …]