Home
last modified time | relevance | path

Searched defs:drm_panel (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/include/drm/
Ddrm_panel.h113 struct drm_panel { struct
140 const struct drm_panel_funcs *funcs; argument
150 void drm_panel_init(struct drm_panel *panel); argument
/Linux-v5.4/drivers/gpu/drm/panel/
Dpanel-novatek-nt39016.c58 struct drm_panel drm_panel; member
122 static int nt39016_prepare(struct drm_panel *drm_panel) in nt39016_prepare()
159 static int nt39016_unprepare(struct drm_panel *drm_panel) in nt39016_unprepare()
170 static int nt39016_enable(struct drm_panel *drm_panel) in nt39016_enable()
192 static int nt39016_disable(struct drm_panel *drm_panel) in nt39016_disable()
209 static int nt39016_get_modes(struct drm_panel *drm_panel) in nt39016_get_modes()