Home
last modified time | relevance | path

Searched full:effects (Results 1 – 25 of 518) sorted by relevance

12345678910>>...21

/linux-6.12.1/Documentation/input/
Dff.rst17 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-6.12.1/drivers/input/
Dff-core.c37 * Checks whether 2 effects can be combined together
144 old = &ff->effects[id]; in input_ff_upload()
157 ff->effects[id] = *effect; in input_ff_upload()
227 * input_ff_flush - erase all effects owned by a file handle
229 * @file: purported owner of the effects
231 * This function erases all force-feedback effects associated with
233 * in which case all effects will be erased.
296 * @max_effects: maximum number of effects supported by the device
311 dev_err(&dev->dev, "cannot allocate device without any effects\n"); in input_ff_create()
316 dev_err(&dev->dev, "cannot allocate more than FF_MAX_EFFECTS effects\n"); in input_ff_create()
[all …]
Dff-memless.c25 /* 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-6.12.1/Documentation/input/devices/
Diforce-protocol.rst16 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-6.12.1/Documentation/networking/
Dipv6.rst27 The possible values and their effects are:
49 The possible values and their effects are:
67 The possible values and their effects are:
/linux-6.12.1/drivers/nvme/host/
Dioctl.c20 u32 effects; in nvme_cmd_allowed() local
31 * commands as we can't be sure about their effects. in nvme_cmd_allowed()
58 * Check if the controller provides a Commands Supported and Effects log in nvme_cmd_allowed()
62 effects = nvme_command_effects(ns->ctrl, ns, c->common.opcode); in nvme_cmd_allowed()
63 if (!(effects & NVME_CMD_EFFECTS_CSUPP)) in nvme_cmd_allowed()
68 * effects. in nvme_cmd_allowed()
70 if (effects & ~(NVME_CMD_EFFECTS_CSUPP | NVME_CMD_EFFECTS_LBCC | in nvme_cmd_allowed()
80 if ((nvme_is_write(c) || (effects & NVME_CMD_EFFECTS_LBCC)) && in nvme_cmd_allowed()
180 u32 effects; in nvme_submit_user_cmd() local
198 effects = nvme_passthru_start(ctrl, ns, cmd->common.opcode); in nvme_submit_user_cmd()
[all …]
/linux-6.12.1/include/linux/
Dinput.h59 * @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
541 * @max_effects: maximum number of effects supported by device
542 * @effects: pointer to an array of effects currently loaded into device
573 struct ff_effect *effects; member
/linux-6.12.1/drivers/nvme/target/
Dpassthru.c220 u32 effects; in nvmet_passthru_execute_cmd_work() local
223 effects = nvme_passthru_start(ctrl, ns, req->cmd->common.opcode); in nvmet_passthru_execute_cmd_work()
245 if (effects) in nvmet_passthru_execute_cmd_work()
246 nvme_passthru_end(ctrl, ns, effects, req->cmd, status); in nvmet_passthru_execute_cmd_work()
299 u32 effects; in nvmet_passthru_execute_cmd() local
339 * non-trivial effects, make sure to execute the command synchronously in nvmet_passthru_execute_cmd()
342 effects = nvme_command_effects(ctrl, ns, req->cmd->common.opcode); in nvmet_passthru_execute_cmd()
344 (effects & ~(NVME_CMD_EFFECTS_CSUPP | NVME_CMD_EFFECTS_LBCC))) { in nvmet_passthru_execute_cmd()
/linux-6.12.1/Documentation/userspace-api/media/v4l/
Dvidioc-g-input.rst46 to this integer. Side effects are possible. For example inputs may
48 the current standard. Because of these possible side effects
Dvidioc-g-output.rst47 pointer to this integer. Side effects are possible. For example outputs
50 effects applications must select an output before querying or
/linux-6.12.1/Documentation/devicetree/bindings/iio/temperature/
Dmelexis,mlx90632.yaml27 Since measured object emissivity effects Infra Red energy emitted,
40 Since measured object emissivity effects Infra Red energy emitted,
/linux-6.12.1/include/sound/
Demux_legacy.h107 /*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 */
/linux-6.12.1/arch/arm/mach-at91/
Dpm_suspend.S32 * Side effects: overwrites r7, r8
51 * Side effects: overwrites r7
62 * Side effects: overwrites r7
73 * Side effects: overwrites r7
95 * Side effects: overwrites r7, r8, r9, r10
127 * Side effects: overwrites r2, r3, tmp1, tmp2, tmp3, r7
216 * Side effects: overwrites r2, r3, tmp1, tmp2, tmp3
819 * Side effects: overwrites tmp1, tmp2
875 * Side effects: overwrites tmp1, tmp2
/linux-6.12.1/Documentation/driver-api/
Dio-mapping.rst72 undoes the side effects of the mapping functions.
81 effects and the pointer is globally visible.
/linux-6.12.1/Documentation/sound/cards/
Dsb-live-mixer.rst51 low frequency effects (used as subwoofer signal)
324 FX8010 - A DSP Chip Architecture for Audio Effects
331 Audio Effects Processor with multiple asynchronous streams
335 Processor with Instruction Set for Audio Effects (Jan. 14, 1999)
338 Audio Effects Processor having Decoupled Instruction
349 Audio Effects Processor integrated on a single chip
355 Processor with Instruction Set for Audio Effects (Jul. 27, 1999)
Dmixart.rst19 decoding, samplerate conversions and various effects.
75 - on-board effects and samplerate conversions
/linux-6.12.1/Documentation/staging/
Dspeculation.rst5 This document explains potential effects of speculation, and how undesirable
6 effects can be mitigated portably using common APIs.
/linux-6.12.1/drivers/net/fddi/
Ddefxx.c356 * 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-6.12.1/arch/mips/include/asm/
Dsync.h29 * 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-6.12.1/arch/arm64/include/asm/
Ddaifflags.h100 * Writes to the PSTATE fields have side-effects on in local_daif_restore()
102 * side-effects are guaranteed: in local_daif_restore()
/linux-6.12.1/lib/
Dmemcpy_kunit.c97 /* Verify argument side-effects aren't repeated. */ in memcpy_test()
104 compare("argument side-effects", dest, three); in memcpy_test()
171 /* Verify argument side-effects aren't repeated. */ in memmove_test()
178 compare("argument side-effects", dest, five); in memmove_test()
273 /* Verify argument side-effects aren't repeated. */ in memset_test()
281 compare("argument side-effects", dest, three); in memset_test()
/linux-6.12.1/drivers/input/joystick/iforce/
Diforce-main.c191 /* 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-6.12.1/arch/alpha/kernel/
Dsmc37c669.c1113 ** SIDE EFFECTS:
1208 ** SIDE EFFECTS:
1441 ** SIDE EFFECTS:
1655 ** SIDE EFFECTS:
1722 ** SIDE EFFECTS:
1820 ** SIDE EFFECTS:
1880 ** SIDE EFFECTS:
1958 ** SIDE EFFECTS:
2002 ** SIDE EFFECTS:
2035 ** SIDE EFFECTS:
[all …]
/linux-6.12.1/arch/arm/include/asm/
Ddma.h80 * On some architectures, this may have other side effects like
87 * On some architectures, this may have other side effects like
/linux-6.12.1/sound/soc/codecs/
Dlm49453.h52 /* EFFECTS ENABLES */
125 /* EFFECTS - HPFs */
128 /* EFFECTS ADC ALC */

12345678910>>...21