Home
last modified time | relevance | path

Searched refs:RC_PROTO_BIT_RC5X_20 (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/include/media/
Drc-map.h19 #define RC_PROTO_BIT_RC5X_20 BIT_ULL(RC_PROTO_RC5X_20) macro
43 RC_PROTO_BIT_RC5 | RC_PROTO_BIT_RC5X_20 | \
57 (RC_PROTO_BIT_RC5 | RC_PROTO_BIT_RC5X_20 | \
70 (RC_PROTO_BIT_RC5 | RC_PROTO_BIT_RC5X_20 | \
/linux-4.19.296/drivers/media/rc/
Dir-rc5-decoder.c115 if (!(dev->enabled_protocols & RC_PROTO_BIT_RC5X_20)) { in ir_rc5_decode()
269 .protocols = RC_PROTO_BIT_RC5 | RC_PROTO_BIT_RC5X_20 |
Drc-main.c1000 RC_PROTO_BIT_RC5X_20, "rc-5", "ir-rc5-decoder" },