Searched refs:RC_PROTO_BIT_RCMM32 (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/media/rc/
H A Dir-rcmm-decoder.c66 if (!(dev->enabled_protocols & (RC_PROTO_BIT_RCMM32 |
158 if (dev->enabled_protocols & RC_PROTO_BIT_RCMM32) {
228 .protocols = RC_PROTO_BIT_RCMM32 |
H A Drc-main.c1067 RC_PROTO_BIT_RCMM32, "rc-mm", "ir-rcmm-decoder" },
/linux-master/drivers/staging/media/av7110/
H A Dav7110_ir.c84 if (*rc_type & RC_PROTO_BIT_RCMM32) {
86 *rc_type = RC_PROTO_BIT_RCMM32;
134 rcdev->allowed_protocols = RC_PROTO_BIT_RC5 | RC_PROTO_BIT_RCMM32;
/linux-master/include/media/
H A Drc-map.h41 #define RC_PROTO_BIT_RCMM32 BIT_ULL(RC_PROTO_RCMM32) macro
104 (RC_PROTO_BIT_RCMM12 | RC_PROTO_BIT_RCMM24 | RC_PROTO_BIT_RCMM32)

Completed in 166 milliseconds