xref: /kernel/linux/linux-5.10/drivers/gpu/drm/panel/panel-samsung-s6e63m0.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/drivers/gpu/drm/panel/
18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
28c2ecf20Sopenharmony_ci
38c2ecf20Sopenharmony_ci#ifndef _PANEL_SAMSUNG_S6E63M0_H
48c2ecf20Sopenharmony_ci#define _PANEL_SAMSUNG_S6E63M0_H
58c2ecf20Sopenharmony_ci
68c2ecf20Sopenharmony_ciint s6e63m0_probe(struct device *dev,
78c2ecf20Sopenharmony_ci		  int (*dcs_read)(struct device *dev, const u8 cmd, u8 *val),
88c2ecf20Sopenharmony_ci		  int (*dcs_write)(struct device *dev, const u8 *data,
98c2ecf20Sopenharmony_ci				   size_t len),
108c2ecf20Sopenharmony_ci		  bool dsi_mode);
118c2ecf20Sopenharmony_ciint s6e63m0_remove(struct device *dev);
128c2ecf20Sopenharmony_ci
138c2ecf20Sopenharmony_ci#endif /* _PANEL_SAMSUNG_S6E63M0_H */
14

Indexes created Thu Nov 07 10:32:03 CST 2024