Symbol: input_ff_create_memless
drivers/hid/hid-axff.c
105
error = input_ff_create_memless(dev, axff, axff_play);
drivers/hid/hid-betopff.c
109
error = input_ff_create_memless(dev, betopff, hid_betopff_play);
drivers/hid/hid-bigbenff.c
417
error = input_ff_create_memless(hidinput->input, NULL,
drivers/hid/hid-dr.c
113
error = input_ff_create_memless(dev, drff, drff_play);
drivers/hid/hid-emsff.c
85
error = input_ff_create_memless(dev, emsff, emsff_play);
drivers/hid/hid-gaff.c
105
error = input_ff_create_memless(dev, gaff, hid_gaff_play);
drivers/hid/hid-google-stadiaff.c
89
error = input_ff_create_memless(dev, NULL, stadiaff_play);
drivers/hid/hid-holtekff.c
164
error = input_ff_create_memless(dev, holtekff, holtekff_play);
drivers/hid/hid-lg2ff.c
75
error = input_ff_create_memless(dev, lg2ff, play_effect);
drivers/hid/hid-lg3ff.c
137
error = input_ff_create_memless(dev, NULL, hid_lg3ff_play);
drivers/hid/hid-lg4ff.c
1346
error = input_ff_create_memless(dev, NULL, lg4ff_play);
drivers/hid/hid-lgff.c
146
error = input_ff_create_memless(dev, NULL, hid_lgff_play);
drivers/hid/hid-megaworld.c
66
error = input_ff_create_memless(dev, mwctrl, mwctrl_play);
drivers/hid/hid-mf.c
98
error = input_ff_create_memless(dev, mf, mf_play);
drivers/hid/hid-microsoft.c
352
return input_ff_create_memless(input_dev, NULL, ms_play_effect);
drivers/hid/hid-nintendo.c
2044
input_ff_create_memless(ctlr->input, NULL, joycon_play_effect);
drivers/hid/hid-nvidia-shield.c
286
ret = input_ff_create_memless(haptics, NULL, play_effect);
drivers/hid/hid-pl.c
151
error = input_ff_create_memless(dev, plff, hid_plff_play);
drivers/hid/hid-playstation.c
777
ret = input_ff_create_memless(gamepad, NULL, play_effect);
drivers/hid/hid-sjoy.c
94
error = input_ff_create_memless(dev, sjoyff, hid_sjoyff_play);
drivers/hid/hid-sony.c
1718
return input_ff_create_memless(input_dev, NULL, sony_play_effect);
drivers/hid/hid-steam.c
816
ret = input_ff_create_memless(input, NULL, steam_play_effect);
drivers/hid/hid-tmff.c
195
error = input_ff_create_memless(input_dev, tmff, tmff_play);
drivers/hid/hid-wiimote-modules.c
161
if (input_ff_create_memless(wdata->input, NULL, wiimod_rumble_play))
drivers/hid/hid-wiimote-modules.c
1885
if (input_ff_create_memless(wdata->extension.input, NULL,
drivers/hid/hid-zpff.c
80
error = input_ff_create_memless(dev, zpff, zpff_play);
drivers/input/ff-memless.c
548
EXPORT_SYMBOL_GPL(input_ff_create_memless);
drivers/input/joystick/gamecon.c
302
err = input_ff_create_memless(dev, sdev, gc_n64_play_effect);
drivers/input/joystick/psxpad-spi.c
164
err = input_ff_create_memless(pad->idev, NULL, psxpad_spi_play_effect);
drivers/input/joystick/xpad.c
1647
return input_ff_create_memless(xpad->dev, NULL, xpad_play_effect);
drivers/input/misc/arizona-haptics.c
182
ret = input_ff_create_memless(haptics->input_dev, NULL,
drivers/input/misc/aw86927.c
801
err = input_ff_create_memless(haptics->input_dev, NULL, aw86927_haptics_play);
drivers/input/misc/drv260x.c
503
error = input_ff_create_memless(haptics->input_dev, NULL,
drivers/input/misc/drv2665.c
188
error = input_ff_create_memless(haptics->input_dev, NULL,
drivers/input/misc/drv2667.c
365
error = input_ff_create_memless(haptics->input_dev, NULL,
drivers/input/misc/gpio-vibra.c
134
err = input_ff_create_memless(vibrator->input, NULL,
drivers/input/misc/max77693-haptic.c
365
error = input_ff_create_memless(haptic->input_dev, NULL,
drivers/input/misc/max8997_haptic.c
313
error = input_ff_create_memless(input_dev, NULL,
drivers/input/misc/pm8xxx-vibrator.c
253
error = input_ff_create_memless(input_dev, NULL,
drivers/input/misc/pwm-vibra.c
211
err = input_ff_create_memless(vibrator->input, NULL,
drivers/input/misc/regulator-haptic.c
187
error = input_ff_create_memless(input_dev, NULL,
drivers/input/misc/sc27xx-vibra.c
165
error = input_ff_create_memless(info->input_dev, NULL,
drivers/input/misc/twl4030-vibra.c
206
ret = input_ff_create_memless(info->input_dev, NULL, vibra_play);
drivers/input/misc/twl6040-vibra.c
333
error = input_ff_create_memless(info->input_dev, NULL, vibra_play);
include/linux/input.h
591
int input_ff_create_memless(struct input_dev *dev, void *data,