Searched refs:input_ff_create_memless (Results 1 – 20 of 20) sorted by relevance
| /linux/drivers/hid/ |
| H A D | hid-lg2ff.c | 75 error = input_ff_create_memless(dev, lg2ff, play_effect); in lg2ff_init()
|
| H A D | hid-lg3ff.c | 137 error = input_ff_create_memless(dev, NULL, hid_lg3ff_play); in lg3ff_init()
|
| H A D | hid-lgff.c | 146 error = input_ff_create_memless(dev, NULL, hid_lgff_play); in lgff_init()
|
| H A D | hid-nvidia-shield.c | 286 ret = input_ff_create_memless(haptics, NULL, play_effect); in shield_haptics_create()
|
| /linux/drivers/input/misc/ |
| H A D | gpio-vibra.c | 134 err = input_ff_create_memless(vibrator->input, NULL, in gpio_vibrator_probe()
|
| H A D | twl4030-vibra.c | 206 ret = input_ff_create_memless(info->input_dev, NULL, vibra_play); in twl4030_vibra_probe()
|
| H A D | sc27xx-vibra.c | 164 error = input_ff_create_memless(info->input_dev, NULL, in sc27xx_vibra_probe()
|
| H A D | drv2665.c | 188 error = input_ff_create_memless(haptics->input_dev, NULL, in drv2665_probe()
|
| H A D | pwm-vibra.c | 211 err = input_ff_create_memless(vibrator->input, NULL, in pwm_vibrator_probe()
|
| H A D | pm8xxx-vibrator.c | 253 error = input_ff_create_memless(input_dev, NULL, in pm8xxx_vib_probe()
|
| H A D | twl6040-vibra.c | 333 error = input_ff_create_memless(info->input_dev, NULL, vibra_play); in twl6040_vibra_probe()
|
| H A D | max77693-haptic.c | 365 error = input_ff_create_memless(haptic->input_dev, NULL, in max77693_haptic_probe()
|
| H A D | max8997_haptic.c | 313 error = input_ff_create_memless(input_dev, NULL, in max8997_haptic_probe()
|
| H A D | drv2667.c | 365 error = input_ff_create_memless(haptics->input_dev, NULL, in drv2667_probe()
|
| H A D | drv260x.c | 535 error = input_ff_create_memless(haptics->input_dev, NULL, in drv260x_probe()
|
| /linux/drivers/input/ |
| H A D | ff-memless.c | 518 int input_ff_create_memless(struct input_dev *dev, void *data, in input_ff_create_memless() function 563 EXPORT_SYMBOL_GPL(input_ff_create_memless);
|
| /linux/include/linux/ |
| H A D | input.h | 604 int input_ff_create_memless(struct input_dev *dev, void *data,
|
| /linux/drivers/input/joystick/ |
| H A D | psxpad-spi.c | 164 err = input_ff_create_memless(pad->idev, NULL, psxpad_spi_play_effect); in psxpad_spi_init_ff()
|
| H A D | gamecon.c | 302 err = input_ff_create_memless(dev, sdev, gc_n64_play_effect); in gc_n64_init_ff()
|
| H A D | xpad.c | 1622 return input_ff_create_memless(xpad->dev, NULL, xpad_play_effect); in xpad_init_ff()
|