Lines Matching refs:wsp_softc
587 struct wsp_softc { struct
670 static int wsp_enable(struct wsp_softc *sc);
671 static void wsp_disable(struct wsp_softc *sc);
674 static void wsp_reset_buf(struct wsp_softc *sc);
675 static void wsp_add_to_queue(struct wsp_softc *, int, int, int, uint32_t);
698 wsp_set_device_mode(struct wsp_softc *sc, uint8_t on) in wsp_set_device_mode()
734 wsp_enable(struct wsp_softc *sc) in wsp_enable()
745 wsp_disable(struct wsp_softc *sc) in wsp_disable()
787 struct wsp_softc *sc = device_get_softc(dev); in wsp_attach()
937 struct wsp_softc *sc = device_get_softc(dev); in wsp_detach()
962 struct wsp_softc *sc = usbd_xfer_softc(xfer); in wsp_intr_callback()
1377 wsp_add_to_queue(struct wsp_softc *sc, int dx, int dy, int dz, in wsp_add_to_queue()
1417 wsp_reset_buf(struct wsp_softc *sc) in wsp_reset_buf()
1424 wsp_start_read(struct wsp_softc *sc) in wsp_start_read()
1446 wsp_stop_read(struct wsp_softc *sc) in wsp_stop_read()
1454 struct wsp_softc *sc = usb_fifo_softc(fifo); in wsp_open()
1483 struct wsp_softc *sc = usb_fifo_softc(fifo); in wsp_close()
1499 struct wsp_softc *sc = usb_fifo_softc(fifo); in wsp_fifo_start_read()
1507 struct wsp_softc *sc = usb_fifo_softc(fifo); in wsp_fifo_stop_read()
1519 struct wsp_softc *sc = evdev_get_softc(evdev); in wsp_ev_open()
1537 struct wsp_softc *sc = evdev_get_softc(evdev); in wsp_ev_close()
1552 struct wsp_softc *sc = usb_fifo_softc(fifo); in wsp_ioctl()
1652 .size = sizeof(struct wsp_softc)