Home
last modified time | relevance | path

Searched refs:wmt_hid_parse (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/usb/input/
H A Dwmt.c252 static enum wmt_type wmt_hid_parse(struct wmt_softc *, const void *, uint16_t);
305 sc->type = wmt_hid_parse(sc, d_ptr, d_len); in wmt_probe()
729 wmt_hid_parse(struct wmt_softc *sc, const void *d_ptr, uint16_t d_len) in wmt_hid_parse() function