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

/linux-master/include/media/
H A Drc-map.h38 #define RC_PROTO_BIT_IMON BIT_ULL(RC_PROTO_IMON) macro
98 #define __RC_PROTO_IMON_CODEC RC_PROTO_BIT_IMON
/linux-master/drivers/media/rc/
H A Dir-imon-decoder.c241 .protocols = RC_PROTO_BIT_IMON,
H A Dimon.c1135 } else if (*rc_proto & RC_PROTO_BIT_IMON) {
1140 *rc_proto = RC_PROTO_BIT_IMON;
1146 *rc_proto = RC_PROTO_BIT_IMON;
1415 if (ictx->rc_proto == RC_PROTO_BIT_IMON && pad_stabilize) {
1482 if (ictx->rc_proto == RC_PROTO_BIT_IMON && pad_stabilize) {
1668 else if (ictx->rc_proto == RC_PROTO_BIT_IMON)
1834 u64 allowed_protos = RC_PROTO_BIT_IMON;
1888 allowed_protos = RC_PROTO_BIT_IMON | RC_PROTO_BIT_RC6_MCE;
1985 rdev->allowed_protocols = RC_PROTO_BIT_IMON | RC_PROTO_BIT_RC6_MCE;
H A Drc-main.c1064 { RC_PROTO_BIT_IMON, "imon", "ir-imon-decoder" },

Completed in 141 milliseconds