Lines Matching full:otm8009a
63 struct otm8009a { struct
88 static inline struct otm8009a *panel_to_otm8009a(struct drm_panel *panel) in panel_to_otm8009a() argument
90 return container_of(panel, struct otm8009a, panel); in panel_to_otm8009a()
93 static void otm8009a_dcs_write_buf(struct otm8009a *ctx, const void *data, in otm8009a_dcs_write_buf()
102 static void otm8009a_dcs_write_buf_hs(struct otm8009a *ctx, const void *data, in otm8009a_dcs_write_buf_hs()
128 static int otm8009a_init_sequence(struct otm8009a *ctx) in otm8009a_init_sequence()
234 /* See otm8009a driver documentation for pixel format descriptions */ in otm8009a_init_sequence()
262 struct otm8009a *ctx = panel_to_otm8009a(panel); in otm8009a_disable()
288 struct otm8009a *ctx = panel_to_otm8009a(panel); in otm8009a_unprepare()
307 struct otm8009a *ctx = panel_to_otm8009a(panel); in otm8009a_prepare()
338 struct otm8009a *ctx = panel_to_otm8009a(panel); in otm8009a_enable()
388 struct otm8009a *ctx = bl_get_data(bd); in otm8009a_backlight_update_status()
399 * as otm8009a driver support only 8-bit brightness (1 param). in otm8009a_backlight_update_status()
427 struct otm8009a *ctx; in otm8009a_probe()
489 struct otm8009a *ctx = mipi_dsi_get_drvdata(dsi); in otm8009a_remove()
498 { .compatible = "orisetech,otm8009a" },
507 .name = "panel-orisetech-otm8009a",
515 MODULE_DESCRIPTION("DRM driver for Orise Tech OTM8009A MIPI DSI panel");