HomeSort by: relevance | last modified time | path
    Searched defs:sc_stopreportid (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/usb/
uhidev.c 112 int sc_stopreportid; member in struct:uhidev_softc
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
    [all...]

Completed in 11 milliseconds