Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/input/
H A Dwsp.c563 struct wsp_softc { struct
564 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 …]