Lines Matching defs:sc_report_id
99 uint8_t sc_report_id;
412 scd->sc_report_id = repid;
871 scd->sc_report_id,
896 device_xname(sc->sc_dev), scd->sc_report_id);
936 if (sc->sc_writereportid != scd->sc_report_id)
951 sc->sc_stopreportid = scd->sc_report_id;
957 KASSERT(sc->sc_stopreportid == scd->sc_report_id);
958 sc->sc_stopreportid = scd->sc_report_id;
979 scd->sc_report_id,
986 device_xname(sc->sc_dev), scd->sc_report_id);
994 if (sc->sc_stopreportid == scd->sc_report_id) {
1001 KASSERT(sc->sc_stopreportid == scd->sc_report_id);
1048 if (scd->sc_report_id == 0)
1050 scd->sc_report_id, data, len);
1053 buf[0] = scd->sc_report_id;
1057 scd->sc_report_id, buf, len + 1);
1068 scd->sc_report_id, data, len);
1098 sc->sc_writereportid = scd->sc_report_id;
1121 KASSERTMSG(sc->sc_writereportid == scd->sc_report_id,
1123 device_xname(sc->sc_dev), scd->sc_report_id, sc->sc_writereportid);
1181 sc->sc_writereportid = scd->sc_report_id;