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

/freebsd-11-stable/sys/dev/usb/input/
H A Dukbd.c114 #define UKBD_IN_BUF_SIZE (4 * UKBD_NKEYCODE) /* scancodes */ macro
115 #define UKBD_IN_BUF_FULL ((UKBD_IN_BUF_SIZE / 2) - 1) /* scancodes */
164 uint32_t sc_input[UKBD_IN_BUF_SIZE]; /* input buffer */
421 if (sc->sc_inputs < UKBD_IN_BUF_SIZE) {
425 if (sc->sc_inputtail >= UKBD_IN_BUF_SIZE) {
508 if (sc->sc_inputhead >= UKBD_IN_BUF_SIZE) {

Completed in 62 milliseconds