Searched defs:wiimote_queue (Results 1 – 2 of 2) sorted by relevance
110 struct wiimote_queue { struct111 spinlock_t lock;112 struct work_struct worker;113 __u8 head;114 __u8 tail;115 struct wiimote_buf outq[WIIMOTE_BUFSIZE];
73 static void wiimote_queue(struct wiimote_data *wdata, const __u8 *buffer, in wiimote_queue() function