input_ff_create
ret = input_ff_create(dev, FF_MAX_EFFECTS);
error = input_ff_create(dev, num_slots);
error = input_ff_create(dev, max_effects);
EXPORT_SYMBOL_GPL(input_ff_create);
error = input_ff_create(dev, FF_MEMLESS_EFFECTS);
error = input_ff_create(input_dev, ff_effects);
error = input_ff_create(vib->input, CS40L50_EFFECTS_MAX);
error = input_ff_create(haptics->input_dev,
error = input_ff_create(dev, udev->ff_effects_max);
int input_ff_create(struct input_dev *dev, unsigned int max_effects);