Searched refs:sc_input (Results 1 – 3 of 3) sorted by relevance
133 uint32_t sc_input[GPIOKEYS_GLOBAL_IN_BUF_SIZE]; /* input buffer */ member172 sc->sc_input[sc->sc_inputtail] = key; in gpiokeys_put_key()704 c = sc->sc_input[sc->sc_inputhead]; in gpiokeys_get_key()
159 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()
164 uint32_t sc_input[UKBD_IN_BUF_SIZE]; /* input buffer */ member449 sc->sc_input[sc->sc_inputtail] = key; in ukbd_put_key()531 c = sc->sc_input[sc->sc_inputhead]; in ukbd_get_key()