| /kernel/linux/linux-6.6/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 …]
|
| /kernel/linux/linux-5.10/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 …]
|
| /kernel/linux/linux-5.10/drivers/input/ |
| D | ff-core.c | 38 * Checks whether 2 effects can be combined together 145 old = &ff->effects[id]; in input_ff_upload() 158 ff->effects[id] = *effect; in input_ff_upload() 228 * input_ff_flush - erase all effects owned by a file handle 230 * @file: purported owner of the effects 232 * This function erases all force-feedback effects associated with 234 * in which case all effects will be erased. 297 * @max_effects: maximum number of effects supported by the device 312 dev_err(&dev->dev, "cannot allocate device without any effects\n"); in input_ff_create() 317 dev_err(&dev->dev, "cannot allocate more than FF_MAX_EFFECTS effects\n"); in input_ff_create() [all …]
|
| D | ff-memless.c | 28 /* Number of effects handled with memoryless devices */ 241 * Combine two effects and apply gain. 324 * at one time we have to combine multiple effects into one 351 * here we have started effects that are either in ml_get_combo_effect() 409 pr_debug("timer: updating effects\n"); in ml_effect_timer() 417 * Sets requested gain for FF effects. Called with dev->event_lock held. 493 * Even though we stop all playing effects when tearing down in ml_ff_destroy() 495 * input_ff_flush() that stops and erases all effects), we in ml_ff_destroy() 543 /* we can emulate periodic effects with RUMBLE */ in input_ff_create_memless() 552 ml->states[i].effect = &ff->effects[i]; in input_ff_create_memless()
|
| /kernel/linux/linux-6.6/drivers/input/ |
| D | ff-core.c | 37 * 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 …]
|
| 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()
|
| /kernel/linux/linux-5.10/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 …]
|
| /kernel/linux/linux-6.6/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 …]
|
| /kernel/linux/linux-6.6/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:
|
| /kernel/linux/linux-5.10/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:
|
| /kernel/linux/linux-5.10/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 97 * feedback effects loaded into the device when disconnecting 520 * @max_effects: maximum number of effects supported by device 521 * @effects: pointer to an array of effects currently loaded into device 552 struct ff_effect *effects; member
|
| /kernel/linux/linux-6.6/drivers/nvme/host/ |
| D | ioctl.c | 20 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() 237 u32 effects; in nvme_submit_user_cmd() local 255 effects = nvme_passthru_start(ctrl, ns, cmd->common.opcode); in nvme_submit_user_cmd() [all …]
|
| /kernel/linux/linux-5.10/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: 906 * Side effects: 957 * Side effects: 980 * 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 …]
|
| /kernel/linux/linux-6.6/drivers/staging/wlan-ng/ |
| D | prism2sta.c | 131 * Side effects: 165 * Side effects: 193 * Side effects: 218 * Side effects: 257 * Side effects: 382 * Side effects: 556 * Side effects: 887 * Side effects: 938 * Side effects: 961 * Side effects: [all …]
|
| D | hfa384x_usb.c | 498 * Side effects: 560 * Side effects: 763 * Side effects: 801 * Side effects: 848 * Side effects: 882 * Side effects: 925 * Side effects: 977 * Side effects: 1019 * Side effects: 1058 * Side effects: [all …]
|
| /kernel/linux/linux-6.6/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
|
| /kernel/linux/linux-6.6/drivers/nvme/target/ |
| D | passthru.c | 220 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()
|
| /kernel/linux/linux-5.10/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
|
| /kernel/linux/linux-6.6/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
|
| /kernel/linux/linux-6.6/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 */
|
| /kernel/linux/linux-5.10/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 */
|
| /kernel/linux/linux-5.10/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)
|