dsi_display_test.h 439 B

12345678910111213141516171819202122
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /*
  3. * Copyright (c) 2016-2019, The Linux Foundation. All rights reserved.
  4. */
  5. #ifndef _DSI_DISPLAY_TEST_H_
  6. #define _DSI_DISPLAY_TEST_H_
  7. #include "dsi_display.h"
  8. #include "dsi_ctrl_hw.h"
  9. #include "dsi_ctrl.h"
  10. struct dsi_display_test {
  11. struct dsi_display *display;
  12. struct work_struct test_work;
  13. };
  14. int dsi_display_test_init(struct dsi_display *display);
  15. #endif /* _DSI_DISPLAY_TEST_H_ */