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

/freebsd-13-stable/sys/dev/gpio/
H A Dgpiokeys.c135 uint32_t sc_input[GPIOKEYS_GLOBAL_IN_BUF_SIZE]; /* input buffer */ member in struct:gpiokeys_softc
174 sc->sc_input[sc->sc_inputtail] = key;
702 c = sc->sc_input[sc->sc_inputhead];
/freebsd-13-stable/sys/dev/hid/
H A Dhkbd.c160 uint32_t sc_input[HKBD_IN_BUF_SIZE]; /* input buffer */ member in struct:hkbd_softc
401 sc->sc_input[sc->sc_inputtail] = key;
475 c = sc->sc_input[head];
/freebsd-13-stable/sys/dev/usb/input/
H A Dukbd.c165 uint32_t sc_input[UKBD_IN_BUF_SIZE]; /* input buffer */ member in struct:ukbd_softc
400 sc->sc_input[sc->sc_inputtail] = key;
482 c = sc->sc_input[sc->sc_inputhead];

Completed in 51 milliseconds