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

  /src/sys/arch/arm/sa11x0/
sa1111_kbc.c 94 int poll_stat; /* data read from inr handler if polling */ member in struct:sackbc_softc
175 sc->poll_stat = stat;
308 stat = sc->poll_stat;
311 sc->poll_stat = -1;
389 sc->poll_data = sc->poll_stat = -1;
  /src/sys/dev/ic/
pckbc.c 57 int poll_stat; /* status read from inr handler if polling */ member in struct:pckbc_slotdata
138 if (q && q->polling && q->poll_data != -1 && q->poll_stat != -1) {
139 stat = q->poll_stat;
142 q->poll_stat = -1;
464 t->t_slotdata[slot]->poll_stat = -1;
524 q->poll_stat = stat;

Completed in 12 milliseconds