Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/input/
H A Dwmt.c243 uint32_t input_mode_rlen; member
961 if (sc->input_mode_rlen < 3 || sc->input_mode_rlen > WMT_BSIZE) { in wmt_set_input_mode()
963 sc->input_mode_rid, sc->input_mode_rlen); in wmt_set_input_mode()
969 sc->input_mode_rlen, uaa->info.bIfaceIndex, in wmt_set_input_mode()
972 bzero(sc->buf + 1, sc->input_mode_rlen - 1); in wmt_set_input_mode()
975 hid_put_udata(sc->buf + 1, sc->input_mode_rlen - 1, in wmt_set_input_mode()
978 sc->input_mode_rlen, uaa->info.bIfaceIndex, in wmt_set_input_mode()