Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/hid/
Dhid-wiimote-core.c211 if (wdata->state.flags & WIIPROTO_FLAG_ACCEL) { in select_drm()
226 if (wdata->state.flags & WIIPROTO_FLAG_ACCEL) { in select_drm()
272 if (accel == !!(wdata->state.flags & WIIPROTO_FLAG_ACCEL)) in wiiproto_req_accel()
276 wdata->state.flags |= WIIPROTO_FLAG_ACCEL; in wiiproto_req_accel()
278 wdata->state.flags &= ~WIIPROTO_FLAG_ACCEL; in wiiproto_req_accel()
Dhid-wiimote.h32 #define WIIPROTO_FLAG_ACCEL 0x20 macro
Dhid-wiimote-modules.c430 if (!(wdata->state.flags & WIIPROTO_FLAG_ACCEL)) in wiimod_accel_in_accel()