Home
last modified time | relevance | path

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

12345

/linux/Documentation/input/
H A 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/Documentation/input/devices/
H A 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/drivers/input/
H A Dff-core.c142 old = &ff->effects[id]; in input_ff_upload()
153 ff->effects[id] = *effect; in input_ff_upload()
310 ff->effects = kzalloc_objs(*ff->effects, max_effects); in input_ff_create()
311 if (!ff->effects) in input_ff_create()
352 kfree(ff->effects); in input_ff_destroy()
/linux/drivers/cxl/core/
H A Dfeatures.c545 u16 effects, imm_mask, reset_mask; in cxlctl_validate_set_features() local
561 effects = le16_to_cpu(feat->effects); in cxlctl_validate_set_features()
567 if (effects & CXL_CMD_EFFECTS_RESERVED) { in cxlctl_validate_set_features()
574 if (effects & CXL_CMD_BACKGROUND) in cxlctl_validate_set_features()
588 if (!(effects & imm_mask) && !(effects & reset_mask)) in cxlctl_validate_set_features()
595 if (effects & imm_mask && scope >= FWCTL_RPC_DEBUG_WRITE_FULL) in cxlctl_validate_set_features()
603 if (!(effects & imm_mask) && scope >= FWCTL_RPC_DEBUG_WRITE) in cxlctl_validate_set_features()
H A Dedac.c35 u16 effects; member
392 .effects = le16_to_cpu(feat_entry->effects), in cxl_memdev_scrub_init()
460 .effects = le16_to_cpu(feat_entry->effects), in cxl_region_scrub_init()
479 u16 effects; member
808 .effects = le16_to_cpu(feat_entry->effects), in cxl_memdev_ecs_init()
1174 u16 effects; member
1646 .effects = le16_to_cpu(feat_entry->effects), in cxl_memdev_sparing_init()
1684 u16 effects; member
1971 .effects = le16_to_cpu(feat_entry->effects), in cxl_memdev_soft_ppr_init()
/linux/drivers/nvme/target/
H A Dpassthru.c220 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()
304 u32 effects; in nvmet_passthru_execute_cmd() local
347 effects = nvme_command_effects(ctrl, ns, req->cmd->common.opcode); in nvmet_passthru_execute_cmd()
349 (effects & ~(NVME_CMD_EFFECTS_CSUPP | NVME_CMD_EFFECTS_LBCC))) { in nvmet_passthru_execute_cmd()
/linux/Documentation/networking/
H A 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:
/linux/drivers/nvme/host/
H A Dioctl.c20 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()
171 u32 effects; in nvme_submit_user_cmd() local
189 effects = nvme_passthru_start(ctrl, ns, cmd->common.opcode); in nvme_submit_user_cmd()
197 if (effects) in nvme_submit_user_cmd()
198 nvme_passthru_end(ctrl, ns, effects, cmd, ret); in nvme_submit_user_cmd()
H A Dcore.c1208 u32 effects = 0; in nvme_command_effects() local
1211 effects = le32_to_cpu(ns->head->effects->iocs[opcode]); in nvme_command_effects()
1212 if (effects & ~(NVME_CMD_EFFECTS_CSUPP | NVME_CMD_EFFECTS_LBCC)) in nvme_command_effects()
1215 opcode, effects); in nvme_command_effects()
1222 effects &= ~NVME_CMD_EFFECTS_CSE_MASK; in nvme_command_effects()
1224 effects = le32_to_cpu(ctrl->effects->acs[opcode]); in nvme_command_effects()
1227 if (effects & NVME_CMD_EFFECTS_CSER_MASK) in nvme_command_effects()
1228 effects &= ~NVME_CMD_EFFECTS_CSE_MASK; in nvme_command_effects()
1231 return effects; in nvme_command_effects()
1237 u32 effects = nvme_command_effects(ctrl, ns, opcode); in nvme_passthru_start() local
[all …]
/linux/Documentation/userspace-api/media/v4l/
H A 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
H A 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
H A Ddev-touch.rst38 environmental or edge effects.
/linux/Documentation/staging/
H A Dspeculation.rst5 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/
H A DR+poonceonces.litmus7 * classic counterintuitive litmus tests that illustrates the effects of
H A DR+fencembonceonces.litmus7 * counterintuitive litmus tests that illustrates the effects of store
H A DLB+unlocklockonceonce+poacquireonce.litmus9 * write executes before a read, their memory effects can be reordered from
/linux/Documentation/driver-api/
H A Dio-mapping.rst72 undoes the side effects of the mapping functions.
81 effects and the pointer is globally visible.
/linux/drivers/media/platform/samsung/exynos4-is/
H A 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/Documentation/sound/cards/
H A Dmixart.rst19 decoding, samplerate conversions and various effects.
75 - on-board effects and samplerate conversions
/linux/include/uapi/cxl/
H A Dfeatures.h79 __le16 effects; member
/linux/sound/usb/line6/
H A DKconfig15 * Reading/writing complete channel, effects setup, and amp
/linux/Documentation/driver-api/firmware/
H A Dfw_search_path.rst27 and may not produce the intended effects. For instance you might want to use:
/linux/Documentation/userspace-api/media/mediactl/
H A Dmedia-func-open.rst38 desired device name. The function has no side effects; the device
/linux/Documentation/userspace-api/media/cec/
H A Dcec-func-open.rst47 desired device name. The function has no side effects; the device
/linux/Documentation/userspace-api/gpio/
H A Derror-codes.rst74 Since errors may have side effects such as a driver reset,

12345