/linux-2.6.39/arch/sparc/math-emu/ |
D | math_64.c | 182 int IR; in do_mathemu() local 260 IR = 2; in do_mathemu() 275 IR = 0; in do_mathemu() 278 case 1: if (XR) IR = 1; break; /* Not Equal */ in do_mathemu() 279 case 2: if (XR == 1 || XR == 2) IR = 1; break; /* Less or Greater */ in do_mathemu() 280 case 3: if (XR & 1) IR = 1; break; /* Unordered or Less */ in do_mathemu() 281 case 4: if (XR == 1) IR = 1; break; /* Less */ in do_mathemu() 282 case 5: if (XR & 2) IR = 1; break; /* Unordered or Greater */ in do_mathemu() 283 case 6: if (XR == 2) IR = 1; break; /* Greater */ in do_mathemu() 284 case 7: if (XR == 3) IR = 1; break; /* Unordered */ in do_mathemu() [all …]
|
D | math_32.c | 288 int IR; in do_one_mathemu() local 455 case FSTOI: FP_TO_INT_S (IR, SB, 32, 1); break; in do_one_mathemu() 456 case FDTOI: FP_TO_INT_D (IR, DB, 32, 1); break; in do_one_mathemu() 457 case FQTOI: FP_TO_INT_Q (IR, QB, 32, 1); break; in do_one_mathemu() 459 case FITOS: IR = rs2->s; FP_FROM_INT_S (SR, IR, 32, int); break; in do_one_mathemu() 460 case FITOD: IR = rs2->s; FP_FROM_INT_D (DR, IR, 32, int); break; in do_one_mathemu() 461 case FITOQ: IR = rs2->s; FP_FROM_INT_Q (QR, IR, 32, int); break; in do_one_mathemu() 472 FP_CMP_S(IR, SB, SA, 3); in do_one_mathemu() 473 if (IR == 3 && in do_one_mathemu() 481 FP_CMP_D(IR, DB, DA, 3); in do_one_mathemu() [all …]
|
/linux-2.6.39/drivers/staging/lirc/ |
D | Kconfig | 5 bool "Linux Infrared Remote Control IR receiver/transmitter drivers" 8 Say Y here, and all supported Linux Infrared Remote Control IR and 19 Driver for the IR interface on BT829-based hardware 22 tristate "Igor Cesko's USB IR Receiver" 25 Driver for Igor Cesko's USB IR Receiver 31 Driver for the original SoundGraph iMON IR Receiver and Display 42 tristate "Sasem USB IR Remote" 45 Driver for the Sasem OnAir Remocon-V or Dign HV5 HTPC IR/VFD Module 67 tristate "Technotrend USB IR Receiver" 70 Driver for the Technotrend USB IR Receiver [all …]
|
D | lirc_zilog.c | 66 struct IR; 70 struct IR *ir; 86 struct IR *ir; 97 struct IR { struct 173 static struct IR *get_ir_device(struct IR *ir, bool ir_devices_lock_held) in get_ir_device() 187 struct IR *ir = container_of(ref, struct IR, ref); in release_ir_device() 207 static int put_ir_device(struct IR *ir, bool ir_devices_lock_held) in put_ir_device() 222 static struct IR_rx *get_ir_rx(struct IR *ir) in get_ir_rx() 248 struct IR *ir = rx->ir; in release_ir_rx() 266 struct IR *ir = rx->ir; in put_ir_rx() [all …]
|
D | TODO.lirc_zilog | 5 ir-kbd-i2c to ignore Z8 IR units. 30 Note: Both lirc_zilog and ir-kbd-i2c support the Zilog Z8 for IR, as programmed 32 must consider at least the following bridge drivers which mention an IR Rx unit
|
D | TODO | 2 (see drivers/media/IR/mceusb.c vs. lirc_mceusb.c in lirc cvs for an
|
/linux-2.6.39/drivers/media/rc/ |
D | Kconfig | 11 if you don't need IR, as otherwise, you may not be able to 23 interface passes raw IR to and from userspace, where the 24 LIRC daemon handles protocol decoding for IR reception and 25 encoding for IR transmitting (aka "blasting"). 30 tristate "Enable IR raw decoder for the NEC protocol" 36 Enable this option if you have IR with NEC protocol, and 37 if the IR is decoded in software 40 tristate "Enable IR raw decoder for the RC-5 protocol" 46 Enable this option if you have IR with RC-5 protocol, and 47 if the IR is decoded in software [all …]
|
/linux-2.6.39/arch/powerpc/math-emu/ |
D | math_efp.c | 186 int IR, cmp; in do_spe_mathemu() local 342 FP_CMP_S(IR, SA, SB, 3); in do_spe_mathemu() 343 if (IR == 3 && (FP_ISSIGNAN_S(SA) || FP_ISSIGNAN_S(SB))) in do_spe_mathemu() 345 if (IR == cmp) { in do_spe_mathemu() 346 IR = 0x4; in do_spe_mathemu() 348 IR = 0; in do_spe_mathemu() 482 FP_CMP_D(IR, DA, DB, 3); in do_spe_mathemu() 483 if (IR == 3 && (FP_ISSIGNAN_D(DA) || FP_ISSIGNAN_D(DB))) in do_spe_mathemu() 485 if (IR == cmp) { in do_spe_mathemu() 486 IR = 0x4; in do_spe_mathemu() [all …]
|
/linux-2.6.39/arch/s390/math-emu/ |
D | math.c | 231 int IR; in emu_cxbr() local 239 FP_CMP_Q(IR, QA, QB, 3); in emu_cxbr() 244 emu_set_CC(regs, (IR == -1) ? 1 : (IR == 1) ? 2 : IR); in emu_cxbr() 251 int IR; in emu_cdbr() local 255 FP_CMP_D(IR, DA, DB, 3); in emu_cdbr() 260 emu_set_CC(regs, (IR == -1) ? 1 : (IR == 1) ? 2 : IR); in emu_cdbr() 267 int IR; in emu_cdb() local 271 FP_CMP_D(IR, DA, DB, 3); in emu_cdb() 276 emu_set_CC(regs, (IR == -1) ? 1 : (IR == 1) ? 2 : IR); in emu_cdb() 283 int IR; in emu_cebr() local [all …]
|
/linux-2.6.39/drivers/staging/tm6000/ |
D | TODO | 2 - IR NEC with tm5600/6000 TV cards 3 - IR RC5 with tm5600/6000/6010 TV cards
|
D | README | 8 - Add IR support
|
/linux-2.6.39/Documentation/video4linux/cx88/ |
D | hauppauge-wintv-cx88-ir.txt | 9 GPIO 16(i believe) is tied to the IR port (if present). 34 You need to recover the actual RC5 bits out of the (oversampled) IR sensor 38 I'm pretty sure when no IR signal is present the receiver is always in a 40 as well. Remember, this is a free running sample of the IR receiver state
|
/linux-2.6.39/Documentation/video4linux/ |
D | hauppauge-wintv-cx88-ir.txt | 9 GPIO 16(i believe) is tied to the IR port (if present). 34 You need to recover the actual RC5 bits out of the (oversampled) IR sensor 38 I'm pretty sure when no IR signal is present the receiver is always in a 40 as well. Remember, this is a free running sample of the IR receiver state
|
D | CARDLIST.cx88 | 81 80 -> Hauppauge WinTV-IR Only [0070:9290]
|
/linux-2.6.39/Documentation/misc-devices/ |
D | bh1770glc.txt | 24 Proximity part contains IR-led driver up to 3 IR leds. The chip measures 25 amount of reflected IR light and produces proximity result. Resolution is
|
D | apds990x.txt | 21 (infrared + visible light) and IR only. However, threshold comparisons happen
|
/linux-2.6.39/drivers/net/irda/ |
D | Kconfig | 101 tristate "ACTiSYS IR-220L and IR220L+ dongle" 104 Say Y here if you want to build support for the ACTiSYS IR-220L and 189 tristate "ACTiSYS IR-200L dongle" 192 Say Y here if you want to build support for the ACTiSYS IR-200L 194 The ACTiSYS IR-200L dongle attaches to the normal 9-pin serial 196 To activate support for ACTiSYS IR-200L dongle you will have to 294 tristate "Winbond W83977AF (IR)" 306 tristate "Toshiba Type-O IR Port" 309 Say Y here if you want to build support for the Toshiba Type-O IR 354 tristate "SA1100 Internal IR"
|
/linux-2.6.39/arch/arm/plat-spear/ |
D | time.c | 39 #define IR(x) ((x) * 0x80 + 0x84) macro 175 writew(INT_STATUS, gpt_base + IR(CLKEVT)); in spear_timer_interrupt()
|
/linux-2.6.39/drivers/media/video/cx231xx/ |
D | Kconfig | 28 On most cases, all you need for IR is mceusb module.
|
/linux-2.6.39/sound/soc/sh/ |
D | fsi.c | 102 #define IR (1 << 4) /* Interrupt Reset */ macro 731 fsi_master_mask_set(master, SOFT_RST, IR, 0); in fsi_interrupt() 732 fsi_master_mask_set(master, SOFT_RST, IR, IR); in fsi_interrupt()
|
/linux-2.6.39/Documentation/dvb/ |
D | contributors.txt | 76 for the IR code for the ttusb-dec driver
|
/linux-2.6.39/net/irda/ |
D | Kconfig | 17 read the IR-HOWTO, available at
|
/linux-2.6.39/drivers/hid/ |
D | Kconfig | 221 tristate "Twinhan IR remote control" 224 Support for Twinhan IR remote control. 393 - IR
|
/linux-2.6.39/drivers/media/video/ |
D | Kconfig | 115 tristate "I2C module for IR" if !VIDEO_HELPER_CHIPS_AUTO 119 Most boards have an IR chip directly connected via GPIO. However, 120 some video boards have the IR connected via I2C bus. 122 If your board doesn't have an I2C IR chip, you may disable this
|
/linux-2.6.39/drivers/input/misc/ |
D | Kconfig | 357 tristate "TI DaVinci DM355 EVM Keypad and IR Remote" 361 Supports the pushbuttons and IR remote used with
|