WIIPROTO_FLAG_ACCEL  211 drivers/hid/hid-wiimote-core.c 		if (wdata->state.flags & WIIPROTO_FLAG_ACCEL) {
WIIPROTO_FLAG_ACCEL  226 drivers/hid/hid-wiimote-core.c 		if (wdata->state.flags & WIIPROTO_FLAG_ACCEL) {
WIIPROTO_FLAG_ACCEL  272 drivers/hid/hid-wiimote-core.c 	if (accel == !!(wdata->state.flags & WIIPROTO_FLAG_ACCEL))
WIIPROTO_FLAG_ACCEL  276 drivers/hid/hid-wiimote-core.c 		wdata->state.flags |= WIIPROTO_FLAG_ACCEL;
WIIPROTO_FLAG_ACCEL  278 drivers/hid/hid-wiimote-core.c 		wdata->state.flags &= ~WIIPROTO_FLAG_ACCEL;
WIIPROTO_FLAG_ACCEL  430 drivers/hid/hid-wiimote-modules.c 	if (!(wdata->state.flags & WIIPROTO_FLAG_ACCEL))