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