Home | History | Annotate | Download | only in usb

Lines Matching defs:sc_stopreportid

112 	int sc_stopreportid;
203 sc->sc_stopreportid = -1;
944 KASSERTMSG(sc->sc_stopreportid == -1, "%d", sc->sc_stopreportid);
945 sc->sc_stopreportid = scd->sc_report_id;
951 KASSERT(sc->sc_stopreportid == scd->sc_report_id);
952 sc->sc_stopreportid = scd->sc_report_id;
988 if (sc->sc_stopreportid == scd->sc_report_id) {
995 KASSERT(sc->sc_stopreportid == scd->sc_report_id);
997 sc->sc_stopreportid = -1;
1084 if (sc->sc_writelock == NULL && sc->sc_stopreportid == -1)
1170 if (sc->sc_writelock != NULL || sc->sc_stopreportid != -1) {