Searched refs:st7703 (Results 1 – 3 of 3) sorted by relevance
55 struct st7703 { struct75 static inline struct st7703 *panel_to_st7703(struct drm_panel *panel) in panel_to_st7703() argument77 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() local790 return st7703->orientation; in st7703_get_orientation()[all …]
86 obj-$(CONFIG_DRM_PANEL_SITRONIX_ST7703) += panel-sitronix-st7703.o
7385 F: drivers/gpu/drm/panel/panel-sitronix-st7703.c