Lines Matching defs:st7789v
114 struct st7789v {
126 static inline struct st7789v *panel_to_st7789v(struct drm_panel *panel)
128 return container_of(panel, struct st7789v, panel);
131 static int st7789v_spi_write(struct st7789v *ctx, enum st7789v_prefix prefix,
148 static int st7789v_write_command(struct st7789v *ctx, u8 cmd)
153 static int st7789v_write_data(struct st7789v *ctx, u8 cmd)
196 struct st7789v *ctx = panel_to_st7789v(panel);
321 struct st7789v *ctx = panel_to_st7789v(panel);
328 struct st7789v *ctx = panel_to_st7789v(panel);
338 struct st7789v *ctx = panel_to_st7789v(panel);
358 struct st7789v *ctx;
392 struct st7789v *ctx = spi_get_drvdata(spi);
400 { .compatible = "sitronix,st7789v" },
409 .name = "st7789v",
416 MODULE_DESCRIPTION("Sitronix st7789v LCD Driver");