Home
last modified time | relevance | path

Searched defs:wiimote_queue (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/hid/
Dhid-wiimote.h107 struct wiimote_queue { struct
108 spinlock_t lock;
109 struct work_struct worker;
110 __u8 head;
111 __u8 tail;
112 struct wiimote_buf outq[WIIMOTE_BUFSIZE];
Dhid-wiimote-core.c70 static void wiimote_queue(struct wiimote_data *wdata, const __u8 *buffer, in wiimote_queue() function
/kernel/linux/linux-6.6/drivers/hid/
Dhid-wiimote.h108 struct wiimote_queue { struct
109 spinlock_t lock;
110 struct work_struct worker;
111 __u8 head;
112 __u8 tail;
113 struct wiimote_buf outq[WIIMOTE_BUFSIZE];
Dhid-wiimote-core.c70 static void wiimote_queue(struct wiimote_data *wdata, const __u8 *buffer, in wiimote_queue() function