Lines Matching refs:ff
237 struct ff_device *ff = dev->ff; in hid_haptic_upload_effect() local
238 struct hid_haptic_device *haptic = ff->private; in hid_haptic_upload_effect()
302 struct hid_haptic_device *haptic = dev->ff->private; in haptic_work_handler()
315 struct hid_haptic_device *haptic = dev->ff->private; in hid_haptic_playback()
337 struct hid_haptic_device *haptic = dev->ff->private; in hid_haptic_erase()
372 static void hid_haptic_destroy(struct ff_device *ff) in hid_haptic_destroy() argument
374 struct hid_haptic_device *haptic = ff->private; in hid_haptic_destroy()
385 for (r = 0; r < ff->max_effects; r++) in hid_haptic_destroy()
409 struct ff_device *ff; in hid_haptic_init() local
519 ff = dev->ff; in hid_haptic_init()
520 ff->private = haptic; in hid_haptic_init()
521 ff->upload = hid_haptic_upload_effect; in hid_haptic_init()
522 ff->playback = hid_haptic_playback; in hid_haptic_init()
523 ff->erase = hid_haptic_erase; in hid_haptic_init()
524 ff->destroy = hid_haptic_destroy; in hid_haptic_init()