Home
last modified time | relevance | path

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

/freebsd/sys/dev/gpio/
H A Dgpiokeys.c133 uint32_t sc_input[GPIOKEYS_GLOBAL_IN_BUF_SIZE]; /* input buffer */ member
172 sc->sc_input[sc->sc_inputtail] = key; in gpiokeys_put_key()
704 c = sc->sc_input[sc->sc_inputhead]; in gpiokeys_get_key()
/freebsd/sys/dev/hid/
H A Dhkbd.c159 uint32_t sc_input[HKBD_IN_BUF_SIZE]; /* input buffer */ member
398 sc->sc_input[sc->sc_inputtail] = key; in hkbd_put_key()
472 c = sc->sc_input[head]; in hkbd_get_key()
/freebsd/sys/dev/usb/input/
H A Dukbd.c164 uint32_t sc_input[UKBD_IN_BUF_SIZE]; /* input buffer */ member
449 sc->sc_input[sc->sc_inputtail] = key; in ukbd_put_key()
531 c = sc->sc_input[sc->sc_inputhead]; in ukbd_get_key()