Searched refs:st7703 (Results 1 – 2 of 2) sorted by relevance
56 struct st7703 { struct76 static inline struct st7703 *panel_to_st7703(struct drm_panel *panel) in panel_to_st7703() argument78 return container_of(panel, struct st7703, panel); in panel_to_st7703()773 struct st7703 *ctx = panel_to_st7703(panel); in st7703_enable()794 struct st7703 *ctx = panel_to_st7703(panel); in st7703_disable()810 struct st7703 *ctx = panel_to_st7703(panel); in st7703_unprepare()821 struct st7703 *ctx = panel_to_st7703(panel); in st7703_prepare()856 struct st7703 *ctx = panel_to_st7703(panel); in st7703_get_modes()883 struct st7703 *st7703 = panel_to_st7703(panel); in st7703_get_orientation() local885 return st7703->orientation; in st7703_get_orientation()[all …]
8538 F: drivers/gpu/drm/panel/panel-sitronix-st7703.c