Symbol: wsp_softc
sys/dev/usb/input/wsp.c
1388
wsp_add_to_queue(struct wsp_softc *sc, int dx, int dy, int dz,
sys/dev/usb/input/wsp.c
1428
wsp_reset_buf(struct wsp_softc *sc)
sys/dev/usb/input/wsp.c
1435
wsp_start_read(struct wsp_softc *sc)
sys/dev/usb/input/wsp.c
1457
wsp_stop_read(struct wsp_softc *sc)
sys/dev/usb/input/wsp.c
1465
struct wsp_softc *sc = usb_fifo_softc(fifo);
sys/dev/usb/input/wsp.c
1494
struct wsp_softc *sc = usb_fifo_softc(fifo);
sys/dev/usb/input/wsp.c
1510
struct wsp_softc *sc = usb_fifo_softc(fifo);
sys/dev/usb/input/wsp.c
1518
struct wsp_softc *sc = usb_fifo_softc(fifo);
sys/dev/usb/input/wsp.c
1530
struct wsp_softc *sc = evdev_get_softc(evdev);
sys/dev/usb/input/wsp.c
1548
struct wsp_softc *sc = evdev_get_softc(evdev);
sys/dev/usb/input/wsp.c
1563
struct wsp_softc *sc = usb_fifo_softc(fifo);
sys/dev/usb/input/wsp.c
1663
.size = sizeof(struct wsp_softc)
sys/dev/usb/input/wsp.c
671
static int wsp_enable(struct wsp_softc *sc);
sys/dev/usb/input/wsp.c
672
static void wsp_disable(struct wsp_softc *sc);
sys/dev/usb/input/wsp.c
675
static void wsp_reset_buf(struct wsp_softc *sc);
sys/dev/usb/input/wsp.c
676
static void wsp_add_to_queue(struct wsp_softc *, int, int, int, uint32_t);
sys/dev/usb/input/wsp.c
699
wsp_set_device_mode(struct wsp_softc *sc, uint8_t on)
sys/dev/usb/input/wsp.c
735
wsp_enable(struct wsp_softc *sc)
sys/dev/usb/input/wsp.c
746
wsp_disable(struct wsp_softc *sc)
sys/dev/usb/input/wsp.c
788
struct wsp_softc *sc = device_get_softc(dev);
sys/dev/usb/input/wsp.c
939
struct wsp_softc *sc = device_get_softc(dev);
sys/dev/usb/input/wsp.c
964
struct wsp_softc *sc = usbd_xfer_softc(xfer);