Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/gpio/
H A Dgpiokeys.c124 uint32_t sc_input[GPIOKEYS_GLOBAL_IN_BUF_SIZE]; /* input buffer */ member
163 sc->sc_input[sc->sc_inputtail] = key; in gpiokeys_put_key()
659 c = sc->sc_input[sc->sc_inputhead]; in gpiokeys_get_key()
/freebsd-12.1/sys/dev/usb/input/
H A Dukbd.c178 uint32_t sc_input[UKBD_IN_BUF_SIZE]; /* input buffer */ member
430 sc->sc_input[sc->sc_inputtail] = key; in ukbd_put_key()
513 c = sc->sc_input[sc->sc_inputhead]; in ukbd_get_key()