Home
last modified time | relevance | path

Searched refs:input_ff_create_memless (Results 1 – 25 of 34) sorted by relevance

12

/Linux-v4.19/drivers/hid/
Dhid-lg2ff.c81 error = input_ff_create_memless(dev, lg2ff, play_effect); in lg2ff_init()
Dhid-zpff.c86 error = input_ff_create_memless(dev, zpff, zpff_play); in zpff_init()
Dhid-lg3ff.c146 error = input_ff_create_memless(dev, NULL, hid_lg3ff_play); in lg3ff_init()
Dhid-betopff.c104 error = input_ff_create_memless(dev, betopff, hid_betopff_play); in betopff_init()
Dhid-emsff.c91 error = input_ff_create_memless(dev, emsff, emsff_play); in emsff_init()
Dhid-mf.c106 error = input_ff_create_memless(dev, mf, mf_play); in mf_init()
Dhid-holtekff.c170 error = input_ff_create_memless(dev, holtekff, holtekff_play); in holtekff_init()
Dhid-sjoy.c106 error = input_ff_create_memless(dev, sjoyff, hid_sjoyff_play); in sjoyff_init()
Dhid-axff.c110 error = input_ff_create_memless(dev, axff, axff_play); in axff_init()
Dhid-gaff.c112 error = input_ff_create_memless(dev, gaff, hid_gaff_play); in gaff_init()
Dhid-lgff.c151 error = input_ff_create_memless(dev, NULL, hid_lgff_play); in lgff_init()
Dhid-pl.c163 error = input_ff_create_memless(dev, plff, hid_plff_play); in plff_init()
Dhid-dr.c119 error = input_ff_create_memless(dev, drff, drff_play); in drff_init()
Dhid-tmff.c195 error = input_ff_create_memless(input_dev, tmff, tmff_play); in tmff_init()
/Linux-v4.19/drivers/input/misc/
Dsc27xx-vibra.c120 error = input_ff_create_memless(info->input_dev, NULL, in sc27xx_vibra_probe()
Darizona-haptics.c189 ret = input_ff_create_memless(haptics->input_dev, NULL, in arizona_haptics_probe()
Dpm8xxx-vibrator.c219 error = input_ff_create_memless(input_dev, NULL, in pm8xxx_vib_probe()
Dtwl4030-vibra.c230 ret = input_ff_create_memless(info->input_dev, NULL, vibra_play); in twl4030_vibra_probe()
Ddrv2665.c197 error = input_ff_create_memless(haptics->input_dev, NULL, in drv2665_probe()
Dpwm-vibra.c204 err = input_ff_create_memless(vibrator->input, NULL, in pwm_vibrator_probe()
Dregulator-haptic.c191 error = input_ff_create_memless(input_dev, NULL, in regulator_haptic_probe()
Dmax77693-haptic.c364 error = input_ff_create_memless(haptic->input_dev, NULL, in max77693_haptic_probe()
Dmax8997_haptic.c340 error = input_ff_create_memless(input_dev, NULL, in max8997_haptic_probe()
Dtwl6040-vibra.c352 error = input_ff_create_memless(info->input_dev, NULL, vibra_play); in twl6040_vibra_probe()
/Linux-v4.19/drivers/input/
Dff-memless.c513 int input_ff_create_memless(struct input_dev *dev, void *data, in input_ff_create_memless() function
559 EXPORT_SYMBOL_GPL(input_ff_create_memless);

12