/Linux-v6.1/Documentation/input/ |
D | ff.rst | 17 effects. 73 - FF_CONSTANT can render constant force effects 74 - FF_PERIODIC can render periodic effects with the following waveforms: 83 - FF_RAMP can render ramp effects 86 - FF_DAMPER can simulate damper effects 87 - FF_RUMBLE rumble effects 105 Returns the number of effects the device can keep in its memory. 107 Uploading effects to the device 127 Effects are file descriptor specific. 149 This makes room for new effects in the device's memory. Note that this also [all …]
|
/Linux-v6.1/drivers/input/ |
D | ff-core.c | 35 * Checks whether 2 effects can be combined together 142 old = &ff->effects[id]; in input_ff_upload() 155 ff->effects[id] = *effect; in input_ff_upload() 225 * input_ff_flush - erase all effects owned by a file handle 227 * @file: purported owner of the effects 229 * This function erases all force-feedback effects associated with 231 * in which case all effects will be erased. 294 * @max_effects: maximum number of effects supported by the device 309 dev_err(&dev->dev, "cannot allocate device without any effects\n"); in input_ff_create() 314 dev_err(&dev->dev, "cannot allocate more than FF_MAX_EFFECTS effects\n"); in input_ff_create() [all …]
|
D | ff-memless.c | 25 /* Number of effects handled with memoryless devices */ 238 * Combine two effects and apply gain. 321 * at one time we have to combine multiple effects into one 348 * here we have started effects that are either in ml_get_combo_effect() 406 pr_debug("timer: updating effects\n"); in ml_effect_timer() 414 * Sets requested gain for FF effects. Called with dev->event_lock held. 490 * Even though we stop all playing effects when tearing down in ml_ff_destroy() 492 * input_ff_flush() that stops and erases all effects), we in ml_ff_destroy() 540 /* we can emulate periodic effects with RUMBLE */ in input_ff_create_memless() 549 ml->states[i].effect = &ff->effects[i]; in input_ff_create_memless()
|
/Linux-v6.1/Documentation/input/devices/ |
D | iforce-protocol.rst | 16 specify force effects to I-Force 2.0 devices. None of this information comes 54 First, I describe effects that are sent by the device to the computer 74 Device effects states 96 00 Channel (when playing several effects at the same time, each must 236 Query number of effects 241 QUERY = 4e ('N'umber of effects) 243 The device should respond by sending the number of effects that can be played 245 ff 02 4e 14 CS would stand for 20 effects. 333 Bit 0 Stop all effects 350 Each device has a certain amount of memory to store parameters of effects. [all …]
|
/Linux-v6.1/Documentation/networking/ |
D | ipv6.rst | 27 The possible values and their effects are: 49 The possible values and their effects are: 67 The possible values and their effects are:
|
/Linux-v6.1/drivers/staging/wlan-ng/ |
D | prism2sta.c | 152 * Side effects: 186 * Side effects: 214 * Side effects: 239 * Side effects: 278 * Side effects: 403 * Side effects: 577 * Side effects: 908 * Side effects: 959 * Side effects: 982 * Side effects: [all …]
|
D | hfa384x_usb.c | 519 * Side effects: 581 * Side effects: 784 * Side effects: 822 * Side effects: 869 * Side effects: 903 * Side effects: 946 * Side effects: 998 * Side effects: 1040 * Side effects: 1079 * Side effects: [all …]
|
/Linux-v6.1/include/linux/ |
D | input.h | 59 * @sndbit: bitmap of sound effects supported by the device 60 * @ffbit: bitmap of force feedback effects supported by the device 75 * supports force feedback effects 88 * @snd: reflects current state of sound effects 99 * feedback effects loaded into the device when disconnecting 532 * @max_effects: maximum number of effects supported by device 533 * @effects: pointer to an array of effects currently loaded into device 564 struct ff_effect *effects; member
|
/Linux-v6.1/drivers/nvme/target/ |
D | passthru.c | 219 u32 effects; in nvmet_passthru_execute_cmd_work() local 222 status = nvme_execute_passthru_rq(rq, &effects); in nvmet_passthru_execute_cmd_work() 244 if (effects) in nvmet_passthru_execute_cmd_work() 245 nvme_passthru_end(ctrl, effects, req->cmd, status); in nvmet_passthru_execute_cmd_work() 298 u32 effects; in nvmet_passthru_execute_cmd() local 337 * If there are effects for the command we are about to execute, or in nvmet_passthru_execute_cmd() 343 effects = nvme_command_effects(ctrl, ns, req->cmd->common.opcode); in nvmet_passthru_execute_cmd() 344 if (req->p.use_workqueue || effects) { in nvmet_passthru_execute_cmd()
|
/Linux-v6.1/Documentation/userspace-api/media/v4l/ |
D | vidioc-g-input.rst | 46 to this integer. Side effects are possible. For example inputs may 48 the current standard. Because of these possible side effects
|
D | vidioc-g-output.rst | 47 pointer to this integer. Side effects are possible. For example outputs 50 effects applications must select an output before querying or
|
/Linux-v6.1/include/sound/ |
D | emux_legacy.h | 107 /*23*/ EMUX_FX_CHORUS, /* BYTE: chorus effects send (0-255) */ 108 /*24*/ EMUX_FX_REVERB, /* BYTE: reverb effects send (0-255) */ 123 /* number of effects */
|
D | emu10k1.h | 90 #define IPR_EFXBUFFULL 0x00002000 /* Effects buffer full */ 91 #define IPR_EFXBUFHALFFULL 0x00001000 /* Effects buffer half full */ 144 #define INTE_EFXBUFENABLE 0x00000020 /* Enable Effects buffer interrupts */ 441 #define FXRT 0x0b /* Effects send routing register */ 443 /* two effects sends. */ 444 #define FXRT_CHANNELA 0x000f0000 /* Effects send bus number for channel's effects send A */ 445 #define FXRT_CHANNELB 0x00f00000 /* Effects send bus number for channel's effects send B */ 446 #define FXRT_CHANNELC 0x0f000000 /* Effects send bus number for channel's effects send C */ 447 #define FXRT_CHANNELD 0xf0000000 /* Effects send bus number for channel's effects send D */ 620 #define A_TBLSZ 0x43 /* Effects Tank Internal Table Size. Only low byte or register used */ [all …]
|
/Linux-v6.1/lib/ |
D | memcpy_kunit.c | 97 /* Verify argument side-effects aren't repeated. */ in memcpy_test() 104 compare("argument side-effects", dest, three); in memcpy_test() 169 /* Verify argument side-effects aren't repeated. */ in memmove_test() 176 compare("argument side-effects", dest, five); in memmove_test() 251 /* Verify argument side-effects aren't repeated. */ in memset_test() 259 compare("argument side-effects", dest, three); in memset_test()
|
/Linux-v6.1/Documentation/sound/cards/ |
D | audigy-mixer.rst | 37 low frequency effects (subwoofer signal) 316 FX8010 - A DSP Chip Architecture for Audio Effects 323 Audio Effects Processor with multiple asynchronous streams 327 Processor with Instruction Set for Audio Effects (Jan. 14, 1999) 330 Audio Effects Processor having Decoupled Instruction 341 Audio Effects Processor integrated on a single chip 347 Processor with Instruction Set for Audio Effects (Jul. 27, 1999)
|
D | sb-live-mixer.rst | 51 low frequency effects (subwoofer signal) 321 FX8010 - A DSP Chip Architecture for Audio Effects 328 Audio Effects Processor with multiple asynchronous streams 332 Processor with Instruction Set for Audio Effects (Jan. 14, 1999) 335 Audio Effects Processor having Decoupled Instruction 346 Audio Effects Processor integrated on a single chip 352 Processor with Instruction Set for Audio Effects (Jul. 27, 1999)
|
/Linux-v6.1/arch/arm/mach-at91/ |
D | pm_suspend.S | 28 * Side effects: overwrites r7, r8 47 * Side effects: overwrites r7 58 * Side effects: overwrites r7 69 * Side effects: overwrites r7 91 * Side effects: overwrites r7, r8, r9, r10 123 * Side effects: overwrites r2, r3, tmp1, tmp2, tmp3, r7 212 * Side effects: overwrites r2, r3, tmp1, tmp2, tmp3 815 * Side effects: overwrites tmp1, tmp2 871 * Side effects: overwrites tmp1, tmp2
|
/Linux-v6.1/Documentation/driver-api/ |
D | io-mapping.rst | 72 undoes the side effects of the mapping functions. 81 effects and the pointer is globaly visible.
|
/Linux-v6.1/Documentation/staging/ |
D | speculation.rst | 5 This document explains potential effects of speculation, and how undesirable 6 effects can be mitigated portably using common APIs.
|
/Linux-v6.1/drivers/net/fddi/ |
D | defxx.c | 356 * Side Effects: 428 * Side Effects: 525 * Side Effects: 715 * Side Effects: 876 * Side Effects: 939 * Side Effects: 1034 * Side Effects: 1248 * Side Effects: 1445 * Side Effects: 1536 * Side Effects: [all …]
|
/Linux-v6.1/arch/arm64/include/asm/ |
D | daifflags.h | 100 * Writes to the PSTATE fields have side-effects on in local_daif_restore() 102 * side-effects are guaranteed: in local_daif_restore()
|
/Linux-v6.1/arch/mips/include/asm/ |
D | sync.h | 29 * the effects of younger instructions. 32 * effects to be restricted to different combinations of older or younger 36 * ordering barrier can be used. Limiting the barrier's effects to stores
|
/Linux-v6.1/drivers/input/joystick/iforce/ |
D | iforce-main.c | 191 /* Check: no effects should be present in memory */ in iforce_close() 195 "%s: Device still owns effects\n", in iforce_close() 296 /* Check if the device can store more effects than the driver can really handle */ in iforce_init_device() 298 dev_warn(&iforce->dev->dev, "Limiting number of effects to %d (device reports %d)\n", in iforce_init_device()
|
/Linux-v6.1/arch/alpha/kernel/ |
D | smc37c669.c | 1111 ** SIDE EFFECTS: 1206 ** SIDE EFFECTS: 1439 ** SIDE EFFECTS: 1653 ** SIDE EFFECTS: 1720 ** SIDE EFFECTS: 1818 ** SIDE EFFECTS: 1878 ** SIDE EFFECTS: 1956 ** SIDE EFFECTS: 2000 ** SIDE EFFECTS: 2033 ** SIDE EFFECTS: [all …]
|
/Linux-v6.1/arch/arm/include/asm/ |
D | dma.h | 77 * On some architectures, this may have other side effects like 84 * On some architectures, this may have other side effects like
|