Home
last modified time | relevance | path

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

/freebsd-head/sys/dev/usb/input/
HDwmt.c234 uint32_t cont_max_rlen; member
336 if (sc->cont_max_rlen > 0 && sc->cont_max_rlen <= WMT_BSIZE) { in wmt_attach()
338 sc->cont_max_rlen, uaa->info.bIfaceIndex, in wmt_attach()
342 sc->cont_max_rlen - 1, &sc->cont_max_loc); in wmt_attach()
354 sc->cont_max_rid, sc->cont_max_rlen); in wmt_attach()
937 sc->cont_max_rlen = hid_report_size(d_ptr, d_len, hid_feature, in wmt_hid_parse()
/freebsd-head/sys/dev/hid/
HDhmt.c214 uint32_t cont_max_rlen; member
321 if (sc->cont_max_rlen > 1) { in hmt_attach()
322 err = hid_get_report(dev, fbuf, sc->cont_max_rlen, &rsize, in hmt_attach()
327 sc->cont_max_rlen - 1, &sc->cont_max_loc); in hmt_attach()
843 sc->cont_max_rlen = hid_report_size(d_ptr, d_len, hid_feature, in hmt_hid_parse()