Lines Matching refs:wmt_softc
199 struct wmt_softc { struct
252 static enum wmt_type wmt_hid_parse(struct wmt_softc *, const void *, uint16_t); argument
253 static int wmt_set_input_mode(struct wmt_softc *, enum wmt_input_mode);
284 struct wmt_softc *sc = device_get_softc(dev); in wmt_probe()
326 struct wmt_softc *sc = device_get_softc(dev); in wmt_attach()
481 struct wmt_softc *sc = device_get_softc(dev); in wmt_detach()
490 wmt_process_report(struct wmt_softc *sc, uint8_t *buf, int len) in wmt_process_report()
633 struct wmt_softc *sc = usbd_xfer_softc(xfer); in wmt_intr_callback()
692 struct wmt_softc *sc = ev_softc; in wmt_ev_close_11()
701 struct wmt_softc *sc = ev_softc; in wmt_ev_open_11()
712 struct wmt_softc *sc = evdev_get_softc(evdev); in wmt_ev_close()
722 struct wmt_softc *sc = evdev_get_softc(evdev); in wmt_ev_open()
729 wmt_hid_parse(struct wmt_softc *sc, const void *d_ptr, uint16_t d_len) in wmt_hid_parse()
955 wmt_set_input_mode(struct wmt_softc *sc, enum wmt_input_mode mode) in wmt_set_input_mode()
1000 .size = sizeof(struct wmt_softc),