panel-samsung-s6e63m0.h 385 B

12345678910111213
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #ifndef _PANEL_SAMSUNG_S6E63M0_H
  3. #define _PANEL_SAMSUNG_S6E63M0_H
  4. int s6e63m0_probe(struct device *dev,
  5. int (*dcs_read)(struct device *dev, const u8 cmd, u8 *val),
  6. int (*dcs_write)(struct device *dev, const u8 *data,
  7. size_t len),
  8. bool dsi_mode);
  9. int s6e63m0_remove(struct device *dev);
  10. #endif /* _PANEL_SAMSUNG_S6E63M0_H */