/linux-2.4.37.9/drivers/char/joystick/ |
D | analog.c | 130 int initial[4]; member 164 static void analog_decode(struct analog *analog, int *axes, int *initial, int buttons) in analog_decode() argument 171 if (axes[3] < ((initial[3] * ((i << 1) + 1)) >> 3)) { in analog_decode() 185 input_report_key(dev, analog_pads[0], axes[2] < (initial[2] >> 1)); in analog_decode() 187 input_report_key(dev, analog_pads[1], axes[3] < (initial[3] >> 1)); in analog_decode() 189 input_report_key(dev, analog_pads[2], axes[2] > (initial[2] + (initial[2] >> 1))); in analog_decode() 191 input_report_key(dev, analog_pads[3], axes[3] > (initial[3] + (initial[3] >> 1))); in analog_decode() 319 analog_decode(port->analog + i, port->axes, port->initial, port->buttons); in analog_timer() 489 analog_decode(analog, port->axes, port->initial, port->buttons); in analog_init_device() 565 port->initial[i] = port->axes[i]; in analog_init_masks()
|
/linux-2.4.37.9/Documentation/arm/SA1100/ |
D | Itsy | 9 Notes on initial 2.4 Itsy support (8/27/2000) : 11 64 Meg of DRAM and 32 Meg of Flash. The initial work includes support for 27 ("p 1 0x00340000"). Finally flash an initial ramdisk into 0xC8000000
|
/linux-2.4.37.9/arch/parisc/ |
D | vmlinux.lds | 52 init_task BLOCK(16384) : { *(init_task) } /* The initial task and kernel stack */ 53 init_istack BLOCK(32768) : { *(init_istack) } /* The initial interrupt stack */
|
D | vmlinux64.lds | 55 init_task BLOCK(16384) : { *(init_task) } /* The initial task and kernel stack */ 56 init_istack BLOCK(32768) : { *(init_task) } /* The initial interrupt stack */
|
/linux-2.4.37.9/Documentation/networking/ |
D | framerelay.txt | 19 With this initial offering, only 1 FRAD driver is available. With many thanks 30 an initial configuration.
|
D | 3c359.txt | 36 pkt_buf_sz: This is this initial receive buffer allocation size. This will
|
/linux-2.4.37.9/Documentation/arm/empeg/ |
D | README | 3 The initial design is to go in your car, but you can use it at home, on a
|
/linux-2.4.37.9/include/asm-ppc/ |
D | machdep.h | 86 int (*pcibios_enable_device_hook)(struct pci_dev *, int initial);
|
/linux-2.4.37.9/arch/sh/kernel/ |
D | head.S | 47 mov r0, r15 ! Set initial r15 (stack pointer)
|
/linux-2.4.37.9/arch/m68k/ |
D | vmlinux.lds | 54 init_task : { *(init_task) } /* The initial task and kernel stack */
|
/linux-2.4.37.9/arch/cris/boot/compressed/ |
D | README | 22 so it puts its code at 0x40700000, and initial stack at 0x40800000.
|
/linux-2.4.37.9/arch/alpha/ |
D | vmlinux.lds.in | 50 /* The initial task and kernel stack */
|
/linux-2.4.37.9/include/asm-ppc64/ |
D | machdep.h | 131 int (*pcibios_enable_device_hook)(struct pci_dev *, int initial);
|
/linux-2.4.37.9/arch/m68k/fpsp040/ |
D | sint.S | 210 clrl %d0 |clear d0 - initial g,r,s for 228 | ;if initial grs set
|
/linux-2.4.37.9/arch/cris/boot/rescue/ |
D | kimagerescue.S | 55 ;; setup port PA and PB default initial directions and data
|
/linux-2.4.37.9/Documentation/vm/ |
D | numa | 21 The initial port includes NUMAizing the bootmem allocator code by
|
/linux-2.4.37.9/Documentation/ |
D | initrd.txt | 1 Using the initial RAM disk (initrd) 27 1) the boot loader loads the kernel and the initial RAM disk 54 Loads the specified file as the initial RAM disk. When using LILO, you 100 support for the initial RAM disk enabled. Also, at least all components
|
D | watchdog.txt | 43 commandline argument which specifies the counter initial value. The counter
|
/linux-2.4.37.9/arch/mips/ |
D | ld.script.in | 78 /* Align the initial ramdisk image (INITRD) on page boundaries. */
|
/linux-2.4.37.9/drivers/scsi/ |
D | ChangeLog.serverraid | 53 4.00.06 - Fix timeout with initial FFDC command
|
D | ChangeLog.ips | 87 4.00.06 - Fix timeout with initial FFDC command
|
/linux-2.4.37.9/arch/mips64/ |
D | ld.script.elf64 | 89 /* Align the initial ramdisk image (INITRD) on page boundaries. */
|
/linux-2.4.37.9/drivers/message/i2o/ |
D | README | 104 Loan of initial FibreChannel disk array used for development work.
|
/linux-2.4.37.9/arch/x86_64/boot/ |
D | setup.S | 702 # need no steenking BIOS anyway (except for the initial loading :-).
|
/linux-2.4.37.9/Documentation/input/ |
D | joystick-api.txt | 16 (JS_EVENT_INIT) that you can read to check the initial state of the 50 #define JS_EVENT_INIT 0x80 /* initial state of device */
|