Symbol: wsp_softc
sys/dev/usb/input/wsp.c
1377
wsp_add_to_queue(struct wsp_softc *sc, int dx, int dy, int dz,
sys/dev/usb/input/wsp.c
1417
wsp_reset_buf(struct wsp_softc *sc)
sys/dev/usb/input/wsp.c
1424
wsp_start_read(struct wsp_softc *sc)
sys/dev/usb/input/wsp.c
1446
wsp_stop_read(struct wsp_softc *sc)
sys/dev/usb/input/wsp.c
1454
struct wsp_softc *sc = usb_fifo_softc(fifo);
sys/dev/usb/input/wsp.c
1483
struct wsp_softc *sc = usb_fifo_softc(fifo);
sys/dev/usb/input/wsp.c
1499
struct wsp_softc *sc = usb_fifo_softc(fifo);
sys/dev/usb/input/wsp.c
1507
struct wsp_softc *sc = usb_fifo_softc(fifo);
sys/dev/usb/input/wsp.c
1519
struct wsp_softc *sc = evdev_get_softc(evdev);
sys/dev/usb/input/wsp.c
1537
struct wsp_softc *sc = evdev_get_softc(evdev);
sys/dev/usb/input/wsp.c
1552
struct wsp_softc *sc = usb_fifo_softc(fifo);
sys/dev/usb/input/wsp.c
1652
.size = sizeof(struct wsp_softc)
sys/dev/usb/input/wsp.c
670
static int wsp_enable(struct wsp_softc *sc);
sys/dev/usb/input/wsp.c
671
static void wsp_disable(struct wsp_softc *sc);
sys/dev/usb/input/wsp.c
674
static void wsp_reset_buf(struct wsp_softc *sc);
sys/dev/usb/input/wsp.c
675
static void wsp_add_to_queue(struct wsp_softc *, int, int, int, uint32_t);
sys/dev/usb/input/wsp.c
698
wsp_set_device_mode(struct wsp_softc *sc, uint8_t on)
sys/dev/usb/input/wsp.c
734
wsp_enable(struct wsp_softc *sc)
sys/dev/usb/input/wsp.c
745
wsp_disable(struct wsp_softc *sc)
sys/dev/usb/input/wsp.c
787
struct wsp_softc *sc = device_get_softc(dev);
sys/dev/usb/input/wsp.c
937
struct wsp_softc *sc = device_get_softc(dev);
sys/dev/usb/input/wsp.c
962
struct wsp_softc *sc = usbd_xfer_softc(xfer);