Searched refs:max_effects (Results 1 – 5 of 5) sorted by relevance
26 if (effect_id < 0 || effect_id >= ff->max_effects || in check_effect_access()125 for (id = 0; id < ff->max_effects; id++) in input_ff_upload()129 if (id >= ff->max_effects) in input_ff_upload()233 for (i = 0; i < ff->max_effects; i++) in input_ff_flush()291 int input_ff_create(struct input_dev *dev, unsigned int max_effects) in input_ff_create() argument295 if (!max_effects) { in input_ff_create()300 if (max_effects > FF_MAX_EFFECTS) { in input_ff_create()306 kzalloc(struct_size(ff, effect_owners, max_effects), in input_ff_create()311 ff->effects = kcalloc(max_effects, sizeof(*ff->effects), GFP_KERNEL); in input_ff_create()315 ff->max_effects = max_effects; in input_ff_create()
1079 dev->ff->max_effects : 0; in evdev_do_ioctl()
1399 int max_effects; in hid_pidff_init_with_quirks() local1439 max_effects = in hid_pidff_init_with_quirks()1443 hid_dbg(hid, "max effects is %d\n", max_effects); in hid_pidff_init_with_quirks()1445 if (max_effects > PID_EFFECTS_MAX) in hid_pidff_init_with_quirks()1446 max_effects = PID_EFFECTS_MAX; in hid_pidff_init_with_quirks()1464 error = input_ff_create(dev, max_effects); in hid_pidff_init_with_quirks()
100 for (i = 0; i < iforce->dev->ff->max_effects; ++i) { in mark_core_as_ready()
192 for (i = 0; i < dev->ff->max_effects; i++) { in iforce_close()
Completed in 14 milliseconds