Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hid/
Duhid.c29 #define UHID_BUFSIZE 32 macro
45 struct uhid_event *outq[UHID_BUFSIZE];
78 newhead = (uhid->head + 1) % UHID_BUFSIZE; in uhid_queue()
645 for (i = 0; i < UHID_BUFSIZE; ++i) in uhid_char_release()
692 uhid->tail = (uhid->tail + 1) % UHID_BUFSIZE; in uhid_char_read()