Home
last modified time | relevance | path

Searched refs:WIIPROTO_FLAG_ACCEL (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/hid/
Dhid-wiimote.h35 #define WIIPROTO_FLAG_ACCEL 0x20 macro
Dhid-wiimote-core.c214 if (wdata->state.flags & WIIPROTO_FLAG_ACCEL) { in select_drm()
229 if (wdata->state.flags & WIIPROTO_FLAG_ACCEL) { in select_drm()
275 if (accel == !!(wdata->state.flags & WIIPROTO_FLAG_ACCEL)) in wiiproto_req_accel()
279 wdata->state.flags |= WIIPROTO_FLAG_ACCEL; in wiiproto_req_accel()
281 wdata->state.flags &= ~WIIPROTO_FLAG_ACCEL; in wiiproto_req_accel()
Dhid-wiimote-modules.c433 if (!(wdata->state.flags & WIIPROTO_FLAG_ACCEL)) in wiimod_accel_in_accel()