Searched refs:RC_PROTO_BIT_NEC (Results 1 – 24 of 24) sorted by relevance
/Linux-v5.4/drivers/media/rc/img-ir/ |
D | img-ir-nec.c | 62 protocols &= RC_PROTO_BIT_NEC | RC_PROTO_BIT_NECX | RC_PROTO_BIT_NEC32; in img_ir_nec_filter() 75 protocols = RC_PROTO_BIT_NEC; in img_ir_nec_filter() 127 .type = RC_PROTO_BIT_NEC | RC_PROTO_BIT_NECX | RC_PROTO_BIT_NEC32,
|
/Linux-v5.4/drivers/media/usb/em28xx/ |
D | em28xx-input.c | 233 case RC_PROTO_BIT_NEC: in default_polling_getkey() 279 case RC_PROTO_BIT_NEC: in em2874_polling_getkey() 404 } else if (*rc_proto & RC_PROTO_BIT_NEC) { in em2860_ir_change_protocol() 407 *rc_proto = RC_PROTO_BIT_NEC; in em2860_ir_change_protocol() 433 } else if (*rc_proto & RC_PROTO_BIT_NEC) { in em2874_ir_change_protocol() 437 *rc_proto = RC_PROTO_BIT_NEC; in em2874_ir_change_protocol() 789 RC_PROTO_BIT_NEC; in em28xx_ir_init() 798 RC_PROTO_BIT_NEC | RC_PROTO_BIT_NECX | in em28xx_ir_init()
|
/Linux-v5.4/include/media/ |
D | rc-map.h | 24 #define RC_PROTO_BIT_NEC BIT_ULL(RC_PROTO_NEC) macro 49 RC_PROTO_BIT_SONY20 | RC_PROTO_BIT_NEC | \ 64 RC_PROTO_BIT_SONY20 | RC_PROTO_BIT_NEC | \
|
/Linux-v5.4/drivers/media/usb/dvb-usb/ |
D | dtt200u.c | 213 .allowed_protos = RC_PROTO_BIT_NEC, 265 .allowed_protos = RC_PROTO_BIT_NEC, 317 .allowed_protos = RC_PROTO_BIT_NEC, 369 .allowed_protos = RC_PROTO_BIT_NEC,
|
D | dib0700_devices.c | 551 case RC_PROTO_BIT_NEC: in dib0700_rc_query_old_firmware() 4009 RC_PROTO_BIT_NEC, 4049 RC_PROTO_BIT_NEC, 4114 RC_PROTO_BIT_NEC, 4159 RC_PROTO_BIT_NEC, 4240 RC_PROTO_BIT_NEC, 4285 RC_PROTO_BIT_NEC, 4342 RC_PROTO_BIT_NEC, 4408 RC_PROTO_BIT_NEC, 4457 RC_PROTO_BIT_NEC, [all …]
|
D | a800.c | 124 .allowed_protos = RC_PROTO_BIT_NEC,
|
D | cxusb.c | 1858 .allowed_protos = RC_PROTO_BIT_NEC, 1917 .allowed_protos = RC_PROTO_BIT_NEC, 1984 .allowed_protos = RC_PROTO_BIT_NEC, 2043 .allowed_protos = RC_PROTO_BIT_NEC, 2098 .allowed_protos = RC_PROTO_BIT_NEC, 2152 .allowed_protos = RC_PROTO_BIT_NEC, 2209 .allowed_protos = RC_PROTO_BIT_NEC, 2309 .allowed_protos = RC_PROTO_BIT_NEC,
|
D | vp7045.c | 210 .allowed_protos = RC_PROTO_BIT_NEC,
|
D | dib0700_core.c | 657 } else if (*rc_proto & RC_PROTO_BIT_NEC) { in dib0700_change_protocol() 659 *rc_proto = RC_PROTO_BIT_NEC; in dib0700_change_protocol() 745 case RC_PROTO_BIT_NEC: in dib0700_rc_urb_completion()
|
D | dw2102.c | 1911 .allowed_protos = RC_PROTO_BIT_NEC, 1966 .allowed_protos = RC_PROTO_BIT_NEC, 2017 .allowed_protos = RC_PROTO_BIT_NEC, 2066 .allowed_protos = RC_PROTO_BIT_NEC,
|
/Linux-v5.4/drivers/media/usb/tm6000/ |
D | tm6000-input.c | 99 case RC_PROTO_BIT_NEC: in tm6000_ir_config() 112 if (ir->rc_proto == RC_PROTO_BIT_NEC) in tm6000_ir_config() 117 (ir->rc_proto == RC_PROTO_BIT_NEC) ? "NEC" : "RC-5", in tm6000_ir_config() 169 case RC_PROTO_BIT_NEC: in tm6000_ir_keydown() 428 rc->allowed_protocols = RC_PROTO_BIT_RC5 | RC_PROTO_BIT_NEC; in tm6000_ir_init()
|
/Linux-v5.4/drivers/media/usb/cx231xx/ |
D | cx231xx-input.c | 84 dev->init_data.type = RC_PROTO_BIT_NEC; in cx231xx_ir_init()
|
/Linux-v5.4/drivers/media/rc/ |
D | zx-irdec.c | 114 rcd->allowed_protocols = RC_PROTO_BIT_NEC | RC_PROTO_BIT_NECX | in zx_irdec_probe()
|
D | ir-nec-decoder.c | 251 .protocols = RC_PROTO_BIT_NEC | RC_PROTO_BIT_NECX |
|
D | igorplugusb.c | 197 ~(RC_PROTO_BIT_NEC | RC_PROTO_BIT_NECX | RC_PROTO_BIT_NEC32 | in igorplugusb_probe()
|
D | tango-ir.c | 46 #define NEC_ANY (RC_PROTO_BIT_NEC | RC_PROTO_BIT_NECX | RC_PROTO_BIT_NEC32)
|
D | winbond-cir.c | 1081 data->dev->allowed_wakeup_protocols = RC_PROTO_BIT_NEC | in wbcir_probe()
|
D | rc-main.c | 1008 { RC_PROTO_BIT_NEC |
|
/Linux-v5.4/drivers/media/usb/au0828/ |
D | au0828-input.c | 332 rc->allowed_protocols = RC_PROTO_BIT_NEC | RC_PROTO_BIT_NECX | in au0828_rc_register()
|
/Linux-v5.4/drivers/media/usb/dvb-usb-v2/ |
D | az6007.c | 236 rc->allowed_protos = RC_PROTO_BIT_NEC | RC_PROTO_BIT_NECX | in az6007_get_rc_config()
|
D | anysee.c | 1145 rc->allowed_protos = RC_PROTO_BIT_NEC; in anysee_get_rc_config()
|
D | af9015.c | 1283 rc->allowed_protos = RC_PROTO_BIT_NEC | RC_PROTO_BIT_NECX | in af9015_get_rc_config()
|
D | af9035.c | 1877 rc->allowed_protos = RC_PROTO_BIT_NEC | in af9035_get_rc_config()
|
D | rtl28xxu.c | 1699 rc->allowed_protos = RC_PROTO_BIT_NEC | RC_PROTO_BIT_NECX | in rtl2831u_get_rc_config()
|