Home
last modified time | relevance | path

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

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