/openbmc/linux/drivers/staging/media/av7110/ |
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()
|
/openbmc/linux/drivers/media/usb/em28xx/ |
H A D | em28xx-input.c | 218 case RC_PROTO_BIT_RC5: in default_polling_getkey() 264 case RC_PROTO_BIT_RC5: in em2874_polling_getkey() 390 if (*rc_proto & RC_PROTO_BIT_RC5) { in em2860_ir_change_protocol() 393 *rc_proto = RC_PROTO_BIT_RC5; in em2860_ir_change_protocol() 419 if (*rc_proto & RC_PROTO_BIT_RC5) { in em2874_ir_change_protocol() 422 *rc_proto = RC_PROTO_BIT_RC5; in em2874_ir_change_protocol() 757 rc->allowed_protocols = RC_PROTO_BIT_RC5; in em28xx_ir_init() 779 rc->allowed_protocols = RC_PROTO_BIT_RC5 | in em28xx_ir_init() 788 rc->allowed_protocols = RC_PROTO_BIT_RC5 | in em28xx_ir_init()
|
/openbmc/linux/drivers/media/rc/img-ir/ |
H A D | img-ir-rc5.c | 51 .type = RC_PROTO_BIT_RC5,
|
/openbmc/linux/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)
|
/openbmc/linux/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 | winbond-cir.c | 1079 RC_PROTO_BIT_NECX | RC_PROTO_BIT_NEC32 | RC_PROTO_BIT_RC5 | in wbcir_probe()
|
H A D | rc-main.c | 1043 { RC_PROTO_BIT_RC5 |
|
/openbmc/linux/drivers/media/usb/dvb-usb/ |
H A D | dib0700_devices.c | 4095 .allowed_protos = RC_PROTO_BIT_RC5 | 4135 .allowed_protos = RC_PROTO_BIT_RC5 | 4200 .allowed_protos = RC_PROTO_BIT_RC5 | 4245 .allowed_protos = RC_PROTO_BIT_RC5 | 4326 .allowed_protos = RC_PROTO_BIT_RC5 | 4371 .allowed_protos = RC_PROTO_BIT_RC5 | 4428 .allowed_protos = RC_PROTO_BIT_RC5 | 4494 .allowed_protos = RC_PROTO_BIT_RC5 | 4543 .allowed_protos = RC_PROTO_BIT_RC5 | 4616 .allowed_protos = RC_PROTO_BIT_RC5 | [all …]
|
H A D | pctv452e.c | 981 .allowed_protos = RC_PROTO_BIT_RC5, 1034 .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 | 2355 .allowed_protos = RC_PROTO_BIT_RC5, 2436 .allowed_protos = RC_PROTO_BIT_RC5, 2489 .allowed_protos = RC_PROTO_BIT_RC5, 2538 .allowed_protos = RC_PROTO_BIT_RC5,
|
H A D | ttusb2.c | 773 .allowed_protos = RC_PROTO_BIT_RC5,
|
/openbmc/linux/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()
|
/openbmc/linux/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()
|
/openbmc/linux/drivers/media/i2c/ |
H A D | ir-kbd-i2c.c | 798 rc_proto = RC_PROTO_BIT_RC5; in ir_probe() 810 rc_proto = RC_PROTO_BIT_RC5; in ir_probe() 836 rc_proto = RC_PROTO_BIT_RC5 | RC_PROTO_BIT_RC6_MCE | in ir_probe()
|
/openbmc/linux/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()
|
/openbmc/linux/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()
|
/openbmc/linux/drivers/media/usb/au0828/ |
H A D | au0828-input.c | 333 RC_PROTO_BIT_NEC32 | RC_PROTO_BIT_RC5; in au0828_rc_register()
|
/openbmc/linux/drivers/media/pci/cx88/ |
H A D | cx88-input.c | 631 core->init_data.type = RC_PROTO_BIT_RC5 | in cx88_i2c_init_ir()
|
/openbmc/linux/drivers/media/cec/platform/seco/ |
H A D | seco-cec.c | 356 cec->ir->allowed_protocols = RC_PROTO_BIT_RC5; in secocec_ir_probe()
|
/openbmc/linux/drivers/media/pci/saa7134/ |
H A D | saa7134-input.c | 939 dev->init_data.type = RC_PROTO_BIT_RC5 | in saa7134_probe_i2c_ir()
|
/openbmc/linux/drivers/media/usb/dvb-usb-v2/ |
H A D | dvbsky.c | 207 rc->allowed_protos = RC_PROTO_BIT_RC5; in dvbsky_get_rc_config()
|