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

/freebsd-13-stable/sys/dev/hid/
H A Dhkbd.c150 struct hkbd_data sc_odata; member in struct:hkbd_softc
335 ret |= (sc->sc_odata.bitmap[i] != 0);
501 if (!(sc->sc_odata.bitmap[key / 64] & mask) &&
509 sc->sc_odata.bitmap[key / 64] ^
519 if (sc->sc_odata.bitmap[key / 64] & mask) {
541 if ((sc->sc_odata.bitmap[key / 64] & mask) &&
548 sc->sc_odata = sc->sc_ndata;
721 sc->sc_ndata = sc->sc_odata;
1723 memset(&sc->sc_odata, 0, sizeof(sc->sc_odata));
[all...]
/freebsd-13-stable/sys/dev/usb/input/
H A Dukbd.c152 struct ukbd_data sc_odata; member in struct:ukbd_softc
337 ret |= (sc->sc_odata.bitmap[i] != 0);
504 sc->sc_odata.bitmap[key / 64] ^
508 if (sc->sc_odata.bitmap[key / 64] & mask)
519 sc->sc_odata.bitmap[key / 64] ^
528 if (sc->sc_odata.bitmap[key / 64] & mask) {
549 sc->sc_odata = sc->sc_ndata;
727 sc->sc_ndata = sc->sc_odata;
1923 memset(&sc->sc_odata, 0, sizeof(sc->sc_odata));
[all...]

Completed in 97 milliseconds