Searched refs:st7789v (Results 1 – 2 of 2) sorted by relevance
114 struct st7789v { struct126 static inline struct st7789v *panel_to_st7789v(struct drm_panel *panel) in panel_to_st7789v() argument128 return container_of(panel, struct st7789v, panel); in panel_to_st7789v()131 static int st7789v_spi_write(struct st7789v *ctx, enum st7789v_prefix prefix, in st7789v_spi_write()148 static int st7789v_write_command(struct st7789v *ctx, u8 cmd) in st7789v_write_command()153 static int st7789v_write_data(struct st7789v *ctx, u8 cmd) in st7789v_write_data()196 struct st7789v *ctx = panel_to_st7789v(panel); in st7789v_prepare()321 struct st7789v *ctx = panel_to_st7789v(panel); in st7789v_enable()328 struct st7789v *ctx = panel_to_st7789v(panel); in st7789v_disable()338 struct st7789v *ctx = panel_to_st7789v(panel); in st7789v_unprepare()[all …]
49 obj-$(CONFIG_DRM_PANEL_SITRONIX_ST7789V) += panel-sitronix-st7789v.o