| /OK3568_Linux_fs/kernel/drivers/media/usb/em28xx/ |
| H A D | em28xx-input.c | 228 case RC_PROTO_BIT_RC5: in default_polling_getkey() 274 case RC_PROTO_BIT_RC5: in em2874_polling_getkey() 400 if (*rc_proto & RC_PROTO_BIT_RC5) { in em2860_ir_change_protocol() 403 *rc_proto = RC_PROTO_BIT_RC5; in em2860_ir_change_protocol() 429 if (*rc_proto & RC_PROTO_BIT_RC5) { in em2874_ir_change_protocol() 432 *rc_proto = RC_PROTO_BIT_RC5; in em2874_ir_change_protocol() 767 rc->allowed_protocols = RC_PROTO_BIT_RC5; in em28xx_ir_init() 789 rc->allowed_protocols = RC_PROTO_BIT_RC5 | in em28xx_ir_init() 798 rc->allowed_protocols = RC_PROTO_BIT_RC5 | in em28xx_ir_init()
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/ttpci/ |
| H A D | av7110_ir.c | 87 } else if (*rc_type & RC_PROTO_BIT_RC5) { in change_protocol() 92 *rc_type = RC_PROTO_BIT_RC5; in change_protocol() 134 rcdev->allowed_protocols = RC_PROTO_BIT_RC5 | RC_PROTO_BIT_RCMM32; in av7110_ir_init()
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/dvb-usb/ |
| H A D | dib0700_devices.c | 4002 .allowed_protos = RC_PROTO_BIT_RC5 | 4042 .allowed_protos = RC_PROTO_BIT_RC5 | 4107 .allowed_protos = RC_PROTO_BIT_RC5 | 4152 .allowed_protos = RC_PROTO_BIT_RC5 | 4233 .allowed_protos = RC_PROTO_BIT_RC5 | 4278 .allowed_protos = RC_PROTO_BIT_RC5 | 4335 .allowed_protos = RC_PROTO_BIT_RC5 | 4401 .allowed_protos = RC_PROTO_BIT_RC5 | 4450 .allowed_protos = RC_PROTO_BIT_RC5 | 4523 .allowed_protos = RC_PROTO_BIT_RC5 | [all …]
|
| H A D | pctv452e.c | 973 .allowed_protos = RC_PROTO_BIT_RC5, 1026 .allowed_protos = RC_PROTO_BIT_RC5,
|
| H A D | dib0700_core.c | 654 if (*rc_proto & RC_PROTO_BIT_RC5) { in dib0700_change_protocol() 656 *rc_proto = RC_PROTO_BIT_RC5; in dib0700_change_protocol()
|
| H A D | dw2102.c | 2313 .allowed_protos = RC_PROTO_BIT_RC5, 2390 .allowed_protos = RC_PROTO_BIT_RC5, 2443 .allowed_protos = RC_PROTO_BIT_RC5, 2492 .allowed_protos = RC_PROTO_BIT_RC5,
|
| H A D | ttusb2.c | 767 .allowed_protos = RC_PROTO_BIT_RC5,
|
| /OK3568_Linux_fs/kernel/include/media/ |
| H A D | rc-map.h | 17 #define RC_PROTO_BIT_RC5 BIT_ULL(RC_PROTO_RC5) macro 46 (RC_PROTO_BIT_RC5 | RC_PROTO_BIT_RC5X_20 | RC_PROTO_BIT_RC5_SZ)
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/tm6000/ |
| H A D | tm6000-input.c | 104 case RC_PROTO_BIT_RC5: in tm6000_ir_config() 165 case RC_PROTO_BIT_RC5: in tm6000_ir_keydown() 428 rc->allowed_protocols = RC_PROTO_BIT_RC5 | RC_PROTO_BIT_NEC; in tm6000_ir_init()
|
| /OK3568_Linux_fs/kernel/drivers/media/rc/ |
| H A D | ir-rc5-decoder.c | 130 if (!(dev->enabled_protocols & RC_PROTO_BIT_RC5)) { in ir_rc5_decode() 269 .protocols = RC_PROTO_BIT_RC5 | RC_PROTO_BIT_RC5X_20 |
|
| H A D | tango-ir.c | 142 if (*rc_type & RC_PROTO_BIT_RC5) in tango_change_protocol() 194 rc->allowed_protocols = NEC_ANY | RC_PROTO_BIT_RC5 | RC_PROTO_BIT_RC6_0; in tango_ir_probe()
|
| H A D | winbond-cir.c | 1080 RC_PROTO_BIT_NECX | RC_PROTO_BIT_NEC32 | RC_PROTO_BIT_RC5 | in wbcir_probe()
|
| H A D | rc-main.c | 1042 { RC_PROTO_BIT_RC5 |
|
| /OK3568_Linux_fs/kernel/drivers/media/rc/img-ir/ |
| H A D | img-ir-rc5.c | 51 .type = RC_PROTO_BIT_RC5,
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/pvrusb2/ |
| H A D | pvrusb2-i2c-core.c | 558 init_data->type = RC_PROTO_BIT_RC5; in pvr2_i2c_register_ir() 573 init_data->type = RC_PROTO_BIT_RC5 | RC_PROTO_BIT_RC6_MCE | in pvr2_i2c_register_ir()
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/ivtv/ |
| H A D | ivtv-i2c.c | 187 init_data->type = RC_PROTO_BIT_RC5; in ivtv_i2c_new_ir() 194 init_data->type = RC_PROTO_BIT_RC5 | RC_PROTO_BIT_RC6_MCE | in ivtv_i2c_new_ir()
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/hdpvr/ |
| H A D | hdpvr-i2c.c | 41 init_data->type = RC_PROTO_BIT_RC5 | RC_PROTO_BIT_RC6_MCE | in hdpvr_register_ir_i2c()
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/cx18/ |
| H A D | cx18-i2c.c | 84 init_data->type = RC_PROTO_BIT_RC5 | RC_PROTO_BIT_RC6_MCE | in cx18_i2c_new_ir()
|
| /OK3568_Linux_fs/kernel/drivers/media/i2c/ |
| H A D | ir-kbd-i2c.c | 760 rc_proto = RC_PROTO_BIT_RC5; in ir_probe() 791 rc_proto = RC_PROTO_BIT_RC5 | RC_PROTO_BIT_RC6_MCE | in ir_probe()
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/au0828/ |
| H A D | au0828-input.c | 333 RC_PROTO_BIT_NEC32 | RC_PROTO_BIT_RC5; in au0828_rc_register()
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/cx88/ |
| H A D | cx88-input.c | 631 core->init_data.type = RC_PROTO_BIT_RC5 | in cx88_i2c_init_ir()
|
| /OK3568_Linux_fs/kernel/drivers/media/cec/platform/seco/ |
| H A D | seco-cec.c | 369 cec->ir->allowed_protocols = RC_PROTO_BIT_RC5; in secocec_ir_probe()
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/saa7134/ |
| H A D | saa7134-input.c | 939 dev->init_data.type = RC_PROTO_BIT_RC5 | in saa7134_probe_i2c_ir()
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/dvb-usb-v2/ |
| H A D | dvbsky.c | 207 rc->allowed_protos = RC_PROTO_BIT_RC5; in dvbsky_get_rc_config()
|