Lines Matching full:rm68200
75 struct rm68200 { struct
97 static inline struct rm68200 *panel_to_rm68200(struct drm_panel *panel) in panel_to_rm68200() argument
99 return container_of(panel, struct rm68200, panel); in panel_to_rm68200()
102 static void rm68200_dcs_write_buf(struct rm68200 *ctx, const void *data, in rm68200_dcs_write_buf()
113 static void rm68200_dcs_write_cmd(struct rm68200 *ctx, u8 cmd, u8 value) in rm68200_dcs_write_cmd()
143 static void rm68200_init_sequence(struct rm68200 *ctx) in rm68200_init_sequence()
234 struct rm68200 *ctx = panel_to_rm68200(panel); in rm68200_unprepare()
260 struct rm68200 *ctx = panel_to_rm68200(panel); in rm68200_prepare()
327 struct rm68200 *ctx; in rm68200_probe()
379 struct rm68200 *ctx = mipi_dsi_get_drvdata(dsi); in rm68200_remove()
386 { .compatible = "raydium,rm68200" },
395 .name = "panel-raydium-rm68200",
403 MODULE_DESCRIPTION("DRM Driver for Raydium RM68200 MIPI DSI panel");