Searched refs:RC_BIT_NEC (Results 1 – 21 of 21) sorted by relevance
/linux-4.4.14/drivers/media/usb/tm6000/ |
D | tm6000-input.c | 112 case RC_BIT_NEC: in tm6000_ir_config() 125 if (ir->rc_type == RC_BIT_NEC) in tm6000_ir_config() 130 (ir->rc_type == RC_BIT_NEC) ? "NEC" : "RC-5", in tm6000_ir_config() 182 case RC_BIT_NEC: in tm6000_ir_keydown() 328 if ((rc->rc_map.scan) && (*rc_type == RC_BIT_NEC)) in tm6000_ir_change_protocol() 444 rc->allowed_protocols = RC_BIT_RC5 | RC_BIT_NEC; in tm6000_ir_init()
|
/linux-4.4.14/drivers/media/usb/em28xx/ |
D | em28xx-input.c | 215 case RC_BIT_NEC: in default_polling_getkey() 260 case RC_BIT_NEC: in em2874_polling_getkey() 392 } else if (*rc_type & RC_BIT_NEC) { in em2860_ir_change_protocol() 395 *rc_type = RC_BIT_NEC; in em2860_ir_change_protocol() 421 } else if (*rc_type & RC_BIT_NEC) { in em2874_ir_change_protocol() 425 *rc_type = RC_BIT_NEC; in em2874_ir_change_protocol() 765 rc->allowed_protocols = RC_BIT_RC5 | RC_BIT_NEC; in em28xx_ir_init() 773 rc->allowed_protocols = RC_BIT_RC5 | RC_BIT_NEC | in em28xx_ir_init()
|
/linux-4.4.14/include/media/ |
D | rc-map.h | 46 #define RC_BIT_NEC (1 << RC_TYPE_NEC) macro 61 RC_BIT_NEC | RC_BIT_SANYO | RC_BIT_MCE_KBD | \
|
/linux-4.4.14/drivers/media/rc/ |
D | ir-nec-decoder.c | 55 if (!(dev->enabled_protocols & RC_BIT_NEC)) in ir_nec_decode() 204 .protocols = RC_BIT_NEC,
|
D | igorplugusb.c | 203 rc->allowed_protocols = RC_BIT_ALL & ~(RC_BIT_NEC | RC_BIT_RC6_6A_20 | in igorplugusb_probe()
|
D | rc-main.c | 789 { RC_BIT_NEC, "nec" },
|
/linux-4.4.14/drivers/media/usb/dvb-usb/ |
D | dib0700_devices.c | 550 case RC_BIT_NEC: in dib0700_rc_query_old_firmware() 3891 RC_BIT_NEC, 3931 RC_BIT_NEC, 3996 RC_BIT_NEC, 4041 RC_BIT_NEC, 4122 RC_BIT_NEC, 4167 RC_BIT_NEC, 4224 RC_BIT_NEC, 4290 RC_BIT_NEC, 4339 RC_BIT_NEC, [all …]
|
D | dib0700_core.c | 624 } else if (*rc_type & RC_BIT_NEC) { in dib0700_change_protocol() 626 *rc_type = RC_BIT_NEC; in dib0700_change_protocol() 712 case RC_BIT_NEC: in dib0700_rc_urb_completion()
|
D | dw2102.c | 1845 .allowed_protos = RC_BIT_NEC, 1900 .allowed_protos = RC_BIT_NEC, 1951 .allowed_protos = RC_BIT_NEC, 2000 .allowed_protos = RC_BIT_NEC,
|
/linux-4.4.14/drivers/media/usb/cx231xx/ |
D | cx231xx-input.c | 95 dev->init_data.type = RC_BIT_NEC; in cx231xx_ir_init()
|
/linux-4.4.14/drivers/media/rc/img-ir/ |
D | img-ir-nec.c | 112 .type = RC_BIT_NEC,
|
/linux-4.4.14/drivers/media/pci/cx23885/ |
D | cx23885-input.c | 296 allowed_protos = RC_BIT_NEC; in cx23885_input_init()
|
/linux-4.4.14/drivers/media/usb/au0828/ |
D | au0828-input.c | 347 rc->allowed_protocols = RC_BIT_NEC | RC_BIT_RC5; in au0828_rc_register()
|
/linux-4.4.14/drivers/media/pci/cx88/ |
D | cx88-input.c | 348 rc_type = RC_BIT_NEC; in cx88_ir_init()
|
/linux-4.4.14/drivers/media/pci/saa7134/ |
D | saa7134-input.c | 1017 dev->init_data.type = RC_BIT_NEC; in saa7134_probe_i2c_ir()
|
/linux-4.4.14/drivers/media/usb/dvb-usb-v2/ |
D | az6007.c | 239 rc->allowed_protos = RC_BIT_NEC; in az6007_get_rc_config()
|
D | anysee.c | 1158 rc->allowed_protos = RC_BIT_NEC; in anysee_get_rc_config()
|
D | lmedm04.c | 1245 rc->allowed_protos = RC_BIT_NEC; in lme2510_get_rc_config()
|
D | af9015.c | 1318 rc->allowed_protos = RC_BIT_NEC; in af9015_get_rc_config()
|
D | rtl28xxu.c | 1660 rc->allowed_protos = RC_BIT_NEC; in rtl2831u_get_rc_config()
|
D | af9035.c | 1840 rc->allowed_protos = RC_BIT_NEC; in af9035_get_rc_config()
|