Home
last modified time | relevance | path

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

12

/openbmc/linux/drivers/hid/
H A Dhid-lg2ff.c75 error = input_ff_create_memless(dev, lg2ff, play_effect); in lg2ff_init()
H A Dhid-megaworld.c66 error = input_ff_create_memless(dev, mwctrl, mwctrl_play); in mwctrl_init()
H A Dhid-lg3ff.c141 error = input_ff_create_memless(dev, NULL, hid_lg3ff_play); in lg3ff_init()
H A Dhid-zpff.c80 error = input_ff_create_memless(dev, zpff, zpff_play); in zpff_init()
H A Dhid-betopff.c109 error = input_ff_create_memless(dev, betopff, hid_betopff_play); in betopff_init()
H A Dhid-emsff.c85 error = input_ff_create_memless(dev, emsff, emsff_play); in emsff_init()
H A Dhid-holtekff.c164 error = input_ff_create_memless(dev, holtekff, holtekff_play); in holtekff_init()
H A Dhid-mf.c98 error = input_ff_create_memless(dev, mf, mf_play); in mf_init()
H A Dhid-sjoy.c94 error = input_ff_create_memless(dev, sjoyff, hid_sjoyff_play); in sjoyff_init()
H A Dhid-google-stadiaff.c89 error = input_ff_create_memless(dev, NULL, stadiaff_play); in stadiaff_init()
H A Dhid-lgff.c146 error = input_ff_create_memless(dev, NULL, hid_lgff_play); in lgff_init()
H A Dhid-gaff.c105 error = input_ff_create_memless(dev, gaff, hid_gaff_play); in gaff_init()
H A Dhid-axff.c105 error = input_ff_create_memless(dev, axff, axff_play); in axff_init()
H A Dhid-pl.c151 error = input_ff_create_memless(dev, plff, hid_plff_play); in plff_init()
H A Dhid-dr.c113 error = input_ff_create_memless(dev, drff, drff_play); in drff_init()
H A Dhid-tmff.c195 error = input_ff_create_memless(input_dev, tmff, tmff_play); in tmff_init()
/openbmc/linux/drivers/input/misc/
H A Dgpio-vibra.c134 err = input_ff_create_memless(vibrator->input, NULL, in gpio_vibrator_probe()
H A Darizona-haptics.c186 ret = input_ff_create_memless(haptics->input_dev, NULL, in arizona_haptics_probe()
H A Dsc27xx-vibra.c165 error = input_ff_create_memless(info->input_dev, NULL, in sc27xx_vibra_probe()
H A Dtwl4030-vibra.c211 ret = input_ff_create_memless(info->input_dev, NULL, vibra_play); in twl4030_vibra_probe()
H A Dpm8xxx-vibrator.c211 error = input_ff_create_memless(input_dev, NULL, in pm8xxx_vib_probe()
H A Dregulator-haptic.c188 error = input_ff_create_memless(input_dev, NULL, in regulator_haptic_probe()
H A Ddrv2665.c188 error = input_ff_create_memless(haptics->input_dev, NULL, in drv2665_probe()
H A Dpwm-vibra.c211 err = input_ff_create_memless(vibrator->input, NULL, in pwm_vibrator_probe()
/openbmc/linux/drivers/input/
H A Dff-memless.c507 int input_ff_create_memless(struct input_dev *dev, void *data, in input_ff_create_memless() function
553 EXPORT_SYMBOL_GPL(input_ff_create_memless);

12