effect_id        1696 drivers/hid/hid-logitech-hidpp.c 	int effect_id;
effect_id        1739 drivers/hid/hid-logitech-hidpp.c static u8 hidpp_ff_find_effect(struct hidpp_ff_private_data *data, int effect_id)
effect_id        1744 drivers/hid/hid-logitech-hidpp.c 		if (data->effect_ids[i] == effect_id)
effect_id        1759 drivers/hid/hid-logitech-hidpp.c 	switch (wd->effect_id) {
effect_id        1768 drivers/hid/hid-logitech-hidpp.c 		wd->params[0] = hidpp_ff_find_effect(data, wd->effect_id);
effect_id        1786 drivers/hid/hid-logitech-hidpp.c 			if (wd->effect_id >= 0)
effect_id        1788 drivers/hid/hid-logitech-hidpp.c 				data->effect_ids[slot-1] = wd->effect_id;
effect_id        1789 drivers/hid/hid-logitech-hidpp.c 			else if (wd->effect_id >= HIDPP_FF_EFFECTID_AUTOCENTER)
effect_id        1795 drivers/hid/hid-logitech-hidpp.c 		if (wd->effect_id >= 0)
effect_id        1798 drivers/hid/hid-logitech-hidpp.c 		else if (wd->effect_id >= HIDPP_FF_EFFECTID_AUTOCENTER)
effect_id        1818 drivers/hid/hid-logitech-hidpp.c static int hidpp_ff_queue_work(struct hidpp_ff_private_data *data, int effect_id, u8 command, u8 *params, u8 size)
effect_id        1829 drivers/hid/hid-logitech-hidpp.c 	wd->effect_id = effect_id;
effect_id        1991 drivers/hid/hid-logitech-hidpp.c static int hidpp_ff_playback(struct input_dev *dev, int effect_id, int value)
effect_id        1998 drivers/hid/hid-logitech-hidpp.c 	dbg_hid("St%sing playback of effect %d.\n", value?"art":"opp", effect_id);
effect_id        2000 drivers/hid/hid-logitech-hidpp.c 	return hidpp_ff_queue_work(data, effect_id, HIDPP_FF_SET_EFFECT_STATE, params, ARRAY_SIZE(params));
effect_id        2003 drivers/hid/hid-logitech-hidpp.c static int hidpp_ff_erase_effect(struct input_dev *dev, int effect_id)
effect_id        2008 drivers/hid/hid-logitech-hidpp.c 	dbg_hid("Erasing effect %d.\n", effect_id);
effect_id        2010 drivers/hid/hid-logitech-hidpp.c 	return hidpp_ff_queue_work(data, effect_id, HIDPP_FF_DESTROY_EFFECT, &slot, 1);
effect_id         511 drivers/hid/usbhid/hid-pidff.c static int pidff_playback(struct input_dev *dev, int effect_id, int value)
effect_id         515 drivers/hid/usbhid/hid-pidff.c 	pidff_playback_pid(pidff, pidff->pid_id[effect_id], value);
effect_id         533 drivers/hid/usbhid/hid-pidff.c static int pidff_erase_effect(struct input_dev *dev, int effect_id)
effect_id         536 drivers/hid/usbhid/hid-pidff.c 	int pid_id = pidff->pid_id[effect_id];
effect_id         539 drivers/hid/usbhid/hid-pidff.c 		effect_id, pidff->pid_id[effect_id]);
effect_id          24 drivers/input/ff-core.c static int check_effect_access(struct ff_device *ff, int effect_id,
effect_id          27 drivers/input/ff-core.c 	if (effect_id < 0 || effect_id >= ff->max_effects ||
effect_id          28 drivers/input/ff-core.c 	    !ff->effect_owners[effect_id])
effect_id          31 drivers/input/ff-core.c 	if (file && ff->effect_owners[effect_id] != file)
effect_id         172 drivers/input/ff-core.c static int erase_effect(struct input_dev *dev, int effect_id,
effect_id         178 drivers/input/ff-core.c 	error = check_effect_access(ff, effect_id, file);
effect_id         183 drivers/input/ff-core.c 	ff->playback(dev, effect_id, 0);
effect_id         184 drivers/input/ff-core.c 	ff->effect_owners[effect_id] = NULL;
effect_id         188 drivers/input/ff-core.c 		error = ff->erase(dev, effect_id);
effect_id         191 drivers/input/ff-core.c 			ff->effect_owners[effect_id] = file;
effect_id         211 drivers/input/ff-core.c int input_ff_erase(struct input_dev *dev, int effect_id, struct file *file)
effect_id         220 drivers/input/ff-core.c 	ret = erase_effect(dev, effect_id, file);
effect_id         435 drivers/input/ff-memless.c static int ml_ff_playback(struct input_dev *dev, int effect_id, int value)
effect_id         438 drivers/input/ff-memless.c 	struct ml_effect_state *state = &ml->states[effect_id];
effect_id          65 drivers/input/joystick/iforce/iforce-main.c static int iforce_playback(struct input_dev *dev, int effect_id, int value)
effect_id          68 drivers/input/joystick/iforce/iforce-main.c 	struct iforce_core_effect *core_effect = &iforce->core_effects[effect_id];
effect_id          75 drivers/input/joystick/iforce/iforce-main.c 	iforce_control_playback(iforce, effect_id, value);
effect_id         152 drivers/input/joystick/iforce/iforce-main.c static int iforce_erase_effect(struct input_dev *dev, int effect_id)
effect_id         155 drivers/input/joystick/iforce/iforce-main.c 	struct iforce_core_effect *core_effect = &iforce->core_effects[effect_id];
effect_id          47 drivers/input/misc/uinput.c 		unsigned int	effect_id;
effect_id         229 drivers/input/misc/uinput.c static int uinput_dev_playback(struct input_dev *dev, int effect_id, int value)
effect_id         231 drivers/input/misc/uinput.c 	return uinput_dev_event(dev, EV_FF, effect_id, value);
effect_id         259 drivers/input/misc/uinput.c static int uinput_dev_erase_effect(struct input_dev *dev, int effect_id)
effect_id         268 drivers/input/misc/uinput.c 	request.u.effect_id = effect_id;
effect_id         973 drivers/input/misc/uinput.c 		ff_erase.effect_id = req->u.effect_id;
effect_id         536 include/linux/input.h 	int (*erase)(struct input_dev *dev, int effect_id);
effect_id         538 include/linux/input.h 	int (*playback)(struct input_dev *dev, int effect_id, int value);
effect_id         561 include/linux/input.h int input_ff_erase(struct input_dev *dev, int effect_id, struct file *file);
effect_id          59 include/uapi/linux/uinput.h 	__u32			effect_id;