Lines Matching defs:otm8009a
63 struct otm8009a {
88 static inline struct otm8009a *panel_to_otm8009a(struct drm_panel *panel)
90 return container_of(panel, struct otm8009a, panel);
93 static void otm8009a_dcs_write_buf(struct otm8009a *ctx, const void *data,
102 static void otm8009a_dcs_write_buf_hs(struct otm8009a *ctx, const void *data,
128 static int otm8009a_init_sequence(struct otm8009a *ctx)
234 /* See otm8009a driver documentation for pixel format descriptions */
262 struct otm8009a *ctx = panel_to_otm8009a(panel);
288 struct otm8009a *ctx = panel_to_otm8009a(panel);
307 struct otm8009a *ctx = panel_to_otm8009a(panel);
338 struct otm8009a *ctx = panel_to_otm8009a(panel);
388 struct otm8009a *ctx = bl_get_data(bd);
399 * as otm8009a driver support only 8-bit brightness (1 param).
427 struct otm8009a *ctx;
489 struct otm8009a *ctx = mipi_dsi_get_drvdata(dsi);
498 { .compatible = "orisetech,otm8009a" },
507 .name = "panel-orisetech-otm8009a",