Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/panel/
H A Dpanel-sitronix-st7703.c56 struct st7703 { struct
76 static inline struct st7703 *panel_to_st7703(struct drm_panel *panel) in panel_to_st7703() argument
78 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() local
885 return st7703->orientation; in st7703_get_orientation()
[all …]
/linux/
H A DMAINTAINERS8538 F: drivers/gpu/drm/panel/panel-sitronix-st7703.c