Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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) 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()
/kernel/linux/linux-6.6/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) 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()

Completed in 12 milliseconds