Home
last modified time | relevance | path

Searched refs:sc_pollbuf (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/dev/adb/
H A Dadb_kbd.c101 uint8_t sc_pollbuf[16]; member
557 sc->sc_pollbuf[sc->sc_polled_chars] = k; in adbkbd_key()
732 key = sc->sc_pollbuf[0]; in adbkbd_cngetc()
734 memmove(sc->sc_pollbuf, sc->sc_pollbuf + 1, in adbkbd_cngetc()
755 adbkbd_key(sc, sc->sc_pollbuf[i]); in adbkbd_cnpollc()
/netbsd-src/sys/dev/hil/
H A Dhil.c154 sc->sc_pollbp = sc->sc_pollbuf; in hil_attach()
327 - sc->sc_pollbuf, in hil_process_int()
328 sc->sc_pollbuf); in hil_process_int()
337 sc->sc_pollbp = sc->sc_pollbuf; in hil_process_int()
414 sc->sc_pollbp = sc->sc_pollbuf; in hil_process_poll()
H A Dhilvar.h86 uint8_t sc_pollbuf[HILBUFSIZE]; /* interrupt time input buf */ member