Searched refs:WIIMOTE_BUFSIZE (Results 1 – 2 of 2) sorted by relevance
28 #define WIIMOTE_BUFSIZE 32 macro115 struct wiimote_buf outq[WIIMOTE_BUFSIZE];
67 wdata->queue.tail = (wdata->queue.tail + 1) % WIIMOTE_BUFSIZE; in wiimote_queue_worker()100 newhead = (wdata->queue.head + 1) % WIIMOTE_BUFSIZE; in wiimote_queue()