Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/hid/
Dhid-wiimote.h48 #define WIIPROTO_FLAGS_LEDS (WIIPROTO_FLAG_LED1 | WIIPROTO_FLAG_LED2 | \ macro
Dhid-wiimote-core.c154 leds &= WIIPROTO_FLAGS_LEDS; in wiiproto_req_leds()
155 if ((wdata->state.flags & WIIPROTO_FLAGS_LEDS) == leds) in wiiproto_req_leds()
157 wdata->state.flags = (wdata->state.flags & ~WIIPROTO_FLAGS_LEDS) | leds; in wiiproto_req_leds()