Home
last modified time | relevance | path

Searched refs:initial (Results 1 – 25 of 94) sorted by relevance

1234

/linux-2.4.37.9/drivers/char/joystick/
Danalog.c130 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/
DItsy9 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/
Dvmlinux.lds52 init_task BLOCK(16384) : { *(init_task) } /* The initial task and kernel stack */
53 init_istack BLOCK(32768) : { *(init_istack) } /* The initial interrupt stack */
Dvmlinux64.lds55 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/
Dframerelay.txt19 With this initial offering, only 1 FRAD driver is available. With many thanks
30 an initial configuration.
D3c359.txt36 pkt_buf_sz: This is this initial receive buffer allocation size. This will
/linux-2.4.37.9/Documentation/arm/empeg/
DREADME3 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/
Dmachdep.h86 int (*pcibios_enable_device_hook)(struct pci_dev *, int initial);
/linux-2.4.37.9/arch/sh/kernel/
Dhead.S47 mov r0, r15 ! Set initial r15 (stack pointer)
/linux-2.4.37.9/arch/m68k/
Dvmlinux.lds54 init_task : { *(init_task) } /* The initial task and kernel stack */
/linux-2.4.37.9/arch/cris/boot/compressed/
DREADME22 so it puts its code at 0x40700000, and initial stack at 0x40800000.
/linux-2.4.37.9/arch/alpha/
Dvmlinux.lds.in50 /* The initial task and kernel stack */
/linux-2.4.37.9/include/asm-ppc64/
Dmachdep.h131 int (*pcibios_enable_device_hook)(struct pci_dev *, int initial);
/linux-2.4.37.9/arch/m68k/fpsp040/
Dsint.S210 clrl %d0 |clear d0 - initial g,r,s for
228 | ;if initial grs set
/linux-2.4.37.9/arch/cris/boot/rescue/
Dkimagerescue.S55 ;; setup port PA and PB default initial directions and data
/linux-2.4.37.9/Documentation/vm/
Dnuma21 The initial port includes NUMAizing the bootmem allocator code by
/linux-2.4.37.9/Documentation/
Dinitrd.txt1 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
Dwatchdog.txt43 commandline argument which specifies the counter initial value. The counter
/linux-2.4.37.9/arch/mips/
Dld.script.in78 /* Align the initial ramdisk image (INITRD) on page boundaries. */
/linux-2.4.37.9/drivers/scsi/
DChangeLog.serverraid53 4.00.06 - Fix timeout with initial FFDC command
DChangeLog.ips87 4.00.06 - Fix timeout with initial FFDC command
/linux-2.4.37.9/arch/mips64/
Dld.script.elf6489 /* Align the initial ramdisk image (INITRD) on page boundaries. */
/linux-2.4.37.9/drivers/message/i2o/
DREADME104 Loan of initial FibreChannel disk array used for development work.
/linux-2.4.37.9/arch/x86_64/boot/
Dsetup.S702 # need no steenking BIOS anyway (except for the initial loading :-).
/linux-2.4.37.9/Documentation/input/
Djoystick-api.txt16 (JS_EVENT_INIT) that you can read to check the initial state of the
50 #define JS_EVENT_INIT 0x80 /* initial state of device */

1234