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

/linux-master/drivers/hid/
H A Duhid.c27 #define UHID_BUFSIZE 32 macro
54 struct uhid_event *outq[UHID_BUFSIZE];
96 newhead = (uhid->head + 1) % UHID_BUFSIZE;
664 for (i = 0; i < UHID_BUFSIZE; ++i)
711 uhid->tail = (uhid->tail + 1) % UHID_BUFSIZE;

Completed in 169 milliseconds