Home
last modified time | relevance | path

Searched refs:st7789v (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/panel/
Dpanel-sitronix-st7789v.c114 struct st7789v { struct
127 static inline struct st7789v *panel_to_st7789v(struct drm_panel *panel) in panel_to_st7789v() argument
129 return container_of(panel, struct st7789v, panel); in panel_to_st7789v()
132 static int st7789v_spi_write(struct st7789v *ctx, enum st7789v_prefix prefix, in st7789v_spi_write()
149 static int st7789v_write_command(struct st7789v *ctx, u8 cmd) in st7789v_write_command()
154 static int st7789v_write_data(struct st7789v *ctx, u8 cmd) in st7789v_write_data()
198 struct st7789v *ctx = panel_to_st7789v(panel); in st7789v_prepare()
323 struct st7789v *ctx = panel_to_st7789v(panel); in st7789v_enable()
336 struct st7789v *ctx = panel_to_st7789v(panel); in st7789v_disable()
352 struct st7789v *ctx = panel_to_st7789v(panel); in st7789v_unprepare()
[all …]
DMakefile21 obj-$(CONFIG_DRM_PANEL_SITRONIX_ST7789V) += panel-sitronix-st7789v.o
/Linux-v4.19/Documentation/devicetree/bindings/display/panel/
Dsitronix,st7789v.txt4 - compatible: "sitronix,st7789v"
24 compatible = "sitronix,st7789v";