Home
last modified time | relevance | path

Searched refs:RC_PROTO_BIT_RC6_MCE (Results 1 – 16 of 16) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/usb/dvb-usb/
H A Ddib0700_devices.c4003 RC_PROTO_BIT_RC6_MCE |
4043 RC_PROTO_BIT_RC6_MCE |
4108 RC_PROTO_BIT_RC6_MCE |
4153 RC_PROTO_BIT_RC6_MCE |
4234 RC_PROTO_BIT_RC6_MCE |
4279 RC_PROTO_BIT_RC6_MCE |
4336 RC_PROTO_BIT_RC6_MCE |
4402 RC_PROTO_BIT_RC6_MCE |
4451 RC_PROTO_BIT_RC6_MCE |
4524 RC_PROTO_BIT_RC6_MCE |
[all …]
H A Ddib0700_core.c660 } else if (*rc_proto & RC_PROTO_BIT_RC6_MCE) { in dib0700_change_protocol()
666 *rc_proto = RC_PROTO_BIT_RC6_MCE; in dib0700_change_protocol()
/OK3568_Linux_fs/kernel/drivers/media/rc/
H A Dimon.c1136 if (*rc_proto & RC_PROTO_BIT_RC6_MCE) { in imon_ir_change_protocol()
1139 *rc_proto = RC_PROTO_BIT_RC6_MCE; in imon_ir_change_protocol()
1607 if (ictx->rc_proto == RC_PROTO_BIT_RC6_MCE) { in imon_incoming_packet()
1671 if (ictx->rc_proto == RC_PROTO_BIT_RC6_MCE) in imon_incoming_packet()
1870 allowed_protos = RC_PROTO_BIT_RC6_MCE; in imon_get_ffdc_type()
1876 allowed_protos |= RC_PROTO_BIT_RC6_MCE; in imon_get_ffdc_type()
1882 allowed_protos = RC_PROTO_BIT_RC6_MCE; in imon_get_ffdc_type()
1893 allowed_protos = RC_PROTO_BIT_IMON | RC_PROTO_BIT_RC6_MCE; in imon_get_ffdc_type()
1904 allowed_protos |= RC_PROTO_BIT_RC6_MCE; in imon_get_ffdc_type()
1990 rdev->allowed_protocols = RC_PROTO_BIT_IMON | RC_PROTO_BIT_RC6_MCE; in imon_init_rdev()
[all …]
H A Digorplugusb.c201 RC_PROTO_BIT_RC6_6A_32 | RC_PROTO_BIT_RC6_MCE | in igorplugusb_probe()
H A Dir-rc6-decoder.c382 RC_PROTO_BIT_RC6_MCE,
H A Dwinbond-cir.c1083 RC_PROTO_BIT_RC6_MCE; in wbcir_probe()
H A Drc-main.c1051 RC_PROTO_BIT_RC6_MCE, "rc-6", "ir-rc6-decoder" },
/OK3568_Linux_fs/kernel/include/media/
H A Drc-map.h34 #define RC_PROTO_BIT_RC6_MCE BIT_ULL(RC_PROTO_RC6_MCE) macro
83 RC_PROTO_BIT_RC6_MCE)
/OK3568_Linux_fs/kernel/drivers/media/usb/hdpvr/
H A Dhdpvr-i2c.c41 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 Dcx18-i2c.c84 init_data->type = RC_PROTO_BIT_RC5 | RC_PROTO_BIT_RC6_MCE | in cx18_i2c_new_ir()
/OK3568_Linux_fs/kernel/drivers/media/usb/pvrusb2/
H A Dpvrusb2-i2c-core.c573 init_data->type = RC_PROTO_BIT_RC5 | RC_PROTO_BIT_RC6_MCE | in pvr2_i2c_register_ir()
/OK3568_Linux_fs/kernel/drivers/media/pci/cx88/
H A Dcx88-input.c632 RC_PROTO_BIT_RC6_MCE | RC_PROTO_BIT_RC6_6A_32; in cx88_i2c_init_ir()
/OK3568_Linux_fs/kernel/drivers/media/pci/ivtv/
H A Divtv-i2c.c194 init_data->type = RC_PROTO_BIT_RC5 | RC_PROTO_BIT_RC6_MCE | in ivtv_i2c_new_ir()
/OK3568_Linux_fs/kernel/drivers/media/pci/saa7134/
H A Dsaa7134-input.c940 RC_PROTO_BIT_RC6_MCE | RC_PROTO_BIT_RC6_6A_32; in saa7134_probe_i2c_ir()
/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dir-kbd-i2c.c791 rc_proto = RC_PROTO_BIT_RC5 | RC_PROTO_BIT_RC6_MCE | in ir_probe()
/OK3568_Linux_fs/kernel/drivers/media/usb/dvb-usb-v2/
H A Daf9035.c1911 rc->allowed_protos = RC_PROTO_BIT_RC6_MCE; in af9035_get_rc_config()