Home
last modified time | relevance | path

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

12

/linux/drivers/hid/
A Dhid-lg2ff.c75 error = input_ff_create_memless(dev, lg2ff, play_effect); in lg2ff_init()
A Dhid-lg3ff.c141 error = input_ff_create_memless(dev, NULL, hid_lg3ff_play); in lg3ff_init()
A Dhid-betopff.c108 error = input_ff_create_memless(dev, betopff, hid_betopff_play); in betopff_init()
A Dhid-zpff.c80 error = input_ff_create_memless(dev, zpff, zpff_play); in zpff_init()
A Dhid-emsff.c85 error = input_ff_create_memless(dev, emsff, emsff_play); in emsff_init()
A Dhid-holtekff.c164 error = input_ff_create_memless(dev, holtekff, holtekff_play); in holtekff_init()
A Dhid-mf.c98 error = input_ff_create_memless(dev, mf, mf_play); in mf_init()
A Dhid-sjoy.c94 error = input_ff_create_memless(dev, sjoyff, hid_sjoyff_play); in sjoyff_init()
A Dhid-axff.c105 error = input_ff_create_memless(dev, axff, axff_play); in axff_init()
A Dhid-gaff.c105 error = input_ff_create_memless(dev, gaff, hid_gaff_play); in gaff_init()
A Dhid-lgff.c146 error = input_ff_create_memless(dev, NULL, hid_lgff_play); in lgff_init()
A Dhid-pl.c151 error = input_ff_create_memless(dev, plff, hid_plff_play); in plff_init()
A Dhid-dr.c113 error = input_ff_create_memless(dev, drff, drff_play); in drff_init()
A Dhid-tmff.c199 error = input_ff_create_memless(input_dev, tmff, tmff_play); in tmff_init()
A Dhid-bigbenff.c355 error = input_ff_create_memless(hidinput->input, NULL, in bigben_probe()
/linux/drivers/input/misc/
A Dgpio-vibra.c142 err = input_ff_create_memless(vibrator->input, NULL, in gpio_vibrator_probe()
A Darizona-haptics.c186 ret = input_ff_create_memless(haptics->input_dev, NULL, in arizona_haptics_probe()
A Dsc27xx-vibra.c165 error = input_ff_create_memless(info->input_dev, NULL, in sc27xx_vibra_probe()
A Dtwl4030-vibra.c216 ret = input_ff_create_memless(info->input_dev, NULL, vibra_play); in twl4030_vibra_probe()
A Dpm8xxx-vibrator.c211 error = input_ff_create_memless(input_dev, NULL, in pm8xxx_vib_probe()
A Dpwm-vibra.c207 err = input_ff_create_memless(vibrator->input, NULL, in pwm_vibrator_probe()
A Dregulator-haptic.c188 error = input_ff_create_memless(input_dev, NULL, in regulator_haptic_probe()
A Ddrv2665.c189 error = input_ff_create_memless(haptics->input_dev, NULL, in drv2665_probe()
A Dtwl6040-vibra.c336 error = input_ff_create_memless(info->input_dev, NULL, vibra_play); in twl6040_vibra_probe()
/linux/drivers/input/
A Dff-memless.c510 int input_ff_create_memless(struct input_dev *dev, void *data, in input_ff_create_memless() function
556 EXPORT_SYMBOL_GPL(input_ff_create_memless);

Completed in 33 milliseconds

12