Home
last modified time | relevance | path

Searched refs:effects (Results 1 – 25 of 128) sorted by relevance

123456

/kernel/linux/linux-5.10/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
149 This makes room for new effects in the device's memory. Note that this also
152 Controlling the playback of effects
[all …]
/kernel/linux/linux-5.10/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 …]
/kernel/linux/linux-5.10/drivers/input/
Dff-core.c145 old = &ff->effects[id]; in input_ff_upload()
158 ff->effects[id] = *effect; in input_ff_upload()
330 ff->effects = kcalloc(max_effects, sizeof(struct ff_effect), in input_ff_create()
332 if (!ff->effects) { in input_ff_create()
374 kfree(ff->effects); in input_ff_destroy()
/kernel/linux/linux-5.10/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:
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/
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
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
Ddev-touch.rst37 environmental or edge effects.
Dfunc-open.rst48 desired device name. This function has no side effects; all data format
/kernel/linux/linux-5.10/tools/memory-model/litmus-tests/
DR+poonceonces.litmus7 * classic counterintuitive litmus tests that illustrates the effects of
DR+fencembonceonces.litmus7 * counterintuitive litmus tests that illustrates the effects of store
/kernel/linux/linux-5.10/Documentation/staging/
Dspeculation.rst5 This document explains potential effects of speculation, and how undesirable
6 effects can be mitigated portably using common APIs.
/kernel/linux/linux-5.10/drivers/staging/sm750fb/
DTODO6 - check on hardware effects of removal of USE_HW_I2C and USE_DVICHIP (these two
/kernel/linux/linux-5.10/drivers/nvme/host/
Dcore.c1025 u32 effects = 0; in nvme_command_effects() local
1028 if (ns->head->effects) in nvme_command_effects()
1029 effects = le32_to_cpu(ns->head->effects->iocs[opcode]); in nvme_command_effects()
1030 if (effects & ~(NVME_CMD_EFFECTS_CSUPP | NVME_CMD_EFFECTS_LBCC)) in nvme_command_effects()
1033 opcode, effects); in nvme_command_effects()
1037 if (ctrl->effects) in nvme_command_effects()
1038 effects = le32_to_cpu(ctrl->effects->acs[opcode]); in nvme_command_effects()
1039 effects |= nvme_known_admin_effects(opcode); in nvme_command_effects()
1041 return effects; in nvme_command_effects()
1048 u32 effects = nvme_command_effects(ctrl, ns, opcode); in nvme_passthru_start() local
[all …]
/kernel/linux/linux-5.10/Documentation/sound/cards/
Dmixart.rst19 decoding, samplerate conversions and various effects.
75 - on-board effects and samplerate conversions
/kernel/linux/linux-5.10/drivers/media/platform/exynos4-is/
Dfimc-isp.c566 static const u8 effects[][2] = { in __ctrl_set_image_effect() local
575 for (i = 0; i < ARRAY_SIZE(effects); i++) { in __ctrl_set_image_effect()
576 if (effects[i][0] != value) in __ctrl_set_image_effect()
579 __is_set_isp_effect(is, effects[i][1]); in __ctrl_set_image_effect()
/kernel/linux/linux-5.10/sound/usb/line6/
DKconfig15 * Reading/writing complete channel, effects setup, and amp
/kernel/linux/linux-5.10/drivers/nvme/target/
Dpassthru.c230 u32 effects; in nvmet_passthru_execute_cmd() local
266 effects = nvme_command_effects(ctrl, ns, req->cmd->common.opcode); in nvmet_passthru_execute_cmd()
268 (effects & ~(NVME_CMD_EFFECTS_CSUPP | NVME_CMD_EFFECTS_LBCC))) { in nvmet_passthru_execute_cmd()
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/temperature/
Dmlx90632.txt16 Since measured object emissivity effects Infra Red energy emitted, emissivity
/kernel/linux/linux-5.10/scripts/coccinelle/misc/
Dbugon.cocci61 …f condition followed by BUG.\nPlease make sure the condition has no side effects (see conditional …
/kernel/linux/linux-5.10/Documentation/userspace-api/media/mediactl/
Dmedia-func-open.rst38 desired device name. The function has no side effects; the device
/kernel/linux/linux-5.10/Documentation/userspace-api/media/cec/
Dcec-func-open.rst47 desired device name. The function has no side effects; the device
/kernel/linux/linux-5.10/Documentation/fb/
Dmetronomefb.rst32 a possibility that it could have some permanent effects on the display media.
Defifb.rst43 to workaround side-effects and slowdowns on other CPU cores
/kernel/linux/linux-5.10/Documentation/admin-guide/cgroup-v1/
Dcpuacct.rst44 system times. This has two side effects:
/kernel/linux/linux-5.10/Documentation/ABI/obsolete/
Dsysfs-driver-hid-roccat-kovaplus95 and light effects.
111 and light effects.

123456