Home
last modified time | relevance | path

Searched refs:RC_PROTO_BIT_RC6_MCE (Results 1 – 7 of 7) sorted by relevance

/linux-4.19.296/include/media/
Drc-map.h35 #define RC_PROTO_BIT_RC6_MCE BIT_ULL(RC_PROTO_RC6_MCE) macro
52 RC_PROTO_BIT_RC6_MCE | RC_PROTO_BIT_SHARP | \
66 RC_PROTO_BIT_RC6_MCE | RC_PROTO_BIT_SHARP | \
79 RC_PROTO_BIT_RC6_6A_32 | RC_PROTO_BIT_RC6_MCE | \
/linux-4.19.296/drivers/media/rc/
Dimon.c1109 if (*rc_proto & RC_PROTO_BIT_RC6_MCE) { in imon_ir_change_protocol()
1112 *rc_proto = RC_PROTO_BIT_RC6_MCE; in imon_ir_change_protocol()
1579 if (ictx->rc_proto == RC_PROTO_BIT_RC6_MCE) { in imon_incoming_packet()
1643 if (ictx->rc_proto == RC_PROTO_BIT_RC6_MCE) in imon_incoming_packet()
1840 allowed_protos = RC_PROTO_BIT_RC6_MCE; in imon_get_ffdc_type()
1846 allowed_protos |= RC_PROTO_BIT_RC6_MCE; in imon_get_ffdc_type()
1852 allowed_protos = RC_PROTO_BIT_RC6_MCE; in imon_get_ffdc_type()
1866 allowed_protos |= RC_PROTO_BIT_RC6_MCE; in imon_get_ffdc_type()
1952 rdev->allowed_protocols = RC_PROTO_BIT_IMON | RC_PROTO_BIT_RC6_MCE; in imon_init_rdev()
1970 if (ictx->rc_proto == RC_PROTO_BIT_RC6_MCE) in imon_init_rdev()
Digorplugusb.c210 RC_PROTO_BIT_RC6_6A_32 | RC_PROTO_BIT_RC6_MCE | in igorplugusb_probe()
Dir-rc6-decoder.c388 RC_PROTO_BIT_RC6_MCE,
Dwinbond-cir.c1094 RC_PROTO_BIT_RC6_MCE; in wbcir_probe()
Drc-main.c1008 RC_PROTO_BIT_RC6_MCE, "rc-6", "ir-rc6-decoder" },
/linux-4.19.296/drivers/media/usb/dvb-usb-v2/
Daf9035.c1892 rc->allowed_protos = RC_PROTO_BIT_RC6_MCE; in af9035_get_rc_config()