HomeSort by: relevance | last modified time | path
    Searched refs:inputstate (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/arch/vax/uba/
qvms.c 80 int inputstate; member in struct:qvms_softc
163 sc->inputstate = 0;
204 sc->inputstate = 1;
206 sc->inputstate++;
208 if (sc->inputstate == 1) {
219 } else if (sc->inputstate == 2) {
224 } else if (sc->inputstate == 3) {
225 sc->inputstate = 0;
  /src/sys/dev/dec/
dzms.c 77 int inputstate; member in struct:dzms_softc
160 sc->inputstate = 0;
201 sc->inputstate = 1;
203 sc->inputstate++;
205 if (sc->inputstate == 1) {
216 } else if (sc->inputstate == 2) {
221 } else if (sc->inputstate == 3) {
222 sc->inputstate = 0;
  /src/sys/dev/pckbport/
pmsvar.h 58 int inputstate; /* number of bytes received for this packet */ member in struct:pms_softc
pms.c 198 sc->inputstate = 0;
253 sc->inputstate = 0;
528 if (sc->inputstate > 0) {
547 sc->inputstate = 0;
555 if (sc->inputstate == 0) {
564 if (sc->inputstate >= sizeof(sc->packet))
565 panic("inputstate should never be %d", sc->inputstate);
567 sc->packet[sc->inputstate++] = data & 0xff;
568 switch (sc->inputstate) {
    [all...]
elantech.c 219 if ((psc->inputstate == 0 && (data & 0x0c) != 0x04) ||
220 (psc->inputstate == 3 && (data & 0x0f) != 0x02)) {
222 psc->inputstate = 0;
226 if ((psc->inputstate == 0 && (data & 0x0c) != 0x0c) ||
227 (psc->inputstate == 3 && (data & 0x0e) != 0x08)) {
229 psc->inputstate = 0;
234 psc->packet[psc->inputstate++] = data & 0xff;
235 if (psc->inputstate != 6)
238 psc->inputstate = 0;
synaptics.c 1729 if (psc->inputstate > 0) {
1736 psc->inputstate = 0;
1744 switch (psc->inputstate) {
1755 psc->inputstate--;
1758 psc->inputstate = 0;
1766 psc->inputstate = 0;
1772 if (psc->inputstate >= sizeof(psc->packet))
1773 panic("inputstate should never be %d", psc->inputstate);
1775 psc->packet[psc->inputstate++] = data & 0xff
    [all...]
alps.c 1102 psc->packet[psc->inputstate++] = data & 0xff;
1103 if (psc->inputstate < 6)
1108 psc->inputstate = 0;
1119 psc->packet[psc->inputstate++] = data & 0xff;
1120 if (psc->inputstate < 6)
1125 psc->inputstate = 0;
  /src/sys/dev/tc/
zsms.c 104 int inputstate; member in struct:zsms_softc
207 sc->inputstate = 0;
245 sc->inputstate = 1;
247 sc->inputstate++;
249 if (sc->inputstate == 1) {
258 } else if (sc->inputstate == 2) {
263 } else if (sc->inputstate == 3) {
264 sc->inputstate = 0;

Completed in 18 milliseconds