Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/hid/
Dhid-lg2ff.c81 error = input_ff_create_memless(dev, lg2ff, play_effect); in lg2ff_init()
Dhid-lg3ff.c146 error = input_ff_create_memless(dev, NULL, hid_lg3ff_play); in lg3ff_init()
Dhid-zpff.c86 error = input_ff_create_memless(dev, zpff, zpff_play); in zpff_init()
Dhid-betopff.c104 error = input_ff_create_memless(dev, betopff, hid_betopff_play); in betopff_init()
Dhid-emsff.c91 error = input_ff_create_memless(dev, emsff, emsff_play); in emsff_init()
Dhid-holtekff.c174 error = input_ff_create_memless(dev, holtekff, holtekff_play); in holtekff_init()
Dhid-axff.c110 error = input_ff_create_memless(dev, axff, axff_play); in axff_init()
Dhid-sjoy.c106 error = input_ff_create_memless(dev, sjoyff, hid_sjoyff_play); in sjoyff_init()
Dhid-gaff.c112 error = input_ff_create_memless(dev, gaff, hid_gaff_play); in gaff_init()
Dhid-lgff.c151 error = input_ff_create_memless(dev, NULL, hid_lgff_play); in lgff_init()
Dhid-pl.c163 error = input_ff_create_memless(dev, plff, hid_plff_play); in plff_init()
Dhid-dr.c119 error = input_ff_create_memless(dev, drff, drff_play); in drff_init()
Dhid-tmff.c195 error = input_ff_create_memless(input_dev, tmff, tmff_play); in tmff_init()
Dhid-wiimote-modules.c164 if (input_ff_create_memless(wdata->input, NULL, wiimod_rumble_play)) in wiimod_rumble_probe()
1873 if (input_ff_create_memless(wdata->extension.input, NULL, in wiimod_pro_probe()
Dhid-lg4ff.c1238 error = input_ff_create_memless(dev, NULL, lg4ff_play); in lg4ff_init()
Dhid-sony.c1966 return input_ff_create_memless(input_dev, NULL, sony_play_effect); in sony_init_ff()
/linux-4.4.14/drivers/input/misc/
Dpm8xxx-vibrator.c184 error = input_ff_create_memless(input_dev, NULL, in pm8xxx_vib_probe()
Darizona-haptics.c185 ret = input_ff_create_memless(haptics->input_dev, NULL, in arizona_haptics_probe()
Dtwl4030-vibra.c229 ret = input_ff_create_memless(info->input_dev, NULL, vibra_play); in twl4030_vibra_probe()
Dregulator-haptic.c191 error = input_ff_create_memless(input_dev, NULL, in regulator_haptic_probe()
Ddrv2665.c197 error = input_ff_create_memless(haptics->input_dev, NULL, in drv2665_probe()
Dmax8997_haptic.c334 error = input_ff_create_memless(input_dev, NULL, in max8997_haptic_probe()
Dtwl6040-vibra.c369 error = input_ff_create_memless(info->input_dev, NULL, vibra_play); in twl6040_vibra_probe()
Dmax77693-haptic.c353 error = input_ff_create_memless(haptic->input_dev, NULL, in max77693_haptic_probe()
Ddrv2667.c372 error = input_ff_create_memless(haptics->input_dev, NULL, in drv2667_probe()
Ddrv260x.c600 error = input_ff_create_memless(haptics->input_dev, NULL, in drv260x_probe()
/linux-4.4.14/drivers/input/
Dff-memless.c513 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);
/linux-4.4.14/include/linux/
Dinput.h533 int input_ff_create_memless(struct input_dev *dev, void *data,
/linux-4.4.14/drivers/input/joystick/
Dgamecon.c321 err = input_ff_create_memless(dev, sdev, gc_n64_play_effect); in gc_n64_init_ff()
Dxpad.c883 return input_ff_create_memless(xpad->dev, NULL, xpad_play_effect); in xpad_init_ff()