Lines Matching defs:panel
51 void drm_panel_init(struct drm_panel *panel) in drm_panel_init()
66 int drm_panel_add(struct drm_panel *panel) in drm_panel_add()
82 void drm_panel_remove(struct drm_panel *panel) in drm_panel_remove()
105 int drm_panel_attach(struct drm_panel *panel, struct drm_connector *connector) in drm_panel_attach()
127 void drm_panel_detach(struct drm_panel *panel) in drm_panel_detach()
144 int drm_panel_prepare(struct drm_panel *panel) in drm_panel_prepare()
164 int drm_panel_unprepare(struct drm_panel *panel) in drm_panel_unprepare()
183 int drm_panel_enable(struct drm_panel *panel) in drm_panel_enable()
202 int drm_panel_disable(struct drm_panel *panel) in drm_panel_disable()
221 int drm_panel_get_modes(struct drm_panel *panel) in drm_panel_get_modes()
249 struct drm_panel *panel; in of_drm_find_panel() local