Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/panel/
H A Dpanel-sitronix-st7703.c55 struct st7703 { struct
72 int (*init_sequence)(struct st7703 *ctx); argument
77 return container_of(panel, struct st7703, panel); in panel_to_st7703()
80 static int jh057n_init_sequence(struct st7703 *ctx) in jh057n_init_sequence()
438 struct st7703 *ctx = panel_to_st7703(panel); in st7703_enable()
470 struct st7703 *ctx = panel_to_st7703(panel); in st7703_disable()
487 struct st7703 *ctx = panel_to_st7703(panel); in st7703_unprepare()
502 struct st7703 *ctx = panel_to_st7703(panel); in st7703_prepare()
542 struct st7703 *ctx = panel_to_st7703(panel); in st7703_get_modes()
577 struct st7703 *ctx = data; in allpixelson_set()
[all …]
H A DMakefile72 obj-$(CONFIG_DRM_PANEL_SITRONIX_ST7703) += panel-sitronix-st7703.o
/openbmc/linux/
H A DMAINTAINERS6792 F: drivers/gpu/drm/panel/panel-sitronix-st7703.c