Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/hid/
Duhid.c27 #define UHID_BUFSIZE 32 macro
54 struct uhid_event *outq[UHID_BUFSIZE];
96 newhead = (uhid->head + 1) % UHID_BUFSIZE; in uhid_queue()
665 for (i = 0; i < UHID_BUFSIZE; ++i) in uhid_char_release()
712 uhid->tail = (uhid->tail + 1) % UHID_BUFSIZE; in uhid_char_read()