Searched refs:enabled_protocols (Results 1 – 12 of 12) sorted by relevance
| /linux/drivers/media/rc/img-ir/ |
| H A D | img-ir-sony.c | 11 static int img_ir_sony_scancode(int len, u64 raw, u64 enabled_protocols, in img_ir_sony_scancode() argument 18 if (!(enabled_protocols & RC_PROTO_BIT_SONY12)) in img_ir_sony_scancode() 27 if (!(enabled_protocols & RC_PROTO_BIT_SONY15)) in img_ir_sony_scancode() 36 if (!(enabled_protocols & RC_PROTO_BIT_SONY20)) in img_ir_sony_scancode()
|
| H A D | img-ir-hw.h | 175 int (*scancode)(int len, u64 raw, u64 enabled_protocols, 239 u64 enabled_protocols; member
|
| H A D | img-ir-rc5.c | 11 static int img_ir_rc5_scancode(int len, u64 raw, u64 enabled_protocols, in img_ir_rc5_scancode() argument
|
| H A D | img-ir-rc6.c | 11 static int img_ir_rc6_scancode(int len, u64 raw, u64 enabled_protocols, in img_ir_rc6_scancode() argument
|
| H A D | img-ir-jvc.c | 11 static int img_ir_jvc_scancode(int len, u64 raw, u64 enabled_protocols, in img_ir_jvc_scancode() argument
|
| H A D | img-ir-sharp.c | 11 static int img_ir_sharp_scancode(int len, u64 raw, u64 enabled_protocols, in img_ir_sharp_scancode() argument
|
| H A D | img-ir-sanyo.c | 22 static int img_ir_sanyo_scancode(int len, u64 raw, u64 enabled_protocols, in img_ir_sanyo_scancode() argument
|
| H A D | img-ir-nec.c | 13 static int img_ir_nec_scancode(int len, u64 raw, u64 enabled_protocols, in img_ir_nec_scancode() argument
|
| /linux/drivers/media/rc/ |
| H A D | ir-rcmm-decoder.c | 33 if (dev->enabled_protocols & RC_PROTO_BIT_RCMM24) { in rcmm_miscmode() 41 if (dev->enabled_protocols & RC_PROTO_BIT_RCMM12) { in rcmm_miscmode() 66 if (!(dev->enabled_protocols & (RC_PROTO_BIT_RCMM32 | in ir_rcmm_decode() 158 if (dev->enabled_protocols & RC_PROTO_BIT_RCMM32) { in ir_rcmm_decode()
|
| H A D | ir-sony-decoder.c | 116 if (!(dev->enabled_protocols & RC_PROTO_BIT_SONY12)) in ir_sony_decode() 125 if (!(dev->enabled_protocols & RC_PROTO_BIT_SONY15)) in ir_sony_decode() 134 if (!(dev->enabled_protocols & RC_PROTO_BIT_SONY20)) in ir_sony_decode()
|
| H A D | ir-rc5-decoder.c | 115 if (!(dev->enabled_protocols & RC_PROTO_BIT_RC5X_20)) { in ir_rc5_decode() 130 if (!(dev->enabled_protocols & RC_PROTO_BIT_RC5)) { in ir_rc5_decode() 144 if (!(dev->enabled_protocols & RC_PROTO_BIT_RC5_SZ)) { in ir_rc5_decode()
|
| H A D | meson-ir.c | 209 if (ir->rc->enabled_protocols & RC_PROTO_BIT_NEC) in meson_ir_hw_handler() 575 meson_ir_hw_decoder_init(ir->rc, &ir->rc->enabled_protocols); in meson_ir_resume()
|