Home
last modified time | relevance | path

Searched refs:RC_PROTO_RC6_MCE (Results 1 – 13 of 13) sorted by relevance

/Linux-v5.4/tools/testing/selftests/ir/
Dir_loopback.c54 { RC_PROTO_RC6_MCE, "rc-6-mce", 0x00007fff, "rc-6" },
137 if (rc_proto == RC_PROTO_RC6_MCE) in main()
/Linux-v5.4/drivers/media/rc/keymaps/
Drc-rc6-mce.c97 .rc_proto = RC_PROTO_RC6_MCE,
Drc-imon-mce.c120 .rc_proto = RC_PROTO_RC6_MCE,
/Linux-v5.4/drivers/media/rc/
Dir-rc6-decoder.c243 protocol = RC_PROTO_RC6_MCE; in ir_rc6_decode()
340 case RC_PROTO_RC6_MCE: in ir_rc6_encode()
Drc-main.c65 [RC_PROTO_RC6_MCE] = { .name = "rc-6-mce",
884 case RC_PROTO_RC6_MCE: in rc_validate_scancode()
1543 if (protocol == RC_PROTO_RC6_MCE) in store_wakeup_protocols()
Dwinbond-cir.c775 case RC_PROTO_RC6_MCE: in wbcir_shutdown()
1086 data->dev->wakeup_protocol = RC_PROTO_RC6_MCE; in wbcir_probe()
Dimon.c1636 proto = RC_PROTO_RC6_MCE; in imon_incoming_packet()
/Linux-v5.4/Documentation/media/
Dlirc.h.rst.exceptions58 ignore symbol RC_PROTO_RC6_MCE
/Linux-v5.4/include/uapi/linux/
Dlirc.h220 RC_PROTO_RC6_MCE = 19, enumerator
/Linux-v5.4/tools/include/uapi/linux/
Dlirc.h219 RC_PROTO_RC6_MCE = 19, enumerator
/Linux-v5.4/include/media/
Drc-map.h34 #define RC_PROTO_BIT_RC6_MCE BIT_ULL(RC_PROTO_RC6_MCE)
/Linux-v5.4/Documentation/media/uapi/rc/
Drc-protos.rst387 rc-6-mce (RC_PROTO_RC6_MCE)
/Linux-v5.4/drivers/media/i2c/
Dir-kbd-i2c.c112 *protocol = RC_PROTO_RC6_MCE; in get_key_haup_common()