Searched full:st7789v (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/panel/ |
| H A D | panel-sitronix-st7789v.c | 114 struct st7789v { struct 126 static inline struct st7789v *panel_to_st7789v(struct drm_panel *panel) in panel_to_st7789v() argument 128 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 …]
|
| H A D | Kconfig | 444 tristate "Sitronix ST7789V panel" 449 ST7789V controller for 240x320 LCD panels
|
| H A D | Makefile | 49 obj-$(CONFIG_DRM_PANEL_SITRONIX_ST7789V) += panel-sitronix-st7789v.o
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/display/panel/ |
| H A D | sitronix,st7789v.yaml | 4 $id: http://devicetree.org/schemas/display/panel/sitronix,st7789v.yaml# 7 title: Sitronix ST7789V RGB panel with SPI control bus 21 const: sitronix,st7789v 46 compatible = "sitronix,st7789v";
|
| /OK3568_Linux_fs/kernel/drivers/staging/fbtft/ |
| H A D | fb_st7789v.c | 3 * FB driver for the ST7789V LCD Controller 30 * enum st7789v_command - ST7789V display controller commands 46 * Note that the ST7789V display controller offers quite a few more commands 270 FBTFT_REGISTER_DRIVER(DRVNAME, "sitronix,st7789v", &display); 274 MODULE_ALIAS("spi:st7789v"); 275 MODULE_ALIAS("platform:st7789v"); 277 MODULE_DESCRIPTION("FB driver for the ST7789V LCD Controller");
|
| H A D | Kconfig | 165 tristate "FB driver for the ST7789V LCD Controller" 168 This enables generic framebuffer support for the Sitronix ST7789V
|