Home
last modified time | relevance | path

Searched refs:WIIPROTO_FLAG_IR_BASIC (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/hid/
H A Dhid-wiimote.h33 #define WIIPROTO_FLAG_IR_BASIC 0x40 macro
50 #define WIIPROTO_FLAGS_IR (WIIPROTO_FLAG_IR_BASIC | WIIPROTO_FLAG_IR_EXT | \
H A Dhid-wiimote-modules.c694 case WIIPROTO_FLAG_IR_BASIC: in wiimod_ir_change()
723 return wiimod_ir_change(wdata, WIIPROTO_FLAG_IR_BASIC); in wiimod_ir_open()
H A Dhid-wiimote-core.c210 if (ir == WIIPROTO_FLAG_IR_BASIC) { in select_drm()