/linux-4.1.27/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-holtekff.c | 174 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-lgff.c | 151 error = input_ff_create_memless(dev, NULL, hid_lgff_play); in lgff_init()
|
D | hid-gaff.c | 112 error = input_ff_create_memless(dev, gaff, hid_gaff_play); in gaff_init()
|
D | hid-dr.c | 119 error = input_ff_create_memless(dev, drff, drff_play); in drff_init()
|
D | hid-pl.c | 163 error = input_ff_create_memless(dev, plff, hid_plff_play); in plff_init()
|
D | hid-tmff.c | 195 error = input_ff_create_memless(input_dev, tmff, tmff_play); in tmff_init()
|
D | hid-lg4ff.c | 1046 error = input_ff_create_memless(dev, NULL, hid_lg4ff_play); in lg4ff_init()
|
D | hid-wiimote-modules.c | 164 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()
|
D | hid-sony.c | 1670 return input_ff_create_memless(input_dev, NULL, sony_play_effect); in sony_init_ff()
|
/linux-4.1.27/drivers/input/misc/ |
D | pm8xxx-vibrator.c | 184 error = input_ff_create_memless(input_dev, NULL, in pm8xxx_vib_probe()
|
D | arizona-haptics.c | 186 ret = input_ff_create_memless(haptics->input_dev, NULL, in arizona_haptics_probe()
|
D | twl4030-vibra.c | 228 ret = input_ff_create_memless(info->input_dev, NULL, vibra_play); in twl4030_vibra_probe()
|
D | regulator-haptic.c | 191 error = input_ff_create_memless(input_dev, NULL, in regulator_haptic_probe()
|
D | max77693-haptic.c | 294 error = input_ff_create_memless(haptic->input_dev, NULL, in max77693_haptic_probe()
|
D | max77843-haptic.c | 288 error = input_ff_create_memless(haptic->input_dev, NULL, in max77843_haptic_probe()
|
D | twl6040-vibra.c | 368 error = input_ff_create_memless(info->input_dev, NULL, vibra_play); in twl6040_vibra_probe()
|
D | max8997_haptic.c | 334 error = input_ff_create_memless(input_dev, NULL, in max8997_haptic_probe()
|
D | drv2667.c | 372 error = input_ff_create_memless(haptics->input_dev, NULL, in drv2667_probe()
|
D | drv260x.c | 605 error = input_ff_create_memless(haptics->input_dev, NULL, in drv260x_probe()
|
/linux-4.1.27/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);
|
/linux-4.1.27/include/linux/ |
D | input.h | 531 int input_ff_create_memless(struct input_dev *dev, void *data,
|
/linux-4.1.27/drivers/input/joystick/ |
D | gamecon.c | 320 err = input_ff_create_memless(dev, sdev, gc_n64_play_effect); in gc_n64_init_ff()
|
D | xpad.c | 868 return input_ff_create_memless(xpad->dev, NULL, xpad_play_effect); in xpad_init_ff()
|