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

/freebsd-13-stable/sys/dev/hid/
H A Dhkbd.c162 uint32_t sc_composed_char; /* composed char code, if non-zero */ member in struct:hkbd_softc
1249 if ((sc->sc_composed_char > 0) &&
1339 if ((sc->sc_composed_char > 0) &&
1341 action = sc->sc_composed_char;
1342 sc->sc_composed_char = 0;
1405 if (sc->sc_composed_char > 0xFF) {
1406 sc->sc_composed_char = 0;
1412 sc->sc_composed_char = 0;
1432 sc->sc_composed_char *= 10;
1433 sc->sc_composed_char
[all...]
/freebsd-13-stable/sys/dev/usb/input/
H A Dukbd.c167 uint32_t sc_composed_char; /* composed char code, if non-zero */ member in struct:ukbd_softc
1467 if ((sc->sc_composed_char > 0) &&
1557 if ((sc->sc_composed_char > 0) &&
1559 action = sc->sc_composed_char;
1560 sc->sc_composed_char = 0;
1623 if (sc->sc_composed_char > 0xFF) {
1624 sc->sc_composed_char = 0;
1630 sc->sc_composed_char = 0;
1650 sc->sc_composed_char *= 10;
1651 sc->sc_composed_char
[all...]

Completed in 36 milliseconds