Lines Matching refs:otm8009a
66 struct otm8009a { struct
107 static inline struct otm8009a *panel_to_otm8009a(struct drm_panel *panel) in panel_to_otm8009a()
109 return container_of(panel, struct otm8009a, panel); in panel_to_otm8009a()
112 static void otm8009a_dcs_write_buf(struct otm8009a *ctx, const void *data, in otm8009a_dcs_write_buf()
133 static int otm8009a_init_sequence(struct otm8009a *ctx) in otm8009a_init_sequence()
266 struct otm8009a *ctx = panel_to_otm8009a(panel); in otm8009a_disable()
292 struct otm8009a *ctx = panel_to_otm8009a(panel); in otm8009a_unprepare()
311 struct otm8009a *ctx = panel_to_otm8009a(panel); in otm8009a_prepare()
342 struct otm8009a *ctx = panel_to_otm8009a(panel); in otm8009a_enable()
401 struct otm8009a *ctx = bl_get_data(bd); in otm8009a_backlight_update_status()
440 struct otm8009a *ctx; in otm8009a_probe()
502 struct otm8009a *ctx = mipi_dsi_get_drvdata(dsi); in otm8009a_remove()