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

/linux-master/drivers/hid/
H A Dhid-wiimote.h45 #define WIIPROTO_FLAG_NO_MP 0x020000 macro
H A Dhid-wiimote-core.c902 !(wdata->state.flags & WIIPROTO_FLAG_NO_MP))
1074 !(flags & WIIPROTO_FLAG_NO_MP))
1123 if (flags & WIIPROTO_FLAG_NO_MP) {
1178 !(flags & WIIPROTO_FLAG_NO_MP))
H A Dhid-wiimote-modules.c2668 * This module simply sets the WIIPROTO_FLAG_NO_MP protocol flag which
2679 wdata->state.flags |= WIIPROTO_FLAG_NO_MP;
2691 wdata->state.flags |= WIIPROTO_FLAG_NO_MP;

Completed in 149 milliseconds