Searched refs:input_ff_create_memless (Results  1 – 25 of 38) sorted by relevance
12
| /Linux-v5.4/drivers/hid/ | 
| D | hid-lg2ff.c | 75 	error = input_ff_create_memless(dev, lg2ff, play_effect);  in lg2ff_init()
 | 
| D | hid-lg3ff.c | 141 	error = input_ff_create_memless(dev, NULL, hid_lg3ff_play);  in lg3ff_init()
 | 
| D | hid-betopff.c | 101 	error = input_ff_create_memless(dev, betopff, hid_betopff_play);  in betopff_init()
 | 
| D | hid-zpff.c | 80 	error = input_ff_create_memless(dev, zpff, zpff_play);  in zpff_init()
 | 
| D | hid-holtekff.c | 164 	error = input_ff_create_memless(dev, holtekff, holtekff_play);  in holtekff_init()
 | 
| D | hid-emsff.c | 85 	error = input_ff_create_memless(dev, emsff, emsff_play);  in emsff_init()
 | 
| D | hid-mf.c | 98 		error = input_ff_create_memless(dev, mf, mf_play);  in mf_init()
 | 
| D | hid-sjoy.c | 94 		error = input_ff_create_memless(dev, sjoyff, hid_sjoyff_play);  in sjoyff_init()
 | 
| D | hid-axff.c | 105 	error = input_ff_create_memless(dev, axff, axff_play);  in axff_init()
 | 
| D | hid-gaff.c | 105 	error = input_ff_create_memless(dev, gaff, hid_gaff_play);  in gaff_init()
 | 
| D | hid-lgff.c | 146 	error = input_ff_create_memless(dev, NULL, hid_lgff_play);  in lgff_init()
 | 
| D | hid-pl.c | 151 		error = input_ff_create_memless(dev, plff, hid_plff_play);  in plff_init()
 | 
| D | hid-dr.c | 113 	error = input_ff_create_memless(dev, drff, drff_play);  in drff_init()
 | 
| D | hid-tmff.c | 199 	error = input_ff_create_memless(input_dev, tmff, tmff_play);  in tmff_init()
 | 
| D | hid-bigbenff.c | 344 	error = input_ff_create_memless(hidinput->input, bigben,  in bigben_probe()
 | 
| /Linux-v5.4/drivers/input/misc/ | 
| D | sc27xx-vibra.c | 120 	error = input_ff_create_memless(info->input_dev, NULL,  in sc27xx_vibra_probe()
 | 
| D | gpio-vibra.c | 142 	err = input_ff_create_memless(vibrator->input, NULL,  in gpio_vibrator_probe()
 | 
| D | arizona-haptics.c | 186 	ret = input_ff_create_memless(haptics->input_dev, NULL,  in arizona_haptics_probe()
 | 
| D | twl4030-vibra.c | 216 	ret = input_ff_create_memless(info->input_dev, NULL, vibra_play);  in twl4030_vibra_probe()
 | 
| D | pm8xxx-vibrator.c | 211 	error = input_ff_create_memless(input_dev, NULL,  in pm8xxx_vib_probe()
 | 
| D | drv2665.c | 189 	error = input_ff_create_memless(haptics->input_dev, NULL,  in drv2665_probe()
 | 
| D | pwm-vibra.c | 207 	err = input_ff_create_memless(vibrator->input, NULL,  in pwm_vibrator_probe()
 | 
| D | regulator-haptic.c | 188 	error = input_ff_create_memless(input_dev, NULL,  in regulator_haptic_probe()
 | 
| D | msm-vibrator.c | 217 	ret = input_ff_create_memless(vibrator->input, NULL,  in msm_vibrator_probe()
 | 
| /Linux-v5.4/drivers/input/ | 
| D | ff-memless.c | 510 int input_ff_create_memless(struct input_dev *dev, void *data,  in input_ff_create_memless()  function556 EXPORT_SYMBOL_GPL(input_ff_create_memless);
 
 | 
        12