Home
last modified time | relevance | path

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

/linux-6.1.9/tools/testing/selftests/ir/
Dir_loopback.c63 { RC_PROTO_RC6_MCE, "rc-6-mce", 0x00007fff, "rc-6" },
146 if (rc_proto == RC_PROTO_RC6_MCE) in main()
/linux-6.1.9/drivers/media/rc/keymaps/
Drc-xbox-360.c65 .rc_proto = RC_PROTO_RC6_MCE,
Drc-rc6-mce.c97 .rc_proto = RC_PROTO_RC6_MCE,
Drc-imon-mce.c120 .rc_proto = RC_PROTO_RC6_MCE,
/linux-6.1.9/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",
921 case RC_PROTO_RC6_MCE: in rc_validate_scancode()
1592 if (protocol == RC_PROTO_RC6_MCE) in store_wakeup_protocols()
Dwinbond-cir.c773 case RC_PROTO_RC6_MCE: in wbcir_shutdown()
1083 data->dev->wakeup_protocol = RC_PROTO_RC6_MCE; in wbcir_probe()
Dimon.c1667 proto = RC_PROTO_RC6_MCE; in imon_incoming_packet()
/linux-6.1.9/Documentation/userspace-api/media/
Dlirc.h.rst.exceptions62 ignore symbol RC_PROTO_RC6_MCE
/linux-6.1.9/include/uapi/linux/
Dlirc.h225 RC_PROTO_RC6_MCE = 19, enumerator
/linux-6.1.9/include/media/
Drc-map.h34 #define RC_PROTO_BIT_RC6_MCE BIT_ULL(RC_PROTO_RC6_MCE)
/linux-6.1.9/Documentation/userspace-api/media/rc/
Drc-protos.rst385 rc-6-mce (RC_PROTO_RC6_MCE)
/linux-6.1.9/drivers/media/i2c/
Dir-kbd-i2c.c112 *protocol = RC_PROTO_RC6_MCE; in get_key_haup_common()