Home
last modified time | relevance | path

Searched defs:wiimote_state (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/hid/
Dhid-wiimote.h116 struct wiimote_state { struct
117 spinlock_t lock;
118 __u32 flags;
119 __u8 accel_split[2];
120 __u8 drm;
121 __u8 devtype;
122 __u8 exttype;
123 __u8 mp;
126 struct mutex sync;
127 struct completion ready;
[all …]
/kernel/linux/linux-5.10/drivers/hid/
Dhid-wiimote.h115 struct wiimote_state { struct
116 spinlock_t lock;
117 __u32 flags;
118 __u8 accel_split[2];
119 __u8 drm;
120 __u8 devtype;
121 __u8 exttype;
122 __u8 mp;
125 struct mutex sync;
126 struct completion ready;
[all …]