Searched refs:effects (Results 1 – 25 of 70) sorted by relevance
123
/linux-2.6.39/Documentation/input/ |
D | ff.txt | 13 effects. 61 - FF_CONSTANT can render constant force effects 62 - FF_PERIODIC can render periodic effects with the following waveforms: 69 - FF_RAMP can render ramp effects 72 - FF_DAMPER can simulate damper effects 73 - FF_RUMBLE rumble effects 88 Returns the number of effects the device can keep in its memory. 90 3.2 Uploading effects to the device 117 This makes room for new effects in the device's memory. Note that this also 120 3.4 Controlling the playback of effects [all …]
|
D | iforce-protocol.txt | 3 specify force effects to I-Force 2.0 devices. None of this information comes 28 First, I describe effects that are sent by the device to the computer 45 ** Device effects states 59 00 Channel (when playing several effects at the same time, each must be assigned a channel) 164 **** Query number of effects **** 165 QUERY = 4e ('N'umber of effects) 166 The device should respond by sending the number of effects that can be played 168 ff 02 4e 14 CS would stand for 20 effects. 215 Bit 0 Stop all effects 227 Each device has a certain amount of memory to store parameters of effects. [all …]
|
/linux-2.6.39/drivers/input/ |
D | ff-core.c | 159 old = &ff->effects[id]; in input_ff_upload() 172 ff->effects[id] = *effect; in input_ff_upload() 327 ff->effects = kcalloc(max_effects, sizeof(struct ff_effect), in input_ff_create() 329 if (!ff->effects) { in input_ff_create() 372 kfree(ff->effects); in input_ff_destroy()
|
/linux-2.6.39/Documentation/networking/ |
D | ipv6.txt | 21 The possible values and their effects are: 43 The possible values and their effects are: 61 The possible values and their effects are:
|
/linux-2.6.39/drivers/staging/line6/ |
D | Kconfig | 7 This is a driver for the guitar amp, cab, and effects modeller 11 * Reading/writing complete channel, effects setup, and amp
|
/linux-2.6.39/Documentation/sound/alsa/ |
D | MIXART.txt | 16 decoding, samplerate conversions and various effects. 68 - on-board effects and samplerate conversions
|
/linux-2.6.39/Documentation/ABI/testing/ |
D | sysfs-driver-hid-roccat-kovaplus | 81 and light effects. 96 and light effects.
|
D | sysfs-driver-hid-roccat-pyra | 43 and light effects. 58 and light effects.
|
D | sysfs-driver-hid-roccat-koneplus | 62 and light effects. 77 and light effects.
|
D | sysfs-driver-hid-roccat-kone | 45 effects.
|
/linux-2.6.39/drivers/staging/lirc/ |
D | TODO.lirc_zilog | 19 effects. The cx18 module could then be reloaded and irw properly began
|
/linux-2.6.39/Documentation/fb/ |
D | metronomefb.txt | 29 a possibility that it could have some permanent effects on the display media.
|
/linux-2.6.39/Documentation/cgroups/ |
D | cpuacct.txt | 44 system times. This has two side effects:
|
/linux-2.6.39/Documentation/ |
D | memory-barriers.txt | 39 (*) Inter-CPU locking barrier effects. 51 (*) Kernel I/O barrier effects. 55 (*) The effects of the cpu cache. 108 So in the above diagram, the effects of the memory operations performed by a 323 time the barrier completes, the effects of all the stores prior to that 425 indirect effect will be the order in which the second CPU sees the effects 428 (*) There is no guarantee that a CPU will see the correct order of effects 435 mechanisms should propagate the indirect effects of a memory barrier 716 Makes sure all effects ---> \ ddddddddddddddddd | | 789 barrier causes all effects \ +-------+ | | [all …]
|
/linux-2.6.39/Documentation/block/ |
D | queue-sysfs.txt | 50 this provides a significant reduction in CPU cycles due to caching effects.
|
/linux-2.6.39/arch/powerpc/platforms/44x/ |
D | Kconfig | 108 select 460EX # Odd since it uses 460GT but the effects are the same 131 select 460EX # Odd since it uses 460GT but the effects are the same
|
/linux-2.6.39/Documentation/scsi/ |
D | lpfc.txt | 39 to reappear or link come back alive, with no inadvertent side effects
|
/linux-2.6.39/Documentation/video4linux/bttv/ |
D | README.freeze | 72 effects with bttv sharing the IRQ with the ACPI bridge (and
|
/linux-2.6.39/Documentation/i2c/ |
D | instantiating-devices | 158 undesirable side effects. 163 the aforementioned undesirable side effects.
|
/linux-2.6.39/scripts/kconfig/ |
D | lex.zconf.c_shipped | 197 /* Undo effects of setting up zconftext. */ \ 1209 *yy_cp = (yy_hold_char); /* undo effects of setting up zconftext */ 1227 *yy_cp = (yy_hold_char); /* undo effects of setting up zconftext */ 1297 *yy_cp = (yy_hold_char); /* undo effects of setting up zconftext */ 1356 /* Undo the effects of YY_DO_BEFORE_ACTION. */ 1657 /* undo effects of setting up zconftext */ 2127 /* Undo effects of setting up zconftext. */ \
|
/linux-2.6.39/drivers/staging/ath6kl/ |
D | Kconfig | 125 …ution: Incompatilbity between the host driver and target firmware may lead to unknown side effects.
|
/linux-2.6.39/fs/ncpfs/ |
D | Kconfig | 83 effects by saying Y to "Allow using of Native Language Support"
|
/linux-2.6.39/arch/sh/lib64/ |
D | copy_user_memcpy.S | 29 ! without side effects.
|
D | memcpy.S | 31 ! without side effects.
|
/linux-2.6.39/Documentation/sound/oss/ |
D | SoundPro | 38 settings can have unexpected effects. Use the WSS mixer for best results.
|
123