WIIPROTO_FLAGS_IR  196 drivers/hid/hid-wiimote-core.c 	__u8 ir = wdata->state.flags & WIIPROTO_FLAGS_IR;
WIIPROTO_FLAGS_IR  557 drivers/hid/hid-wiimote-modules.c 	if (!(wdata->state.flags & WIIPROTO_FLAGS_IR))
WIIPROTO_FLAGS_IR  620 drivers/hid/hid-wiimote-modules.c 	if (mode == (wdata->state.flags & WIIPROTO_FLAGS_IR)) {
WIIPROTO_FLAGS_IR  626 drivers/hid/hid-wiimote-modules.c 		wdata->state.flags &= ~WIIPROTO_FLAGS_IR;
WIIPROTO_FLAGS_IR  709 drivers/hid/hid-wiimote-modules.c 	wdata->state.flags &= ~WIIPROTO_FLAGS_IR;
WIIPROTO_FLAGS_IR  710 drivers/hid/hid-wiimote-modules.c 	wdata->state.flags |= mode & WIIPROTO_FLAGS_IR;