Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hid/
Dhid-wiimote.h51 #define WIIPROTO_FLAGS_LEDS (WIIPROTO_FLAG_LED1 | WIIPROTO_FLAG_LED2 | \ macro
Dhid-wiimote-core.c157 leds &= WIIPROTO_FLAGS_LEDS; in wiiproto_req_leds()
158 if ((wdata->state.flags & WIIPROTO_FLAGS_LEDS) == leds) in wiiproto_req_leds()
160 wdata->state.flags = (wdata->state.flags & ~WIIPROTO_FLAGS_LEDS) | leds; in wiiproto_req_leds()