Lines Matching defs:panel
78 void drm_panel_init(struct drm_panel *panel, struct device *dev, in drm_panel_init()
97 int drm_panel_add(struct drm_panel *panel) in drm_panel_add()
113 void drm_panel_remove(struct drm_panel *panel) in drm_panel_remove()
136 int drm_panel_attach(struct drm_panel *panel, struct drm_connector *connector) in drm_panel_attach()
152 void drm_panel_detach(struct drm_panel *panel) in drm_panel_detach()
167 int drm_panel_prepare(struct drm_panel *panel) in drm_panel_prepare()
190 int drm_panel_unprepare(struct drm_panel *panel) in drm_panel_unprepare()
212 int drm_panel_enable(struct drm_panel *panel) in drm_panel_enable()
244 int drm_panel_disable(struct drm_panel *panel) in drm_panel_disable()
274 int drm_panel_get_modes(struct drm_panel *panel, in drm_panel_get_modes()
306 struct drm_panel *panel; in of_drm_find_panel() local
347 int drm_panel_of_backlight(struct drm_panel *panel) in drm_panel_of_backlight()