/linux-4.4.14/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 …]
|
D | xpad.txt | 9 This only effects Original Xbox controllers. All later controller models
|
/linux-4.4.14/drivers/input/ |
D | ff-core.c | 157 old = &ff->effects[id]; in input_ff_upload() 170 ff->effects[id] = *effect; in input_ff_upload() 335 ff->effects = kcalloc(max_effects, sizeof(struct ff_effect), in input_ff_create() 337 if (!ff->effects) { in input_ff_create() 379 kfree(ff->effects); in input_ff_destroy()
|
D | ff-memless.c | 555 ml->states[i].effect = &ff->effects[i]; in input_ff_create_memless()
|
/linux-4.4.14/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:
|
D | decnet.txt | 200 effects).
|
D | ip-sysctl.txt | 555 If you want to test which effects syncookies have to your
|
D | bonding.txt | 206 possible values and their effects are:
|
/linux-4.4.14/drivers/staging/sm750fb/ |
D | TODO | 6 - check on hardware effects of removal of USE_HW_I2C and USE_DVICHIP (these two
|
/linux-4.4.14/sound/usb/line6/ |
D | Kconfig | 13 * Reading/writing complete channel, effects setup, and amp
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | MIXART.txt | 16 decoding, samplerate conversions and various effects. 68 - on-board effects and samplerate conversions
|
D | compress_offload.txt | 209 - Embedded audio effects. Such effects should be enabled in the same
|
D | Audigy-mixer.txt | 33 LFE - low frequency effects (subwoofer signal)
|
D | SB-Live-mixer.txt | 47 LFE - low frequency effects (subwoofer signal)
|
D | ALSA-Configuration.txt | 51 It takes the following options which have global effects. 1175 effect - 1 = InterWave effects enable (default 0); 1198 effect - 1 = InterWave effects enable (default 0);
|
/linux-4.4.14/drivers/media/platform/exynos4-is/ |
D | fimc-isp.c | 571 static const u8 effects[][2] = { in __ctrl_set_image_effect() local 580 for (i = 0; i < ARRAY_SIZE(effects); i++) { in __ctrl_set_image_effect() 581 if (effects[i][0] != value) in __ctrl_set_image_effect() 584 __is_set_isp_effect(is, effects[i][1]); in __ctrl_set_image_effect()
|
/linux-4.4.14/scripts/coccinelle/misc/ |
D | bugon.cocci | 60 …f condition followed by BUG.\nPlease make sure the condition has no side effects (see conditional …
|
/linux-4.4.14/drivers/staging/media/lirc/ |
D | TODO.lirc_zilog | 19 effects. The cx18 module could then be reloaded and irw properly began
|
/linux-4.4.14/Documentation/fb/ |
D | metronomefb.txt | 29 a possibility that it could have some permanent effects on the display media.
|
D | vesafb.txt | 132 ugly flicker effects (boot logo flickers for
|
D | matroxfb.txt | 307 pretty effects on screen. Device was not destroyed during tests. :-)
|
/linux-4.4.14/Documentation/cgroups/ |
D | cpuacct.txt | 43 system times. This has two side effects:
|
D | cgroups.txt | 620 A subsystem whose can_attach() has some side-effects should provide this
|
D | cpusets.txt | 576 Note that modifying this file will have both good and bad effects,
|
/linux-4.4.14/Documentation/ABI/obsolete/ |
D | sysfs-driver-hid-roccat-kovaplus | 95 and light effects. 111 and light effects.
|
D | sysfs-driver-hid-roccat-pyra | 81 and light effects. 97 and light effects.
|
D | sysfs-driver-hid-roccat-koneplus | 88 and light effects. 104 and light effects.
|
D | sysfs-driver-hid-roccat-savu | 30 and light effects.
|
D | sysfs-driver-hid-roccat-konepure | 61 and light effects.
|
/linux-4.4.14/tools/testing/selftests/ftrace/ |
D | README | 31 * Take care with side effects as the tests are run with root privilege.
|
/linux-4.4.14/Documentation/x86/ |
D | pat.txt | 112 MTRR effects on PAT / non-PAT systems 115 The following table provides the effects of using write-combining MTRRs when
|
/linux-4.4.14/arch/powerpc/platforms/44x/ |
D | Kconfig | 113 select 460EX # Odd since it uses 460GT but the effects are the same 138 select 460EX # Odd since it uses 460GT but the effects are the same
|
/linux-4.4.14/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 378 time the barrier completes, the effects of all the stores prior to that 491 indirect effect will be the order in which the second CPU sees the effects 494 (*) There is no guarantee that a CPU will see the correct order of effects 501 mechanisms should propagate the indirect effects of a memory barrier 629 possible highly counterintuitive effects on ordering. 1008 Makes sure all effects ---> \ ddddddddddddddddd | | [all …]
|
D | volatile-considered-harmful.txt | 79 visible side effects, risks being deleted by GCC. Adding the volatile
|
D | flexible-arrays.txt | 41 notably unpleasant side effects.
|
D | stable_api_nonsense.txt | 167 The very good side effects of having your driver in the main kernel tree
|
D | unaligned-memory-access.txt | 46 The effects of performing an unaligned memory access vary from architecture
|
D | nommu-mmap.txt | 284 when performing an allocation. This can have adverse effects on memory
|
D | cachetlb.txt | 11 The side effects described below are stated for a uniprocessor
|
D | parport-lowlevel.txt | 985 Writes to the data register. May have side-effects (a STROBE pulse,
|
D | DMA-API.txt | 35 without having to worry about caching effects. (You may however need
|
D | CodingStyle | 869 removing it if GCC doesn't notice any side effects. You don't always need to
|
D | SubmittingPatches | 778 effects of the pull request as a whole.
|
D | devices.txt | 366 148 = /dev/gfx Linux/SGI graphics effects device 915 ill effects to the system (bugs excepted.)
|
D | kernel-parameters.txt | 593 The effects of cgroup_disable=foo are: 2181 movable_node [KNL,X86] Boot-time switch to enable the effects
|
/linux-4.4.14/Documentation/scsi/ |
D | lpfc.txt | 39 to reappear or link come back alive, with no inadvertent side effects
|
D | aic7xxx.txt | 131 SCSI "stub" effects.
|
/linux-4.4.14/Documentation/devicetree/bindings/phy/ |
D | phy-miphy28lp.txt | 43 - st,scc-on : enable ssc to reduce effects of EMI (only for sata or PCIe).
|
/linux-4.4.14/Documentation/devicetree/bindings/input/touchscreen/ |
D | ti-tsc-adc.txt | 36 effects the overall sampling speed, hence need to be
|
/linux-4.4.14/Documentation/video4linux/bttv/ |
D | README.freeze | 72 effects with bttv sharing the IRQ with the ACPI bridge (and
|
/linux-4.4.14/Documentation/usb/ |
D | authorization.txt | 123 This avoids side effects.
|
D | dma.txt | 34 and effects like cache-trashing can impose subtle penalties.
|
/linux-4.4.14/include/linux/ |
D | input.h | 521 struct ff_effect *effects; member
|
/linux-4.4.14/scripts/kconfig/ |
D | zconf.lex.c_shipped | 197 /* Undo effects of setting up zconftext. */ \ 1247 *yy_cp = (yy_hold_char); /* undo effects of setting up zconftext */ 1265 *yy_cp = (yy_hold_char); /* undo effects of setting up zconftext */ 1335 *yy_cp = (yy_hold_char); /* undo effects of setting up zconftext */ 1394 /* Undo the effects of YY_DO_BEFORE_ACTION. */ 1695 /* undo effects of setting up zconftext */ 2165 /* Undo effects of setting up zconftext. */ \
|
/linux-4.4.14/Documentation/i2c/ |
D | instantiating-devices | 195 undesirable side effects. 200 the aforementioned undesirable side effects.
|
/linux-4.4.14/Documentation/devicetree/bindings/regulator/ |
D | max8997-regulator.txt | 48 Use this property to ignore such side effects and change the voltage.
|
/linux-4.4.14/fs/ncpfs/ |
D | Kconfig | 83 effects by saying Y to "Allow using of Native Language Support"
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-driver-hid-roccat-kone | 45 effects.
|
D | sysfs-bus-usb | 10 This allows to avoid side-effects with drivers
|
D | sysfs-devices-power | 230 effects on user space functionality. If that value is the
|
D | sysfs-bus-iio | 45 effects data ready triggers, hardware buffers and the sysfs 47 relevant directories. If it effects all of the above
|
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/ |
D | fsl,mxs-pinctrl.txt | 51 effects only on group node, and will get ignored by driver with config node,
|
/linux-4.4.14/Documentation/block/ |
D | queue-sysfs.txt | 129 provides a significant reduction in CPU cycles due to caching effects.
|
/linux-4.4.14/arch/sh/lib64/ |
D | copy_user_memcpy.S | 29 ! without side effects.
|
D | memcpy.S | 31 ! without side effects.
|
/linux-4.4.14/Documentation/sound/oss/ |
D | SoundPro | 38 settings can have unexpected effects. Use the WSS mixer for best results.
|
D | README.OSS | 1097 If you have the effects daughtercard, it must be initialized by running
|
/linux-4.4.14/Documentation/filesystems/nfs/ |
D | knfsd-stats.txt | 53 effects (such as Large Receive Offload) which can combine packets
|
/linux-4.4.14/Documentation/laptops/ |
D | sony-laptop.txt | 87 you are not afraid of any side effects doing strange things with
|
/linux-4.4.14/scripts/genksyms/ |
D | lex.lex.c_shipped | 169 /* Undo effects of setting up yytext. */ \ 837 /* undo the effects of YY_DO_BEFORE_ACTION */ 914 /* Undo the effects of YY_DO_BEFORE_ACTION. */ 1241 /* undo effects of setting up yytext */ 1717 /* Undo effects of setting up yytext. */ \
|
/linux-4.4.14/Documentation/development-process/ |
D | 4.Coding | 109 multiple evaluation of expressions with side effects and no type safety. 129 In general, kernel programmers ignore cache effects at their peril. The 322 effects on performance, and anything else that might be needed to
|
D | 7.AdvancedTopics | 169 documentation, adverse effects on performance, user-space ABI changes, etc.
|
D | 5.Posting | 164 To that end, the summary line should describe the effects of and motivation
|
/linux-4.4.14/Documentation/hwmon/ |
D | vt1211 | 36 Be aware that overriding BIOS defaults might cause some unwanted side effects!
|
/linux-4.4.14/scripts/dtc/ |
D | dtc-lexer.lex.c_shipped | 185 /* Undo effects of setting up yytext. */ \ 933 /* undo the effects of YY_DO_BEFORE_ACTION */ 1245 /* Undo the effects of YY_DO_BEFORE_ACTION. */ 2009 /* Undo effects of setting up yytext. */ \
|
/linux-4.4.14/Documentation/powerpc/ |
D | transactional_memory.txt | 85 effects will be persistent, independent of transaction success or failure. No
|
/linux-4.4.14/Documentation/power/ |
D | userland-swsusp.txt | 27 Even opening the device has side effects. Data structures are
|
/linux-4.4.14/Documentation/timers/ |
D | timekeeping.txt | 39 It must be immune to the kind of effects that occur in hardware where e.g.
|
/linux-4.4.14/Documentation/filesystems/caching/ |
D | object.txt | 320 which one it wants to honour, and that effects the other.
|
/linux-4.4.14/Documentation/crypto/ |
D | descore-readme.txt | 63 are highly variable because of cache effects).
|
/linux-4.4.14/Documentation/RCU/ |
D | checklist.txt | 152 poisoning from inflicting toxic effects on concurrent
|
/linux-4.4.14/Documentation/filesystems/ |
D | ext4.txt | 220 abort Simulate the effects of calling ext4_abort() for
|
/linux-4.4.14/Documentation/PCI/ |
D | pci.txt | 626 It is important that "safe_mmio_reg" not have any side effects that
|
/linux-4.4.14/Documentation/vm/ |
D | unevictable-lru.txt | 135 effects:
|
/linux-4.4.14/Documentation/filesystems/cifs/ |
D | README | 710 that share. Note that due to client caching effects this can be less than the
|
/linux-4.4.14/Documentation/video4linux/ |
D | vivid.txt | 1104 In order to see the effects of the various clipping, chromakeying or alpha
|
/linux-4.4.14/arch/x86/ |
D | Kconfig | 2293 the APM BIOS as a measure to lessen the effects of a badly behaving
|