WIIPROTO_FLAGS_LEDS  154 drivers/hid/hid-wiimote-core.c 	leds &= WIIPROTO_FLAGS_LEDS;
WIIPROTO_FLAGS_LEDS  155 drivers/hid/hid-wiimote-core.c 	if ((wdata->state.flags & WIIPROTO_FLAGS_LEDS) == leds)
WIIPROTO_FLAGS_LEDS  157 drivers/hid/hid-wiimote-core.c 	wdata->state.flags = (wdata->state.flags & ~WIIPROTO_FLAGS_LEDS) | leds;