Searched refs:input_ff_create_memless (Results 1 – 25 of 43) sorted by relevance
12
/linux-6.12.1/drivers/hid/ |
D | hid-lg2ff.c | 75 error = input_ff_create_memless(dev, lg2ff, play_effect); in lg2ff_init()
|
D | hid-megaworld.c | 66 error = input_ff_create_memless(dev, mwctrl, mwctrl_play); in mwctrl_init()
|
D | hid-lg3ff.c | 137 error = input_ff_create_memless(dev, NULL, hid_lg3ff_play); in lg3ff_init()
|
D | hid-zpff.c | 80 error = input_ff_create_memless(dev, zpff, zpff_play); in zpff_init()
|
D | hid-betopff.c | 109 error = input_ff_create_memless(dev, betopff, hid_betopff_play); in betopff_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-holtekff.c | 164 error = input_ff_create_memless(dev, holtekff, holtekff_play); in holtekff_init()
|
D | hid-google-stadiaff.c | 89 error = input_ff_create_memless(dev, NULL, stadiaff_play); in stadiaff_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-lgff.c | 146 error = input_ff_create_memless(dev, NULL, hid_lgff_play); in lgff_init()
|
D | hid-gaff.c | 105 error = input_ff_create_memless(dev, gaff, hid_gaff_play); in gaff_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 | 195 error = input_ff_create_memless(input_dev, tmff, tmff_play); in tmff_init()
|
/linux-6.12.1/drivers/input/misc/ |
D | gpio-vibra.c | 134 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 | sc27xx-vibra.c | 165 error = input_ff_create_memless(info->input_dev, NULL, in sc27xx_vibra_probe()
|
D | twl4030-vibra.c | 211 ret = input_ff_create_memless(info->input_dev, NULL, vibra_play); in twl4030_vibra_probe()
|
D | regulator-haptic.c | 188 error = input_ff_create_memless(input_dev, NULL, in regulator_haptic_probe()
|
D | drv2665.c | 188 error = input_ff_create_memless(haptics->input_dev, NULL, in drv2665_probe()
|
D | pwm-vibra.c | 211 err = input_ff_create_memless(vibrator->input, NULL, in pwm_vibrator_probe()
|
D | pm8xxx-vibrator.c | 253 error = input_ff_create_memless(input_dev, NULL, in pm8xxx_vib_probe()
|
/linux-6.12.1/drivers/input/ |
D | ff-memless.c | 507 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