Searched refs:RC_BIT_RC5X (Results 1 – 3 of 3) sorted by relevance
56 if (!(dev->enabled_protocols & (RC_BIT_RC5 | RC_BIT_RC5X | RC_BIT_RC5_SZ))) in ir_rc5_decode()130 if (!(dev->enabled_protocols & RC_BIT_RC5X)) { in ir_rc5_decode()188 .protocols = RC_BIT_RC5 | RC_BIT_RC5X | RC_BIT_RC5_SZ,
788 RC_BIT_RC5X, "rc-5" },
40 #define RC_BIT_RC5X (1 << RC_TYPE_RC5X) macro58 RC_BIT_RC5 | RC_BIT_RC5X | RC_BIT_RC5_SZ | \