Searched refs:WIIPROTO_FLAGS_LEDS (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/hid/
H A Dhid-wiimote.h48 #define WIIPROTO_FLAGS_LEDS (WIIPROTO_FLAG_LED1 | WIIPROTO_FLAG_LED2 | \ macro
H A Dhid-wiimote-core.c154 leds &= WIIPROTO_FLAGS_LEDS;
155 if ((wdata->state.flags & WIIPROTO_FLAGS_LEDS) == leds)
157 wdata->state.flags = (wdata->state.flags & ~WIIPROTO_FLAGS_LEDS) | leds;

Completed in 123 milliseconds