Home
last modified time | relevance | path

Searched refs:RC_PROTO_BIT_RC5 (Results 1 – 21 of 21) sorted by relevance

/Linux-v4.19/include/media/
Drc-map.h18 #define RC_PROTO_BIT_RC5 BIT_ULL(RC_PROTO_RC5) macro
43 RC_PROTO_BIT_RC5 | RC_PROTO_BIT_RC5X_20 | \
57 (RC_PROTO_BIT_RC5 | RC_PROTO_BIT_RC5X_20 | \
70 (RC_PROTO_BIT_RC5 | RC_PROTO_BIT_RC5X_20 | \
/Linux-v4.19/drivers/media/usb/em28xx/
Dem28xx-input.c228 case RC_PROTO_BIT_RC5: in default_polling_getkey()
274 case RC_PROTO_BIT_RC5: in em2874_polling_getkey()
413 if (*rc_proto & RC_PROTO_BIT_RC5) { in em2860_ir_change_protocol()
416 *rc_proto = RC_PROTO_BIT_RC5; in em2860_ir_change_protocol()
442 if (*rc_proto & RC_PROTO_BIT_RC5) { in em2874_ir_change_protocol()
445 *rc_proto = RC_PROTO_BIT_RC5; in em2874_ir_change_protocol()
782 rc->allowed_protocols = RC_PROTO_BIT_RC5; in em28xx_ir_init()
804 rc->allowed_protocols = RC_PROTO_BIT_RC5 | in em28xx_ir_init()
813 rc->allowed_protocols = RC_PROTO_BIT_RC5 | in em28xx_ir_init()
/Linux-v4.19/drivers/media/rc/img-ir/
Dimg-ir-rc5.c55 .type = RC_PROTO_BIT_RC5,
/Linux-v4.19/drivers/media/usb/dvb-usb/
Ddib0700_devices.c4002 .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 …]
Dpctv452e.c969 .allowed_protos = RC_PROTO_BIT_RC5,
1022 .allowed_protos = RC_PROTO_BIT_RC5,
Ddib0700_core.c657 if (*rc_proto & RC_PROTO_BIT_RC5) { in dib0700_change_protocol()
659 *rc_proto = RC_PROTO_BIT_RC5; in dib0700_change_protocol()
Dttusb2.c769 .allowed_protos = RC_PROTO_BIT_RC5,
Ddw2102.c2159 .allowed_protos = RC_PROTO_BIT_RC5,
2228 .allowed_protos = RC_PROTO_BIT_RC5,
2277 .allowed_protos = RC_PROTO_BIT_RC5,
/Linux-v4.19/drivers/media/rc/
Dir-rc5-decoder.c130 if (!(dev->enabled_protocols & RC_PROTO_BIT_RC5)) { in ir_rc5_decode()
269 .protocols = RC_PROTO_BIT_RC5 | RC_PROTO_BIT_RC5X_20 |
Dtango-ir.c146 if (*rc_type & RC_PROTO_BIT_RC5) in tango_change_protocol()
208 rc->allowed_protocols = NEC_ANY | RC_PROTO_BIT_RC5 | RC_PROTO_BIT_RC6_0; in tango_ir_probe()
Dwinbond-cir.c1091 RC_PROTO_BIT_NECX | RC_PROTO_BIT_NEC32 | RC_PROTO_BIT_RC5 | in wbcir_probe()
Drc-main.c997 { RC_PROTO_BIT_RC5 |
/Linux-v4.19/drivers/media/usb/tm6000/
Dtm6000-input.c112 case RC_PROTO_BIT_RC5: in tm6000_ir_config()
173 case RC_PROTO_BIT_RC5: in tm6000_ir_keydown()
436 rc->allowed_protocols = RC_PROTO_BIT_RC5 | RC_PROTO_BIT_NEC; in tm6000_ir_init()
/Linux-v4.19/drivers/media/usb/hdpvr/
Dhdpvr-i2c.c45 init_data->type = RC_PROTO_BIT_RC5 | RC_PROTO_BIT_RC6_MCE | in hdpvr_register_ir_i2c()
/Linux-v4.19/drivers/media/pci/ivtv/
Divtv-i2c.c199 init_data->type = RC_PROTO_BIT_RC5; in ivtv_i2c_new_ir()
206 init_data->type = RC_PROTO_BIT_RC5 | RC_PROTO_BIT_RC6_MCE | in ivtv_i2c_new_ir()
/Linux-v4.19/drivers/media/usb/pvrusb2/
Dpvrusb2-i2c-core.c570 init_data->type = RC_PROTO_BIT_RC5; in pvr2_i2c_register_ir()
585 init_data->type = RC_PROTO_BIT_RC5 | RC_PROTO_BIT_RC6_MCE | in pvr2_i2c_register_ir()
/Linux-v4.19/drivers/media/pci/cx18/
Dcx18-i2c.c93 init_data->type = RC_PROTO_BIT_RC5 | RC_PROTO_BIT_RC6_MCE | in cx18_i2c_new_ir()
/Linux-v4.19/drivers/media/usb/au0828/
Dau0828-input.c336 RC_PROTO_BIT_NEC32 | RC_PROTO_BIT_RC5; in au0828_rc_register()
/Linux-v4.19/drivers/media/i2c/
Dir-kbd-i2c.c770 rc_proto = RC_PROTO_BIT_RC5; in ir_probe()
801 rc_proto = RC_PROTO_BIT_RC5 | RC_PROTO_BIT_RC6_MCE | in ir_probe()
/Linux-v4.19/drivers/media/pci/cx88/
Dcx88-input.c641 core->init_data.type = RC_PROTO_BIT_RC5 | in cx88_i2c_init_ir()
/Linux-v4.19/drivers/media/usb/dvb-usb-v2/
Ddvbsky.c224 rc->allowed_protos = RC_PROTO_BIT_RC5; in dvbsky_get_rc_config()