Home
last modified time | relevance | path

Searched refs:poll_stat (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/arch/arm/sa11x0/
Dsa1111_kbc.c94 int poll_stat; /* data read from inr handler if polling */ member
175 sc->poll_stat = stat; in sackbc_rxint()
308 stat = sc->poll_stat; in sackbc_poll_data1()
311 sc->poll_stat = -1; in sackbc_poll_data1()
389 sc->poll_data = sc->poll_stat = -1; in sackbc_set_poll()
/netbsd/src/sys/dev/ic/
Dpckbc.c57 int poll_stat; /* status read from inr handler if polling */ member
138 if (q && q->polling && q->poll_data != -1 && q->poll_stat != -1) { in pckbc_poll_data1()
139 stat = q->poll_stat; in pckbc_poll_data1()
142 q->poll_stat = -1; in pckbc_poll_data1()
464 t->t_slotdata[slot]->poll_stat = -1; in pckbc_set_poll()
524 q->poll_stat = stat; in pckbcintr_hard()