Home
last modified time | relevance | path

Searched full:st7701 (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/gpu/drm/panel/
H A 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, u argument
136 descst7701 global() argument
158 st7701_dbi_write(struct st7701 * st7701,u8 cmd,const u8 * seq,size_t len) st7701_dbi_write() argument
164 ST7701_WRITE(st7701,cmd,seq...) global() argument
170 st7701_vgls_map(struct st7701 * st7701) st7701_vgls_map() argument
195 st7701_switch_cmd_bkx(struct st7701 * st7701,bool cmd2,u8 bkx) st7701_switch_cmd_bkx() argument
207 st7701_init_sequence(struct st7701 * st7701) st7701_init_sequence() argument
322 ts8550b_gip_sequence(struct st7701 * st7701) ts8550b_gip_sequence() argument
347 dmt028vghmcmi_1a_gip_sequence(struct st7701 * st7701) dmt028vghmcmi_1a_gip_sequence() argument
413 kd50t048a_gip_sequence(struct st7701 * st7701) kd50t048a_gip_sequence() argument
438 rg_arc_gip_sequence(struct st7701 * st7701) rg_arc_gip_sequence() argument
474 rg28xx_gip_sequence(struct st7701 * st7701) rg28xx_gip_sequence() argument
523 wf40eswaa6mnn0_gip_sequence(struct st7701 * st7701) wf40eswaa6mnn0_gip_sequence() argument
547 struct st7701 *st7701 = panel_to_st7701(panel); st7701_prepare() local
574 struct st7701 *st7701 = panel_to_st7701(panel); st7701_enable() local
583 struct st7701 *st7701 = panel_to_st7701(panel); st7701_disable() local
592 struct st7701 *st7701 = panel_to_st7701(panel); st7701_unprepare() local
619 struct st7701 *st7701 = panel_to_st7701(panel); st7701_get_modes() local
648 struct st7701 *st7701 = panel_to_st7701(panel); st7701_get_orientation() local
1263 struct st7701 *st7701 = (struct st7701 *)data; st7701_cleanup() local
1273 struct st7701 *st7701; st7701_probe() local
1330 struct st7701 *st7701; st7701_dsi_probe() local
1358 struct st7701 *st7701; st7701_spi_probe() local
[all...]
H A DMakefile96 obj-$(CONFIG_DRM_PANEL_SITRONIX_ST7701) += panel-sitronix-st7701.o
H A DKconfig908 tristate "Sitronix ST7701 panel driver"
915 ST7701 controller for 480X864 LCD panels with MIPI/RGB/SPI
/linux/Documentation/devicetree/bindings/display/panel/
H A Dsitronix,st7701.yaml4 $id: http://devicetree.org/schemas/display/panel/sitronix,st7701.yaml#
7 title: Sitronix ST7701 based LCD panels
13 ST7701 designed for small and medium sizes of TFT LCD display, is
18 inbuilt ST7701 chip.
21 which has built-in ST7701 chip.
33 - const: sitronix,st7701
108 compatible = "techstar,ts8550b", "sitronix,st7701";
130 compatible = "anbernic,rg28xx-panel", "sitronix,st7701";
/linux/arch/arm64/boot/dts/rockchip/
H A Drk3326-odroid-go3.dts145 compatible = "elida,kd50t048a", "sitronix,st7701";
H A Drk3566-anbernic-rg-arc.dtsi111 compatible = "anbernic,rg-arc-panel", "sitronix,st7701";
/linux/
H A DMAINTAINERS7949 DRM DRIVER FOR SITRONIX ST7701 PANELS
7952 F: Documentation/devicetree/bindings/display/panel/sitronix,st7701.yaml
7953 F: drivers/gpu/drm/panel/panel-sitronix-st7701.c