/linux-2.4.37.9/drivers/usb/ |
D | aiptek.c | 492 int x, y, left, right, middle; in aiptek_irq() local 504 middle = data[5] & 0x04; in aiptek_irq() 506 jitterable = left | right | middle; in aiptek_irq() 509 input_report_key(dev, BTN_MIDDLE, middle); in aiptek_irq() 656 int middle = data[5] & 0x10; in aiptek_irq() local 664 input_report_key(dev, BTN_MIDDLE, middle); in aiptek_irq() 667 jitterable = left | middle | right; in aiptek_irq() 704 int middle = data[1] & 0x10; in aiptek_irq() local 709 input_report_key(dev, BTN_MIDDLE, middle); in aiptek_irq() 712 jitterable = left | middle | right; in aiptek_irq()
|
/linux-2.4.37.9/fs/ntfs/ |
D | dir.c | 295 ntfs_u8 *newbuf = 0, *middle = 0; in ntfs_split_record() local 348 middle = ntfs_malloc(ntfs_entry_has_subnodes(prev) ? mlen : mlen + 8); in ntfs_split_record() 349 if (!middle){ in ntfs_split_record() 353 ntfs_memcpy(middle, prev, mlen); in ntfs_split_record() 355 NTFS_PUTU8(middle + 0xC, NTFS_GETU8(middle + 0xC) | 1); in ntfs_split_record() 357 NTFS_PUTU64(middle + mlen - 8, walk->block); in ntfs_split_record() 360 walk->new_entry = middle; in ntfs_split_record() 380 if (middle) in ntfs_split_record() 381 ntfs_free(middle); in ntfs_split_record()
|
/linux-2.4.37.9/fs/jfs/ |
D | jfs_xtree.c | 1211 int skip, maxentry, middle, righthalf, n; in xtSplitPage() local 1349 middle = maxentry >> 1; in xtSplitPage() 1350 righthalf = maxentry - middle; in xtSplitPage() 1355 if (skip <= middle) { in xtSplitPage() 1357 memmove(&rp->xad[XTENTRYSTART], &sp->xad[middle], in xtSplitPage() 1361 if (skip < middle) in xtSplitPage() 1363 (middle - skip) << L2XTSLOTSIZE); in xtSplitPage() 1371 sp->header.nextindex = cpu_to_le16(middle + 1); in xtSplitPage() 1385 n = skip - middle; in xtSplitPage() 1386 memmove(&rp->xad[XTENTRYSTART], &sp->xad[middle], in xtSplitPage() [all …]
|
/linux-2.4.37.9/arch/sparc/lib/ |
D | mul.S | 124 sll %o4, 12, %o0 ! shift middle bits left 12
|
D | umul.S | 158 sll %o4, 12, %o0 ! shift middle bits left 12
|
/linux-2.4.37.9/arch/cris/kernel/ |
D | head.S | 760 | IO_STATE (R_SERIAL0_REC_CTRL, sampling, middle) \ 794 | IO_STATE (R_SERIAL1_REC_CTRL, sampling, middle) \ 830 | IO_STATE (R_SERIAL3_REC_CTRL, sampling, middle) \
|
/linux-2.4.37.9/Documentation/ |
D | BUG-HUNTING | 17 you know that 1.3.69 does. Pick a kernel in the middle and build
|
D | kmod.txt | 42 so why not skip the middle man?
|
D | Configure.help | 9495 the middle and upper layers of the SCSI subsystem. If unsure, say N.
|
/linux-2.4.37.9/drivers/net/e1000/ |
D | e1000_main.c | 4160 staterr = le32_to_cpu(rx_desc->wb.middle.status_error); 4200 length = le16_to_cpu(rx_desc->wb.middle.length0); 4275 le16_to_cpu(rx_desc->wb.middle.vlan) & 4287 le16_to_cpu(rx_desc->wb.middle.vlan) & 4299 rx_desc->wb.middle.status_error &= cpu_to_le32(~0xFF); 4312 staterr = le32_to_cpu(rx_desc->wb.middle.status_error);
|
D | e1000_hw.h | 646 } middle; member
|
/linux-2.4.37.9/drivers/scsi/ |
D | README.FlashPoint | 96 In the middle of December, I asked to meet with BusLogic's senior
|
D | 53c7,8xx.scr | 762 ; a SAVE POINTERS message before disconnecting in the middle of
|
D | 53c7xx.scr | 917 ; a SAVE POINTERS message before disconnecting in the middle of
|
/linux-2.4.37.9/scripts/ |
D | header.tk | 76 set myframe middle
|
/linux-2.4.37.9/Documentation/power/ |
D | pci.txt | 187 the device is middle of some critical operation, then it should fail.
|
/linux-2.4.37.9/drivers/char/ |
D | ser_a2232fw.ax | 383 C_TODM equ $12 ; TOD middle byte
|
/linux-2.4.37.9/Documentation/usb/ |
D | ov511.txt | 224 effect immediately, even in the middle of a frame. This reduces the
|
/linux-2.4.37.9/Documentation/networking/ |
D | arcnet-hardware.txt | 186 anywhere in middle of a cable in a STAR topology network. And more - you 1160 jumpers so they connect the middle pin and the pins closest to the RJ11 1165 jumpers so they connect the middle pin and the pins closest to the RJ11
|
/linux-2.4.37.9/drivers/scsi/aic7xxx/ |
D | aic7xxx.seq | 690 * at any time, even in the middle of a DMA, so 2250 * host disconnects in the middle of a
|
/linux-2.4.37.9/drivers/char/ftape/ |
D | RELEASE-NOTES | 163 * zftape no longer allows writing in the middle of the recorded
|
/linux-2.4.37.9/drivers/scsi/aic7xxx_old/ |
D | aic7xxx.seq | 315 * at any time, even in the middle of a DMA, so
|