Searched refs:sc_input (Results 1 – 3 of 3) sorted by relevance
135 uint32_t sc_input[GPIOKEYS_GLOBAL_IN_BUF_SIZE]; /* input buffer */ member174 sc->sc_input[sc->sc_inputtail] = key; in gpiokeys_put_key()702 c = sc->sc_input[sc->sc_inputhead]; in gpiokeys_get_key()
161 uint32_t sc_input[HKBD_IN_BUF_SIZE]; /* input buffer */ member398 sc->sc_input[sc->sc_inputtail] = key; in hkbd_put_key()472 c = sc->sc_input[head]; in hkbd_get_key()
165 uint32_t sc_input[UKBD_IN_BUF_SIZE]; /* input buffer */ member400 sc->sc_input[sc->sc_inputtail] = key; in ukbd_put_key()482 c = sc->sc_input[sc->sc_inputhead]; in ukbd_get_key()