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