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

/linux-master/drivers/hid/
H A Dhid-wiimote.h44 #define WIIPROTO_FLAG_BUILTIN_MP 0x010000 macro
H A Dhid-wiimote-core.c901 if (!(wdata->state.flags & WIIPROTO_FLAG_BUILTIN_MP) &&
1073 if (ret && poll_mp && !(flags & WIIPROTO_FLAG_BUILTIN_MP) &&
1177 if (!(flags & WIIPROTO_FLAG_BUILTIN_MP) &&
H A Dhid-wiimote-modules.c2632 * This module simply sets the WIIPROTO_FLAG_BUILTIN_MP protocol flag which
2643 wdata->state.flags |= WIIPROTO_FLAG_BUILTIN_MP;
2655 wdata->state.flags |= WIIPROTO_FLAG_BUILTIN_MP;

Completed in 125 milliseconds