Lines Matching defs:wsp_softc
563 struct wsp_softc {
646 static int wsp_enable(struct wsp_softc *sc);
647 static void wsp_disable(struct wsp_softc *sc);
650 static void wsp_reset_buf(struct wsp_softc *sc);
651 static void wsp_add_to_queue(struct wsp_softc *, int, int, int, uint32_t);
674 wsp_set_device_mode(struct wsp_softc *sc, uint8_t on)
710 wsp_enable(struct wsp_softc *sc)
721 wsp_disable(struct wsp_softc *sc)
763 struct wsp_softc *sc = device_get_softc(dev);
913 struct wsp_softc *sc = device_get_softc(dev);
938 struct wsp_softc *sc = usbd_xfer_softc(xfer);
1321 wsp_add_to_queue(struct wsp_softc *sc, int dx, int dy, int dz,
1360 wsp_reset_buf(struct wsp_softc *sc)
1367 wsp_start_read(struct wsp_softc *sc)
1389 wsp_stop_read(struct wsp_softc *sc)
1397 struct wsp_softc *sc = usb_fifo_softc(fifo);
1426 struct wsp_softc *sc = usb_fifo_softc(fifo);
1442 struct wsp_softc *sc = usb_fifo_softc(fifo);
1450 struct wsp_softc *sc = usb_fifo_softc(fifo);
1462 struct wsp_softc *sc = evdev_get_softc(evdev);
1480 struct wsp_softc *sc = evdev_get_softc(evdev);
1495 struct wsp_softc *sc = usb_fifo_softc(fifo);
1595 .size = sizeof(struct wsp_softc)