Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/rc/keymaps/
Drc-rc6-mce.c101 .rc_proto = RC_PROTO_RC6_MCE,
Drc-imon-mce.c124 .rc_proto = RC_PROTO_RC6_MCE,
/Linux-v4.19/drivers/media/rc/
Dir-rc6-decoder.c246 protocol = RC_PROTO_RC6_MCE; in ir_rc6_decode()
341 case RC_PROTO_RC6_MCE: in ir_rc6_encode()
Drc-main.c65 [RC_PROTO_RC6_MCE] = { .name = "rc-6-mce",
875 case RC_PROTO_RC6_MCE: in rc_validate_scancode()
1532 if (protocol == RC_PROTO_RC6_MCE) in store_wakeup_protocols()
Dwinbond-cir.c784 case RC_PROTO_RC6_MCE: in wbcir_shutdown()
1095 data->dev->wakeup_protocol = RC_PROTO_RC6_MCE; in wbcir_probe()
Dimon.c1645 proto = RC_PROTO_RC6_MCE; in imon_incoming_packet()
/Linux-v4.19/Documentation/media/
Dlirc.h.rst.exceptions56 ignore symbol RC_PROTO_RC6_MCE
/Linux-v4.19/tools/include/uapi/linux/
Dlirc.h210 RC_PROTO_RC6_MCE = 19, enumerator
/Linux-v4.19/include/uapi/linux/
Dlirc.h216 RC_PROTO_RC6_MCE = 19, enumerator
/Linux-v4.19/include/media/
Drc-map.h35 #define RC_PROTO_BIT_RC6_MCE BIT_ULL(RC_PROTO_RC6_MCE)
/Linux-v4.19/drivers/media/i2c/
Dir-kbd-i2c.c122 *protocol = RC_PROTO_RC6_MCE; in get_key_haup_common()