/openbmc/linux/Documentation/input/ |
H 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 149 This makes room for new effects in the device's memory. Note that this also 152 Controlling the playback of effects [all …]
|
/openbmc/linux/Documentation/input/devices/ |
H 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 …]
|
/openbmc/linux/drivers/input/ |
H A D | ff-core.c | 144 old = &ff->effects[id]; in input_ff_upload() 157 ff->effects[id] = *effect; in input_ff_upload() 328 ff->effects = kcalloc(max_effects, sizeof(struct ff_effect), in input_ff_create() 330 if (!ff->effects) { in input_ff_create() 372 kfree(ff->effects); in input_ff_destroy()
|
/openbmc/linux/Documentation/networking/ |
H 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:
|
/openbmc/linux/drivers/nvme/target/ |
H A 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 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()
|
/openbmc/linux/drivers/nvme/host/ |
H A D | ioctl.c | 20 u32 effects; in nvme_cmd_allowed() local 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() 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() 266 if (effects) in nvme_submit_user_cmd() 267 nvme_passthru_end(ctrl, ns, effects, cmd, ret); in nvme_submit_user_cmd()
|
H A D | core.c | 1066 u32 effects = 0; in nvme_command_effects() local 1069 effects = le32_to_cpu(ns->head->effects->iocs[opcode]); in nvme_command_effects() 1070 if (effects & ~(NVME_CMD_EFFECTS_CSUPP | NVME_CMD_EFFECTS_LBCC)) in nvme_command_effects() 1073 opcode, effects); in nvme_command_effects() 1080 effects &= ~NVME_CMD_EFFECTS_CSE_MASK; in nvme_command_effects() 1082 effects = le32_to_cpu(ctrl->effects->acs[opcode]); in nvme_command_effects() 1085 return effects; in nvme_command_effects() 1091 u32 effects = nvme_command_effects(ctrl, ns, opcode); in nvme_passthru_start() local 1097 if (effects & NVME_CMD_EFFECTS_CSE_MASK) { in nvme_passthru_start() 1105 return effects; in nvme_passthru_start() [all …]
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H 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
|
H 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
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
H A D | python3-pure-eval_0.2.3.bb | 1 SUMMARY = "Safely evaluate AST nodes without side effects"
|
/openbmc/linux/tools/memory-model/litmus-tests/ |
H A D | R+poonceonces.litmus | 7 * classic counterintuitive litmus tests that illustrates the effects of
|
H A D | R+fencembonceonces.litmus | 7 * counterintuitive litmus tests that illustrates the effects of store
|
H A D | LB+unlocklockonceonce+poacquireonce.litmus | 9 * write executes before a read, their memory effects can be reordered from
|
/openbmc/qemu/target/riscv/insn_trans/ |
H A D | trans_rvi.c.inc | 975 * side effects that might occur on a csr read. 990 * side effects that might occur on a csr read. 1005 * cause any of the side effects that might occur on a csr write. 1008 * unmodified value back to the csr and will cause side effects. 1034 * cause any of the side effects that might occur on a csr write. 1037 * unmodified value back to the csr and will cause side effects. 1066 * side effects that might occur on a csr read. 1080 * side effects that might occur on a csr read. 1095 * cause any of the side effects that might occur on a csr write. 1098 * unmodified value back to the csr and will cause side effects. [all …]
|
/openbmc/linux/Documentation/staging/ |
H A D | speculation.rst | 5 This document explains potential effects of speculation, and how undesirable 6 effects can be mitigated portably using common APIs.
|
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/external/libunwind/ |
H A D | 20150704-CVE-2015-3239_dwarf_i.h.patch | 9 /* REG is evaluated multiple times; it better be side-effects free! */
|
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/cheese/ |
H A D | cheese_44.1.bb | 1 SUMMARY = "Take photos and videos with your webcam, with fun graphical effects"
|
/openbmc/phosphor-power/phosphor-regulators/docs/config_file/ |
H A D | or.md | 8 returns true. This ensures that actions with beneficial side-effects are always
|
H A D | and.md | 8 returns false. This ensures that actions with beneficial side-effects are always
|
/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-apps/xfce4-notifyd/ |
H A D | xfce4-notifyd_0.8.2.bb | 1 SUMMARY = "Easily themable notification daemon with transparency effects"
|
/openbmc/linux/Documentation/driver-api/ |
H A D | io-mapping.rst | 72 undoes the side effects of the mapping functions. 81 effects and the pointer is globally visible.
|
/openbmc/linux/drivers/media/platform/samsung/exynos4-is/ |
H 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()
|
/openbmc/linux/Documentation/sound/cards/ |
H A D | mixart.rst | 19 decoding, samplerate conversions and various effects. 75 - on-board effects and samplerate conversions
|
/openbmc/linux/drivers/staging/sm750fb/ |
H A D | TODO | 6 - check on hardware effects of removal of USE_HW_I2C and USE_DVICHIP (these two
|
/openbmc/linux/sound/usb/line6/ |
H A D | Kconfig | 15 * Reading/writing complete channel, effects setup, and amp
|