Searched defs:drm_panel (Results 1 – 4 of 4) sorted by relevance
191 struct drm_panel { struct205 * backlight is set by drm_panel_of_backlight() or argument215 const struct drm_panel_funcs *funcs; argument236 * A list of struct drm_panel_follower dependent on this panel. argument238 struct list_head followers;245 struct mutex follower_lock;272 void drm_panel_init(struct drm_panel *panel, struct device *dev, argument
34 struct drm_panel drm_panel; member111 static int ota5601a_prepare(struct drm_panel *drm_panel) in ota5601a_prepare()145 static int ota5601a_unprepare(struct drm_panel *drm_panel) in ota5601a_unprepare()156 static int ota5601a_enable(struct drm_panel *drm_panel) in ota5601a_enable()176 static int ota5601a_disable(struct drm_panel *drm_panel) in ota5601a_disable()191 static int ota5601a_get_modes(struct drm_panel *drm_panel, in ota5601a_get_modes()
57 struct drm_panel drm_panel; member118 static int nt39016_prepare(struct drm_panel *drm_panel) in nt39016_prepare()155 static int nt39016_unprepare(struct drm_panel *drm_panel) in nt39016_unprepare()166 static int nt39016_enable(struct drm_panel *drm_panel) in nt39016_enable()186 static int nt39016_disable(struct drm_panel *drm_panel) in nt39016_disable()201 static int nt39016_get_modes(struct drm_panel *drm_panel, in nt39016_get_modes()
21 struct drm_panel *drm_panel; member