Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/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-14.2/sys/dev/usb/input/
H A Dukbd.c163 uint32_t sc_input[UKBD_IN_BUF_SIZE]; /* input buffer */ member
400 sc->sc_input[sc->sc_inputtail] = key; in ukbd_put_key()
482 c = sc->sc_input[sc->sc_inputhead]; in ukbd_get_key()