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

/linux-master/drivers/hid/
H A Dhid-wiimote.h50 #define WIIPROTO_FLAGS_IR (WIIPROTO_FLAG_IR_BASIC | WIIPROTO_FLAG_IR_EXT | \ macro
H A Dhid-wiimote-modules.c557 if (!(wdata->state.flags & WIIPROTO_FLAGS_IR))
620 if (mode == (wdata->state.flags & WIIPROTO_FLAGS_IR)) {
626 wdata->state.flags &= ~WIIPROTO_FLAGS_IR;
709 wdata->state.flags &= ~WIIPROTO_FLAGS_IR;
710 wdata->state.flags |= mode & WIIPROTO_FLAGS_IR;
H A Dhid-wiimote-core.c196 __u8 ir = wdata->state.flags & WIIPROTO_FLAGS_IR;

Completed in 175 milliseconds