Lines Matching refs:report_buf
157 u8 *buf = haptic_effect->report_buf; in fill_effect_buf()
281 ret = hid_hw_output_report(hdev, effect->report_buf, in play_effect()
286 effect->report_buf, in play_effect()
381 kfree(haptic->stop_effect.report_buf); in hid_haptic_destroy()
382 haptic->stop_effect.report_buf = NULL; in hid_haptic_destroy()
386 kfree(haptic->effect[r].report_buf); in hid_haptic_destroy()
483 haptic->effect[r].report_buf = in hid_haptic_init()
486 if (!haptic->effect[r].report_buf) { in hid_haptic_init()
495 haptic->stop_effect.report_buf = in hid_haptic_init()
498 if (!haptic->stop_effect.report_buf) { in hid_haptic_init()
547 kfree(haptic->stop_effect.report_buf); in hid_haptic_init()
548 haptic->stop_effect.report_buf = NULL; in hid_haptic_init()
551 kfree(haptic->effect[r].report_buf); in hid_haptic_init()