Home
last modified time | relevance | path

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

12345

/Linux-v4.19/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 …]
/Linux-v4.19/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-v4.19/drivers/input/
Dff-core.c157 old = &ff->effects[id]; in input_ff_upload()
170 ff->effects[id] = *effect; in input_ff_upload()
342 ff->effects = kcalloc(max_effects, sizeof(struct ff_effect), in input_ff_create()
344 if (!ff->effects) { in input_ff_create()
386 kfree(ff->effects); in input_ff_destroy()
/Linux-v4.19/Documentation/media/uapi/v4l/
Ddev-effect.rst11 The implementation for such effects should be done
14 A V4L2 video effect device can do image effects, filtering, or combine
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
Ddev-touch.rst37 environmental or edge effects.
Dfunc-open.rst51 desired device name. This function has no side effects; all data format
/Linux-v4.19/Documentation/networking/
Dipv6.txt21 The possible values and their effects are:
43 The possible values and their effects are:
61 The possible values and their effects are:
/Linux-v4.19/drivers/nvme/host/
Dcore.c1155 u32 effects = 0; in nvme_passthru_start() local
1158 if (ctrl->effects) in nvme_passthru_start()
1159 effects = le32_to_cpu(ctrl->effects->iocs[opcode]); in nvme_passthru_start()
1160 if (effects & ~NVME_CMD_EFFECTS_CSUPP) in nvme_passthru_start()
1163 opcode, effects); in nvme_passthru_start()
1167 if (ctrl->effects) in nvme_passthru_start()
1168 effects = le32_to_cpu(ctrl->effects->acs[opcode]); in nvme_passthru_start()
1170 effects = nvme_known_admin_effects(opcode); in nvme_passthru_start()
1176 if (effects & (NVME_CMD_EFFECTS_LBCC | NVME_CMD_EFFECTS_CSE_MASK)) { in nvme_passthru_start()
1180 return effects; in nvme_passthru_start()
[all …]
/Linux-v4.19/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
/Linux-v4.19/Documentation/
Dspeculation.txt1 This document explains potential effects of speculation, and how undesirable
2 effects can be mitigated portably using common APIs.
/Linux-v4.19/Documentation/fb/
Defifb.txt33 to workaround side-effects and slowdowns on other CPU cores
Dmetronomefb.txt29 a possibility that it could have some permanent effects on the display media.
/Linux-v4.19/drivers/staging/sm750fb/
DTODO6 - check on hardware effects of removal of USE_HW_I2C and USE_DVICHIP (these two
/Linux-v4.19/Documentation/sound/cards/
Dmixart.rst19 decoding, samplerate conversions and various effects.
75 - on-board effects and samplerate conversions
/Linux-v4.19/sound/usb/line6/
DKconfig14 * Reading/writing complete channel, effects setup, and amp
/Linux-v4.19/drivers/media/platform/exynos4-is/
Dfimc-isp.c571 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-v4.19/scripts/coccinelle/misc/
Dbugon.cocci60 …f condition followed by BUG.\nPlease make sure the condition has no side effects (see conditional …
/Linux-v4.19/Documentation/devicetree/bindings/iio/temperature/
Dmlx90632.txt16 Since measured object emissivity effects Infra Red energy emitted, emissivity
/Linux-v4.19/Documentation/media/uapi/mediactl/
Dmedia-func-open.rst41 desired device name. The function has no side effects; the device
/Linux-v4.19/Documentation/media/uapi/cec/
Dcec-func-open.rst50 desired device name. The function has no side effects; the device
/Linux-v4.19/Documentation/cgroup-v1/
Dcpuacct.txt43 system times. This has two side effects:
/Linux-v4.19/Documentation/ABI/obsolete/
Dsysfs-driver-hid-roccat-kovaplus95 and light effects.
111 and light effects.

12345