Home
last modified time | relevance | path

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

/linux/drivers/hid/
H A Dhid-lg2ff.c75 error = input_ff_create_memless(dev, lg2ff, play_effect); in lg2ff_init()
H A Dhid-lg3ff.c137 error = input_ff_create_memless(dev, NULL, hid_lg3ff_play); in lg3ff_init()
H A Dhid-lgff.c146 error = input_ff_create_memless(dev, NULL, hid_lgff_play); in lgff_init()
H A Dhid-nvidia-shield.c286 ret = input_ff_create_memless(haptics, NULL, play_effect); in shield_haptics_create()
/linux/drivers/input/misc/
H A Dgpio-vibra.c134 err = input_ff_create_memless(vibrator->input, NULL, in gpio_vibrator_probe()
H A Dtwl4030-vibra.c206 ret = input_ff_create_memless(info->input_dev, NULL, vibra_play); in twl4030_vibra_probe()
H A Dsc27xx-vibra.c164 error = input_ff_create_memless(info->input_dev, NULL, in sc27xx_vibra_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()
H A Dpm8xxx-vibrator.c253 error = input_ff_create_memless(input_dev, NULL, in pm8xxx_vib_probe()
H A Dtwl6040-vibra.c333 error = input_ff_create_memless(info->input_dev, NULL, vibra_play); in twl6040_vibra_probe()
H A Dmax77693-haptic.c365 error = input_ff_create_memless(haptic->input_dev, NULL, in max77693_haptic_probe()
H A Dmax8997_haptic.c313 error = input_ff_create_memless(input_dev, NULL, in max8997_haptic_probe()
H A Ddrv2667.c365 error = input_ff_create_memless(haptics->input_dev, NULL, in drv2667_probe()
H A Ddrv260x.c535 error = input_ff_create_memless(haptics->input_dev, NULL, in drv260x_probe()
/linux/drivers/input/
H A Dff-memless.c518 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 Dinput.h604 int input_ff_create_memless(struct input_dev *dev, void *data,
/linux/drivers/input/joystick/
H A Dpsxpad-spi.c164 err = input_ff_create_memless(pad->idev, NULL, psxpad_spi_play_effect); in psxpad_spi_init_ff()
H A Dgamecon.c302 err = input_ff_create_memless(dev, sdev, gc_n64_play_effect); in gc_n64_init_ff()
H A Dxpad.c1622 return input_ff_create_memless(xpad->dev, NULL, xpad_play_effect); in xpad_init_ff()