Searched refs:input_ff_create_memless (Results 1 – 25 of 34) sorted by relevance
12
/Linux-v4.19/drivers/hid/ |
D | hid-lg2ff.c | 81 error = input_ff_create_memless(dev, lg2ff, play_effect); in lg2ff_init()
|
D | hid-zpff.c | 86 error = input_ff_create_memless(dev, zpff, zpff_play); in zpff_init()
|
D | hid-lg3ff.c | 146 error = input_ff_create_memless(dev, NULL, hid_lg3ff_play); in lg3ff_init()
|
D | hid-betopff.c | 104 error = input_ff_create_memless(dev, betopff, hid_betopff_play); in betopff_init()
|
D | hid-emsff.c | 91 error = input_ff_create_memless(dev, emsff, emsff_play); in emsff_init()
|
D | hid-mf.c | 106 error = input_ff_create_memless(dev, mf, mf_play); in mf_init()
|
D | hid-holtekff.c | 170 error = input_ff_create_memless(dev, holtekff, holtekff_play); in holtekff_init()
|
D | hid-sjoy.c | 106 error = input_ff_create_memless(dev, sjoyff, hid_sjoyff_play); in sjoyff_init()
|
D | hid-axff.c | 110 error = input_ff_create_memless(dev, axff, axff_play); in axff_init()
|
D | hid-gaff.c | 112 error = input_ff_create_memless(dev, gaff, hid_gaff_play); in gaff_init()
|
D | hid-lgff.c | 151 error = input_ff_create_memless(dev, NULL, hid_lgff_play); in lgff_init()
|
D | hid-pl.c | 163 error = input_ff_create_memless(dev, plff, hid_plff_play); in plff_init()
|
D | hid-dr.c | 119 error = input_ff_create_memless(dev, drff, drff_play); in drff_init()
|
D | hid-tmff.c | 195 error = input_ff_create_memless(input_dev, tmff, tmff_play); in tmff_init()
|
/Linux-v4.19/drivers/input/misc/ |
D | sc27xx-vibra.c | 120 error = input_ff_create_memless(info->input_dev, NULL, in sc27xx_vibra_probe()
|
D | arizona-haptics.c | 189 ret = input_ff_create_memless(haptics->input_dev, NULL, in arizona_haptics_probe()
|
D | pm8xxx-vibrator.c | 219 error = input_ff_create_memless(input_dev, NULL, in pm8xxx_vib_probe()
|
D | twl4030-vibra.c | 230 ret = input_ff_create_memless(info->input_dev, NULL, vibra_play); in twl4030_vibra_probe()
|
D | drv2665.c | 197 error = input_ff_create_memless(haptics->input_dev, NULL, in drv2665_probe()
|
D | pwm-vibra.c | 204 err = input_ff_create_memless(vibrator->input, NULL, in pwm_vibrator_probe()
|
D | regulator-haptic.c | 191 error = input_ff_create_memless(input_dev, NULL, in regulator_haptic_probe()
|
D | max77693-haptic.c | 364 error = input_ff_create_memless(haptic->input_dev, NULL, in max77693_haptic_probe()
|
D | max8997_haptic.c | 340 error = input_ff_create_memless(input_dev, NULL, in max8997_haptic_probe()
|
D | twl6040-vibra.c | 352 error = input_ff_create_memless(info->input_dev, NULL, vibra_play); in twl6040_vibra_probe()
|
/Linux-v4.19/drivers/input/ |
D | ff-memless.c | 513 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