Home
last modified time | relevance | path

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

/openbmc/linux/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; in wiimote_queue_worker()
97 newhead = (wdata->queue.head + 1) % WIIMOTE_BUFSIZE; in wiimote_queue()