Searched refs:cont_max_rid (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/usb/input/
H A Dwmt.c241 uint8_t cont_max_rid; member in struct:wmt_softc
355 UHID_FEATURE_REPORT, sc->cont_max_rid);
370 sc->cont_max_rid, sc->cont_max_rlen);
374 sc->btn_type_rid != sc->cont_max_rid) {
390 sc->thqa_cert_rid != sc->cont_max_rid)
804 sc->cont_max_rid = hi.report_ID;
823 if (sc->cont_max_rid == 0)
968 sc->cont_max_rid);
/freebsd-13-stable/sys/dev/hid/
H A Dhmt.c218 uint8_t cont_max_rid; member in struct:hmt_softc
326 HID_FEATURE_REPORT, sc->cont_max_rid);
340 sc->cont_max_rid, sc->cont_max_rlen);
343 if (sc->btn_type_rlen > 1 && sc->btn_type_rid != sc->cont_max_rid) {
357 if (sc->thqa_cert_rlen > 1 && sc->thqa_cert_rid != sc->cont_max_rid)
703 tlc_index, 0, &sc->cont_max_loc, &flags, &sc->cont_max_rid, &ai) ||
851 sc->cont_max_rid);

Completed in 88 milliseconds