Home
last modified time | relevance | path

Searched refs:st7701 (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/panel/
Dpanel-sitronix-st7701.c103 struct st7701;
129 void (*gip_sequence)(struct st7701 *st7701);
132 struct st7701 { struct
143 int (*write_command)(struct st7701 *st7701, u8 cmd, const u8 *seq, argument
147 static inline struct st7701 *panel_to_st7701(struct drm_panel *panel) in panel_to_st7701()
149 return container_of(panel, struct st7701, panel); in panel_to_st7701()
152 static int st7701_dsi_write(struct st7701 *st7701, u8 cmd, const u8 *seq, in st7701_dsi_write() argument
155 return mipi_dsi_dcs_write(st7701->dsi, cmd, seq, len); in st7701_dsi_write()
158 static int st7701_dbi_write(struct st7701 *st7701, u8 cmd, const u8 *seq, in st7701_dbi_write() argument
161 return mipi_dbi_command_stackbuf(&st7701->dbi, cmd, seq, len); in st7701_dbi_write()
[all …]
DMakefile85 obj-$(CONFIG_DRM_PANEL_SITRONIX_ST7701) += panel-sitronix-st7701.o
/linux-6.12.1/arch/arm64/boot/dts/rockchip/
Drk3326-odroid-go3.dts145 compatible = "elida,kd50t048a", "sitronix,st7701";
Drk3566-anbernic-rg-arc.dtsi111 compatible = "anbernic,rg-arc-panel", "sitronix,st7701";
/linux-6.12.1/
DMAINTAINERS7376 F: Documentation/devicetree/bindings/display/panel/sitronix,st7701.yaml
7377 F: drivers/gpu/drm/panel/panel-sitronix-st7701.c