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

/linux-master/drivers/hid/
H A Dhid-wiimote.h25 #define WIIMOTE_BUFSIZE 32 macro
113 struct wiimote_buf outq[WIIMOTE_BUFSIZE];
H A Dhid-wiimote-core.c64 wdata->queue.tail = (wdata->queue.tail + 1) % WIIMOTE_BUFSIZE;
97 newhead = (wdata->queue.head + 1) % WIIMOTE_BUFSIZE;

Completed in 103 milliseconds