Home
last modified time | relevance | path

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

/drivers/hid/
Dhid-wiimote.h34 #define WIIPROTO_FLAG_RUMBLE 0x10 macro
Dhid-wiimote-core.c129 if (wdata->state.flags & WIIPROTO_FLAG_RUMBLE) in wiiproto_keep_rumble()
138 if (rumble == !!(wdata->state.flags & WIIPROTO_FLAG_RUMBLE)) in wiiproto_req_rumble()
142 wdata->state.flags |= WIIPROTO_FLAG_RUMBLE; in wiiproto_req_rumble()
144 wdata->state.flags &= ~WIIPROTO_FLAG_RUMBLE; in wiiproto_req_rumble()