Searched refs:sc_inputs (Results 1 – 2 of 2) sorted by relevance
146 uint16_t sc_inputs; member173 if (sc->sc_inputs < GPIOKEYS_GLOBAL_IN_BUF_SIZE) { in gpiokeys_put_key()175 ++(sc->sc_inputs); in gpiokeys_put_key()629 while (sc->sc_inputs == 0) { in gpiokeys_do_poll()637 while ((sc->sc_inputs == 0) && wait) { in gpiokeys_do_poll()656 if (sc->sc_inputs > 0) { in gpiokeys_check()699 if (sc->sc_inputs == 0) { in gpiokeys_get_key()703 --(sc->sc_inputs); in gpiokeys_get_key()
193 uint16_t sc_inputs; member399 if (sc->sc_inputs < UKBD_IN_BUF_SIZE) { in ukbd_put_key()401 ++(sc->sc_inputs); in ukbd_put_key()428 while (sc->sc_inputs == 0) { in ukbd_do_poll()440 while (sc->sc_inputs == 0) { in ukbd_do_poll()469 if (sc->sc_inputs == 0 && in ukbd_get_key()479 if (sc->sc_inputs == 0) { in ukbd_get_key()483 --(sc->sc_inputs); in ukbd_get_key()581 if (sc->sc_inputs == 0) in ukbd_event_keyinput()766 if (sc->sc_inputs < UKBD_IN_BUF_FULL) { in ukbd_intr_callback()[all …]