Searched refs:RC_BIT_RC5_SZ (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()159 if (!(dev->enabled_protocols & RC_BIT_RC5_SZ)) { in ir_rc5_decode()188 .protocols = RC_BIT_RC5 | RC_BIT_RC5X | RC_BIT_RC5_SZ,
798 { RC_BIT_RC5_SZ, "rc-5-sz" },
43 #define RC_BIT_RC5_SZ (1 << RC_TYPE_RC5_SZ) macro60 RC_BIT_RC5 | RC_BIT_RC5X | RC_BIT_RC5_SZ | \