/linux/drivers/media/rc/img-ir/ |
H A 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/drivers/media/usb/em28xx/ |
H A D | em28xx-input.c | 223 case RC_PROTO_BIT_NEC: in default_polling_getkey() 269 case RC_PROTO_BIT_NEC: in em2874_polling_getkey() 394 } else if (*rc_proto & RC_PROTO_BIT_NEC) { in em2860_ir_change_protocol() 397 *rc_proto = RC_PROTO_BIT_NEC; in em2860_ir_change_protocol() 423 } else if (*rc_proto & RC_PROTO_BIT_NEC) { in em2874_ir_change_protocol() 427 *rc_proto = RC_PROTO_BIT_NEC; in em2874_ir_change_protocol() 780 RC_PROTO_BIT_NEC; in em28xx_ir_init() 789 RC_PROTO_BIT_NEC | RC_PROTO_BIT_NECX | in em28xx_ir_init()
|
/linux/drivers/media/usb/dvb-usb/ |
H A D | dtt200u.c | 227 .allowed_protos = RC_PROTO_BIT_NEC, 279 .allowed_protos = RC_PROTO_BIT_NEC, 331 .allowed_protos = RC_PROTO_BIT_NEC, 383 .allowed_protos = RC_PROTO_BIT_NEC,
|
H A D | dib0700_devices.c | 551 case RC_PROTO_BIT_NEC: in dib0700_rc_query_old_firmware() 4097 RC_PROTO_BIT_NEC, 4137 RC_PROTO_BIT_NEC, 4202 RC_PROTO_BIT_NEC, 4247 RC_PROTO_BIT_NEC, 4328 RC_PROTO_BIT_NEC, 4373 RC_PROTO_BIT_NEC, 4430 RC_PROTO_BIT_NEC, 4496 RC_PROTO_BIT_NEC, 4545 RC_PROTO_BIT_NEC, [all …]
|
H A D | cxusb.c | 1814 .allowed_protos = RC_PROTO_BIT_NEC, 1873 .allowed_protos = RC_PROTO_BIT_NEC, 1940 .allowed_protos = RC_PROTO_BIT_NEC, 1999 .allowed_protos = RC_PROTO_BIT_NEC, 2054 .allowed_protos = RC_PROTO_BIT_NEC, 2108 .allowed_protos = RC_PROTO_BIT_NEC, 2165 .allowed_protos = RC_PROTO_BIT_NEC, 2265 .allowed_protos = RC_PROTO_BIT_NEC,
|
H A D | a800.c | 132 .allowed_protos = RC_PROTO_BIT_NEC,
|
H A D | dw2102.c | 2000 .allowed_protos = RC_PROTO_BIT_NEC, 2055 .allowed_protos = RC_PROTO_BIT_NEC, 2106 .allowed_protos = RC_PROTO_BIT_NEC, 2155 .allowed_protos = RC_PROTO_BIT_NEC, 2202 .allowed_protos = RC_PROTO_BIT_NEC, 2249 .allowed_protos = RC_PROTO_BIT_NEC, 2304 .allowed_protos = RC_PROTO_BIT_NEC,
|
H A 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()
|
H A D | vp7045.c | 225 .allowed_protos = RC_PROTO_BIT_NEC,
|
/linux/include/media/ |
H A D | rc-map.h | 24 #define RC_PROTO_BIT_NEC BIT_ULL(RC_PROTO_NEC) macro 64 (RC_PROTO_BIT_NEC | RC_PROTO_BIT_NECX | RC_PROTO_BIT_NEC32)
|
/linux/drivers/media/usb/cx231xx/ |
H A D | cx231xx-input.c | 84 dev->init_data.type = RC_PROTO_BIT_NEC; in cx231xx_ir_init()
|
/linux/drivers/media/rc/ |
H A D | meson-ir.c | 209 if (ir->rc->enabled_protocols & RC_PROTO_BIT_NEC) in meson_ir_hw_handler() 250 if (*rc_type & RC_PROTO_BIT_NEC) in meson_ir_hw_decoder_init() 496 ir->rc->allowed_protocols = RC_PROTO_BIT_NEC; in meson_ir_probe()
|
H A D | ir-nec-decoder.c | 251 .protocols = RC_PROTO_BIT_NEC | RC_PROTO_BIT_NECX |
|
H A D | igorplugusb.c | 201 ~(RC_PROTO_BIT_NEC | RC_PROTO_BIT_NECX | RC_PROTO_BIT_NEC32 | in igorplugusb_probe()
|
H A D | winbond-cir.c | 1078 data->dev->allowed_wakeup_protocols = RC_PROTO_BIT_NEC | in wbcir_probe()
|
H A D | rc-main.c | 1045 { RC_PROTO_BIT_NEC |
|
/linux/drivers/media/usb/au0828/ |
H A D | au0828-input.c | 332 rc->allowed_protocols = RC_PROTO_BIT_NEC | RC_PROTO_BIT_NECX | in au0828_rc_register()
|
/linux/drivers/media/usb/dvb-usb-v2/ |
H A D | az6007.c | 237 rc->allowed_protos = RC_PROTO_BIT_NEC | RC_PROTO_BIT_NECX | in az6007_get_rc_config()
|
H A D | af9015.c | 1284 rc->allowed_protos = RC_PROTO_BIT_NEC | RC_PROTO_BIT_NECX | in af9015_get_rc_config()
|
H A D | rtl28xxu.c | 1724 rc->allowed_protos = RC_PROTO_BIT_NEC | RC_PROTO_BIT_NECX | in rtl2831u_get_rc_config()
|