Searched refs:WIIPROTO_FLAG_ACCEL (Results 1 – 2 of 2) sorted by relevance
211 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()
32 #define WIIPROTO_FLAG_ACCEL 0x20 macro