Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/hid/
H A Dhid-wiimote.h25 #define WIIMOTE_BUFSIZE 32 macro
112 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()
/kernel/linux/linux-6.6/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()

Completed in 7 milliseconds