Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/rc/
Dir-rc5-decoder.c56 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,
Drc-main.c798 { RC_BIT_RC5_SZ, "rc-5-sz" },
/linux-4.1.27/include/media/
Drc-map.h43 #define RC_BIT_RC5_SZ (1 << RC_TYPE_RC5_SZ) macro
60 RC_BIT_RC5 | RC_BIT_RC5X | RC_BIT_RC5_SZ | \