Searched refs:WIIPROTO_FLAG_ACCEL (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/hid/
H A Dhid-wiimote.h32 #define WIIPROTO_FLAG_ACCEL 0x20 macro
H A Dhid-wiimote-core.c211 if (wdata->state.flags & WIIPROTO_FLAG_ACCEL) {
226 if (wdata->state.flags & WIIPROTO_FLAG_ACCEL) {
272 if (accel == !!(wdata->state.flags & WIIPROTO_FLAG_ACCEL))
276 wdata->state.flags |= WIIPROTO_FLAG_ACCEL;
278 wdata->state.flags &= ~WIIPROTO_FLAG_ACCEL;
H A Dhid-wiimote-modules.c430 if (!(wdata->state.flags & WIIPROTO_FLAG_ACCEL))

Completed in 171 milliseconds