Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/panel/
Dpanel-sitronix-st7703.c55 struct st7703 { struct
75 static inline struct st7703 *panel_to_st7703(struct drm_panel *panel) in panel_to_st7703() argument
77 return container_of(panel, struct st7703, panel); in panel_to_st7703()
678 struct st7703 *ctx = panel_to_st7703(panel); in st7703_enable()
699 struct st7703 *ctx = panel_to_st7703(panel); in st7703_disable()
715 struct st7703 *ctx = panel_to_st7703(panel); in st7703_unprepare()
726 struct st7703 *ctx = panel_to_st7703(panel); in st7703_prepare()
761 struct st7703 *ctx = panel_to_st7703(panel); in st7703_get_modes()
788 struct st7703 *st7703 = panel_to_st7703(panel); in st7703_get_orientation() local
790 return st7703->orientation; in st7703_get_orientation()
[all …]
DMakefile86 obj-$(CONFIG_DRM_PANEL_SITRONIX_ST7703) += panel-sitronix-st7703.o
/linux-6.12.1/
DMAINTAINERS7385 F: drivers/gpu/drm/panel/panel-sitronix-st7703.c