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

/linux-master/drivers/hid/
H A Dhid-wiimote.h31 #define WIIPROTO_FLAG_RUMBLE 0x10 macro
H A Dhid-wiimote-core.c126 if (wdata->state.flags & WIIPROTO_FLAG_RUMBLE)
135 if (rumble == !!(wdata->state.flags & WIIPROTO_FLAG_RUMBLE))
139 wdata->state.flags |= WIIPROTO_FLAG_RUMBLE;
141 wdata->state.flags &= ~WIIPROTO_FLAG_RUMBLE;

Completed in 86 milliseconds