/linux/Documentation/input/ |
A 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 152 Controlling the playback of effects 187 factor depending on how strong they want effects to be. This setting is [all …]
|
/linux/Documentation/input/devices/ |
A 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/drivers/input/ |
A D | ff-core.c | 145 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()
|
/linux/Documentation/networking/ |
A 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/Documentation/userspace-api/media/v4l/ |
A 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
|
A 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
|
A D | dev-touch.rst | 37 environmental or edge effects.
|
A D | func-open.rst | 48 desired device name. This function has no side effects; all data format
|
/linux/drivers/nvme/host/ |
A D | core.c | 1129 u32 effects = 0; in nvme_command_effects() local 1132 if (ns->head->effects) in nvme_command_effects() 1133 effects = le32_to_cpu(ns->head->effects->iocs[opcode]); in nvme_command_effects() 1137 opcode, effects); in nvme_command_effects() 1141 if (ctrl->effects) in nvme_command_effects() 1142 effects = le32_to_cpu(ctrl->effects->acs[opcode]); in nvme_command_effects() 1145 return effects; in nvme_command_effects() 1166 return effects; in nvme_passthru_start() 1179 if (effects & NVME_CMD_EFFECTS_CCC) in nvme_passthru_end() 1213 u32 effects; in nvme_execute_passthru_rq() local [all …]
|
/linux/Documentation/staging/ |
A D | speculation.rst | 5 This document explains potential effects of speculation, and how undesirable 6 effects can be mitigated portably using common APIs.
|
/linux/tools/memory-model/litmus-tests/ |
A D | R+poonceonces.litmus | 7 * classic counterintuitive litmus tests that illustrates the effects of
|
A D | R+fencembonceonces.litmus | 7 * counterintuitive litmus tests that illustrates the effects of store
|
/linux/Documentation/driver-api/ |
A D | io-mapping.rst | 72 undoes the side effects of the mapping functions. 81 effects and the pointer is globaly visible.
|
/linux/drivers/media/platform/exynos4-is/ |
A D | fimc-isp.c | 573 static const u8 effects[][2] = { in __ctrl_set_image_effect() local 582 for (i = 0; i < ARRAY_SIZE(effects); i++) { in __ctrl_set_image_effect() 583 if (effects[i][0] != value) in __ctrl_set_image_effect() 586 __is_set_isp_effect(is, effects[i][1]); in __ctrl_set_image_effect()
|
/linux/Documentation/sound/cards/ |
A D | mixart.rst | 19 decoding, samplerate conversions and various effects. 75 - on-board effects and samplerate conversions
|
/linux/drivers/nvme/target/ |
A D | passthru.c | 236 u32 effects; in nvmet_passthru_execute_cmd() local 280 effects = nvme_command_effects(ctrl, ns, req->cmd->common.opcode); in nvmet_passthru_execute_cmd() 281 if (req->p.use_workqueue || effects) { in nvmet_passthru_execute_cmd()
|
/linux/drivers/staging/sm750fb/ |
A D | TODO | 6 - check on hardware effects of removal of USE_HW_I2C and USE_DVICHIP (these two
|
/linux/sound/usb/line6/ |
A D | Kconfig | 15 * Reading/writing complete channel, effects setup, and amp
|
/linux/scripts/coccinelle/misc/ |
A D | bugon.cocci | 61 …f condition followed by BUG.\nPlease make sure the condition has no side effects (see conditional …
|
/linux/Documentation/devicetree/bindings/iio/temperature/ |
A D | melexis,mlx90632.yaml | 27 Since measured object emissivity effects Infra Red energy emitted,
|
A D | adi,ltc2983.yaml | 148 parasitic resistance effects between the LTC2983 and the diode. 220 automatically remove parasitic thermocouple effects. Note that 300 automatically remove parasitic thermocouple effects.
|
/linux/Documentation/userspace-api/media/mediactl/ |
A D | media-func-open.rst | 38 desired device name. The function has no side effects; the device
|
/linux/Documentation/userspace-api/media/cec/ |
A D | cec-func-open.rst | 47 desired device name. The function has no side effects; the device
|
/linux/Documentation/ABI/obsolete/ |
A D | sysfs-driver-hid-roccat-kovaplus | 95 and light effects. 111 and light effects.
|
/linux/Documentation/RCU/Design/Memory-Ordering/ |
A D | Tree-RCU-Memory-Ordering.rst | 21 to see the effects of all accesses prior to the beginning of that grace 24 period is guaranteed to not see the effects of all accesses following the end 77 The following litmus test exhibits the ordering effects of these 486 effects are as shown below: 508 corresponding CPU hotplug operations. The ordering effects are shown 529 states”, it is repeated every few jiffies, and its ordering effects are 567 ``rcu_state`` structure's ``->gp_seq`` field. The ordering effects are
|