Searched refs:ircode (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx88/
H A Dcx88-input.c492 u32 samples, ircode; local
533 ircode = ir_decode_pulsedistance(ir->samples, ir->scount, 1, 4);
535 if (ircode == 0xffffffff) { /* decoding error */
540 ir_dprintk("pulse distance decoded: %x\n", ircode);
542 if (ircode == 0) { /* key still pressed */
548 if ((ircode & 0xffff) != (ir->sampling & 0xffff)) { /* wrong address */
553 if (((~ircode >> 24) & 0xff) != ((ircode >> 16) & 0xff)) { /* wrong checksum */
558 ir_dprintk("Key Code: %x\n", (ircode >> 16) & 0xff);
559 ir_keydown(ir->input, (ircode >> 1
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dir-kbd-i2c.c74 int start, range, toggle, dev, code, ircode; local
104 ircode= (start << 12) | (toggle << 11) | (dev << 6) | code;
105 if ((ircode & 0x1fff)==0x1fff)
121 *ir_raw = ircode;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/dvb-usb/
H A Dcxusb.c387 u8 ircode[4]; local
390 cxusb_ctrl_msg(d, CMD_GET_IR_CODE, NULL, 0, ircode, 4);
396 if (rc5_custom(&keymap[i]) == ircode[2] &&
397 rc5_data(&keymap[i]) == ircode[3]) {
412 u8 ircode[4]; local
415 .buf = ircode, .len = 4 };
424 if (rc5_custom(&keymap[i]) == ircode[1] &&
425 rc5_data(&keymap[i]) == ircode[2]) {
440 u8 ircode[2]; local
446 if (cxusb_ctrl_msg(d, 0x10, NULL, 0, ircode,
900 u8 ircode[4]; local
[all...]
H A Danysee.c381 u8 ircode[2]; local
384 ret = anysee_ctrl_msg(d, buf, sizeof(buf), &ircode[0], 2);
392 if (rc5_custom(&keymap[i]) == ircode[0] &&
393 rc5_data(&keymap[i]) == ircode[1]) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/saa7134/
H A Dsaa7134-input.c1099 u32 ircode = 0, not_code = 0; local
1151 ircode |= 1 << shift;
1156 ircode |= 1 << shift;
1175 ir->code = ir_extract_bits(ircode, ir->mask_keycode);
1178 ir->code, ircode, not_code);

Completed in 70 milliseconds