Searched refs:WIIPROTO_FLAG_MP_ACTIVE (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/hid/
H A Dhid-wiimote-core.c973 ret = ret && (wdata->state.flags & WIIPROTO_FLAG_MP_ACTIVE);
996 ret = ret && !(wdata->state.flags & WIIPROTO_FLAG_MP_ACTIVE);
1023 ret = ret && !(wdata->state.flags & WIIPROTO_FLAG_MP_ACTIVE);
1054 ret = ret && (wdata->state.flags & WIIPROTO_FLAG_MP_ACTIVE);
1117 wdata->state.flags &= ~WIIPROTO_FLAG_MP_ACTIVE;
1186 wdata->state.flags |= WIIPROTO_FLAG_MP_ACTIVE;
1323 if (wdata->state.flags & WIIPROTO_FLAG_MP_ACTIVE) {
1442 wdata->state.flags &= ~WIIPROTO_FLAG_MP_ACTIVE;
H A Dhid-wiimote.h41 #define WIIPROTO_FLAG_MP_ACTIVE 0x2000 macro
H A Dhid-wiimote-modules.c863 if (wdata->state.flags & WIIPROTO_FLAG_MP_ACTIVE) {
885 if (wdata->state.flags & WIIPROTO_FLAG_MP_ACTIVE) {
1093 if (wdata->state.flags & WIIPROTO_FLAG_MP_ACTIVE) {
1178 if (wdata->state.flags & WIIPROTO_FLAG_MP_ACTIVE) {
2045 if (wdata->state.flags & WIIPROTO_FLAG_MP_ACTIVE) {
2272 if (wdata->state.flags & WIIPROTO_FLAG_MP_ACTIVE) {
2490 if (wdata->state.flags & WIIPROTO_FLAG_MP_ACTIVE) {

Completed in 125 milliseconds