Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/drivers/media/rc/
H A Dimon.c1140 } else if (*rc_proto & RC_PROTO_BIT_IMON) { in imon_ir_change_protocol()
1145 *rc_proto = RC_PROTO_BIT_IMON; in imon_ir_change_protocol()
1151 *rc_proto = RC_PROTO_BIT_IMON; in imon_ir_change_protocol()
1420 if (ictx->rc_proto == RC_PROTO_BIT_IMON && pad_stabilize) { in imon_pad_to_keys()
1487 if (ictx->rc_proto == RC_PROTO_BIT_IMON && pad_stabilize) { in imon_pad_to_keys()
1673 else if (ictx->rc_proto == RC_PROTO_BIT_IMON) in imon_incoming_packet()
1839 u64 allowed_protos = RC_PROTO_BIT_IMON; in imon_get_ffdc_type()
1893 allowed_protos = RC_PROTO_BIT_IMON | RC_PROTO_BIT_RC6_MCE; in imon_get_ffdc_type()
1990 rdev->allowed_protocols = RC_PROTO_BIT_IMON | RC_PROTO_BIT_RC6_MCE; in imon_init_rdev()
H A Dir-imon-decoder.c241 .protocols = RC_PROTO_BIT_IMON,
H A Drc-main.c1063 { RC_PROTO_BIT_IMON, "imon", "ir-imon-decoder" },